Max (A1:A1), relating to other cells

G

Guest

Try something like this:

=INDEX(B:B,MATCH(MAX(A:A),A:A,0))

Note: if there are duplicate MAX values, the formula returns the information
for the first MAX match in the list.

Is that something you can work with?
***********
Regards,
Ron

XL2002, WinXP
 
P

Pete_UK

Try this:

=VLOOKUP(MAX(A:A),A:B,2,0)

If you have two or more values that are equal to the maximum, this
will bring data from the first match found.

Hope this helps.

Pete
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top