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

  • Thread starter Thread starter john4938
  • Start date Start date
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...
 
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.
 
Back
Top