Find the Cell Reference Resulting from MAX function

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Greetings!

In col A, I have labels. In col B, I have numbers.

After using the MAX function for the values in col B, how do I get the label
(text) from the cell in col A with the highest value in col B resulting from
the MAX function?

Thanks.
 
Just change the row reference of 100 to fit your data:

=INDEX(A1:A100,MATCH(MAX(B1:B100),B1:B100,0))
 

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

Back
Top