Hi all,
Did a search and couldn't locate an already existing post. I am looking for a way to search for the highest value in a row and return that row's header - I see many for returning the column header but not the row. For example..
Basically, I want to take the row with the highest grand total value, and return the row header of that row - in this case the highest grand total is 170, so I want to return 'Black"
Any help is appreciated!
Thanks
Did a search and couldn't locate an already existing post. I am looking for a way to search for the highest value in a row and return that row's header - I see many for returning the column header but not the row. For example..
Test.xlsx | |||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | |||
7 | July 2021 | August 2021 | September 2021 | October 2021 | November 2021 | December 2021 | January 2022 | February 2022 | March 2022 | April 2022 | May 2022 | June 2022 | GRAND TOTAL | ||||
8 | Employee Name | Black | 2 | 27 | 1 | 6 | 8 | 23 | 32 | 21 | 14 | 12 | 15 | 9 | 170 | ||
9 | Blue | 4 | 1 | 1 | 3 | 4 | 3 | 1 | 17 | ||||||||
10 | Green | 7 | 3 | 4 | 5 | 2 | 9 | 3 | 33 | ||||||||
11 | Orange | 6 | 30 | 5 | 4 | 4 | 7 | 21 | 8 | 9 | 6 | 100 | |||||
12 | Red | 1 | 2 | 3 | |||||||||||||
Sheet3 |
Cell Formulas | ||
---|---|---|
Range | Formula | |
Q8:Q12 | Q8 | =SUM(E8:P8) |
Basically, I want to take the row with the highest grand total value, and return the row header of that row - in this case the highest grand total is 170, so I want to return 'Black"
Any help is appreciated!
Thanks