Jamie Wagler
Member
Please refer to the attached file.
What I require is in A1 the value from F3:F10 column that corresponds with the MAX value in A3:A10. A1 should come out as 2 because 49 is the max in that column.
This is to continue B1 through E1
When there are 2 or more identical Max values in the same column such as in B and C) the higher corresponding value in G3:G10 column should act as the tie breaker.
B1 should be 6 because the 55 in G, C1 should be 5 because of the 65 in G
I have been trying the following
=INDEX($A$3:$G$10,IF(A2=1,MAX($A$3:$A$10),MAX($G$3:$G$10)),6)
But am getting back a #REF! error
What I require is in A1 the value from F3:F10 column that corresponds with the MAX value in A3:A10. A1 should come out as 2 because 49 is the max in that column.
This is to continue B1 through E1
When there are 2 or more identical Max values in the same column such as in B and C) the higher corresponding value in G3:G10 column should act as the tie breaker.
B1 should be 6 because the 55 in G, C1 should be 5 because of the 65 in G
I have been trying the following
=INDEX($A$3:$G$10,IF(A2=1,MAX($A$3:$A$10),MAX($G$3:$G$10)),6)
But am getting back a #REF! error