Refer to the post in General Question
There are 2 lists of value under Column A & B,
Does anyone have any suggestions on how to look up the largest value under
column B and return the value on the same row on column A.
Thank you for any suggestion
Eric
JE McGimpsey - 28 Mar 2007 00:06 GMT
One way:
=INDEX(A:A,MATCH(MAX(B:B),B:B,FALSE))
> Refer to the post in General Question
>
[quoted text clipped - 3 lines]
> Thank you for any suggestion
> Eric
Max - 28 Mar 2007 02:07 GMT
Try: =INDEX(A:A,MATCH(MAX(B:B),B:B,0))

Signature
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
> Refer to the post in General Question
>
[quoted text clipped - 3 lines]
> Thank you for any suggestion
> Eric
Eric - 28 Mar 2007 02:45 GMT
Thank you
Eric
Max - 28 Mar 2007 03:05 GMT
welcome !

Signature
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
> Thank you
> Eric