|  

» Returning the Nth Largest / Smallest Values in a Range

Problem:

Finding variously ranked numbers in List1. For example, the second largest number, the third smallest number, and so on.

Solution:

Use the LARGE and SMALL functions in the following formulas:
To find 2nd largest number enter:
=LARGE(A2:A8,2)
To find 3rd smallest number enter:
=SMALL(A2:A8,3)


Rate This Tip
12 34 5
Rating: 3.68     Views: 22258
No comments have been submitted.
Name
Comment Title
Comments