Max function

R

Rod Davis

I have no problem usingthe Max function to locate the
highest value in a row, but I need to be able to extract
the highest AND next-to-highest vale from a row.

Does anyone have any ideas please? Thank you!
 
C

Chip Pearson

Rod,

Use the LARGE function. E.g.,

=LARGE(A1:A10,2)


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com (e-mail address removed)
 
H

Harlan Grove

I have no problem usingthe Max function to locate the
highest value in a row, but I need to be able to extract
the highest AND next-to-highest vale from a row.

MAX(X) == LARGE(X,1)

Try LARGE(X,2)
 

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