Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

combine column label with average value

Status
Not open for further replies.

ivymike

Mechanical
Joined
Nov 9, 2000
Messages
5,653
Location
US
I don't know if anyone else will find this useful or not, but I like doing it once in a while -

Put a column label and the average (or max, or min, etc) value in the column in the same cell by entering a formula such as the following:

="My Label [alt+enter] average: " + text(average(B10:B200),"0")

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top