One less than Max

A

art

Hello all:

I would like to know, which formula do I use to get one less than the max in
a list.
For E.G. if I have in A1:F1 a list of numbers. How can I get one less than
the max and two less than the max and so on.

Any help is appreciated.

Thanks.

Art
 
J

Jacob Skaria

You mean the second largest

=LARGE(A1:F1,2)

third largest
=LARGE(A1:F1,3)


If this post helps click Yes
 

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