Function to find the second largest number in a series of numbers

J

john4938

I have the function that finds the largest number in a series o
numbers....but I want to find the second largest number in the series.
What is the function?

Thanks...
 
P

Paul

john4938 said:
I have the function that finds the largest number in a series of
numbers....but I want to find the second largest number in the series.
What is the function?

LARGE
For example,
=LARGE(A1:A10,2)
will find the second largest value in A1:A10.
 

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