R
rneale
I have a table of data on a worksheet like so
A 100 999 55
B 55 32 8
C 34 100 88
I can find the maximum value in the rightmost 3 columns of the tabl
with the MAX function (from the above it would be 999) but I want t
return the value of the leftmost column. So if the maximum was 999 th
value returned would be A.
I also want to find the minimum, which as you can see is 8 and retur
the value on the left, which would be B.
Any ideas
A 100 999 55
B 55 32 8
C 34 100 88
I can find the maximum value in the rightmost 3 columns of the tabl
with the MAX function (from the above it would be 999) but I want t
return the value of the leftmost column. So if the maximum was 999 th
value returned would be A.
I also want to find the minimum, which as you can see is 8 and retur
the value on the left, which would be B.
Any ideas