Actually, I want to get an offset from the cell that has the Max value of a range.
I need a formula that can do this:
The cell value should equal the value two columns to the right, in the same row, of the cell that has the Max of a range.
For Example, if A1:A5 contains: 4,6,2,3,1, then A2 contains Max(a1:a5), and so i want the value two columns to the right of A2, or in other words, the value in C2, to be returned.
Note, if the Max is not unique it would be fine to return the first occurance.
Thanks!
Tom
I need a formula that can do this:
The cell value should equal the value two columns to the right, in the same row, of the cell that has the Max of a range.
For Example, if A1:A5 contains: 4,6,2,3,1, then A2 contains Max(a1:a5), and so i want the value two columns to the right of A2, or in other words, the value in C2, to be returned.
Note, if the Max is not unique it would be fine to return the first occurance.
Thanks!
Tom