How do I return the highest value in a range of cells

  • Thread starter Thread starter Guest
  • Start date Start date
pjs83 said:
How do I return the highest value in a range of cells

Try...

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

or

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

Hope this helps!
 
Please ignore...

Domenic said:
Try...

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

or

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

Hope this helps!
 

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