jrobin5881
Technical User
Good Morning,
I have a small spreadsheet 8 rows by 11 columns (Excel ver 2003)and two rows below each column I added the formula = MAX(C2:C10) to give me the highest value. Then I decided I would like the name of the unit which is in Column A to preceed the MAX value and the column heading to follow after the value so that it would look something like this:
West 2,499,00 Widgets.
2,499,000 is MAX units produced in Column C - West is unit name in Column A directly to left of MAX units and Widgets is the Column heading name in Column C
I tried combing the ampersand and using Offset to grab the row and col values but its not working.Here's my failed formula. =MAX(C2:C10)& Offset(MAX(C2:C10),0,-2) & C1. I'm figuring my MAX statement will find the highest value then I offset 0 rows and two columns left to get the unit name and I can hard code the column heading which in this case is C1.
Any ideas out there?
I have a small spreadsheet 8 rows by 11 columns (Excel ver 2003)and two rows below each column I added the formula = MAX(C2:C10) to give me the highest value. Then I decided I would like the name of the unit which is in Column A to preceed the MAX value and the column heading to follow after the value so that it would look something like this:
West 2,499,00 Widgets.
2,499,000 is MAX units produced in Column C - West is unit name in Column A directly to left of MAX units and Widgets is the Column heading name in Column C
I tried combing the ampersand and using Offset to grab the row and col values but its not working.Here's my failed formula. =MAX(C2:C10)& Offset(MAX(C2:C10),0,-2) & C1. I'm figuring my MAX statement will find the highest value then I offset 0 rows and two columns left to get the unit name and I can hard code the column heading which in this case is C1.
Any ideas out there?