Functions

  • Thread starter Thread starter Guest
  • Start date Start date
I assume that the salaries appear in the range A1:A15, and the names
appear in B1:B15. Then use this:

=VLOOKUP(MAX(A1:A15), A1:B15,2)

Hope this helps,
Dom
 
=VLOOKUP(MAX($A$1:$A$19),$A$1:$B$19,2,FALSE)

You will have to ensure that the salaries are to the left of the names.

A1:A19 is the list of salaries


HTH

Thanks,

Simon
 

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

Similar Threads

15 numbers in a cell 1
Max length of variable name? 7
Maximun number of fields in a pivottable in excel 2007? 2
Macro Creation 2
Can I simplify my Modules 2
Row Number 2
modules 0
Create a Formula 1

Back
Top