I've used MATCH and INDEX for this type of thing in the past. Unfortunately,
Excel is tied up on this machine right now, so can't give any more details.

Signature
HTH,
Barb Reinhardt
> Hi,
> I am not sure how to accomplish this task.
[quoted text clipped - 9 lines]
> Thanks
> TedT
T. Valko - 24 Mar 2008 03:16 GMT
Try this:
=INDEX(A:A,MATCH(MAX(F:F),F:F,0))

Signature
Biff
Microsoft Excel MVP
> I've used MATCH and INDEX for this type of thing in the past.
> Unfortunately,
[quoted text clipped - 17 lines]
>> Thanks
>> TedT
TedT - 24 Mar 2008 17:05 GMT
Worked fine,
Thank you
> Try this:
>
[quoted text clipped - 21 lines]
> >> Thanks
> >> TedT
T. Valko - 24 Mar 2008 18:28 GMT
You're welcome. Thanks for the feedback!

Signature
Biff
Microsoft Excel MVP
> Worked fine,
> Thank you
[quoted text clipped - 28 lines]
>> >> Thanks
>> >> TedT
Maybe you're trying to do something like this, in say G1:
=INDEX(A:A,MATCH(MAX(F:F),F:F,0))
G1 returns the value in col A corresponding to the max in col F. If there's
ties in the maximum values in col F, it'll return only the the value
corresponding to the 1st maximum (the one higher up)

Signature
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
> Hi,
> I am not sure how to accomplish this task.
[quoted text clipped - 9 lines]
> Thanks
> TedT
TedT - 24 Mar 2008 17:05 GMT
Thanks for the help, I got it working.
TedT
> Maybe you're trying to do something like this, in say G1:
> =INDEX(A:A,MATCH(MAX(F:F),F:F,0))
[quoted text clipped - 15 lines]
> > Thanks
> > TedT
Max - 25 Mar 2008 01:07 GMT
Welcome, Ted. Take a moment to press the "Yes" button below to the question:
"Was this post helpful to you?" from where you're reading this. It'll ensure
a longer shelf life to this thread for the general benefit of other readers.

Signature
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
> Thanks for the help, I got it working.
> TedT
T. Valko - 25 Mar 2008 04:42 GMT
>Take a moment to press the "Yes" button below
>to the question: "Was this post helpful to you?"
Done!

Signature
Biff
Microsoft Excel MVP
> Welcome, Ted. Take a moment to press the "Yes" button below to the
> question:
[quoted text clipped - 4 lines]
>> Thanks for the help, I got it working.
>> TedT
Max - 25 Mar 2008 05:15 GMT
> Done!
Muchas gracias`, amigo!