How to find the Nth largest or smallest values in a range in Excel 2007 ?
Here’s a interesting tip on using the Excel function to find the Nth largest value and the smallest value in Excel 2007 .
1. Use the LARGE function and specify the right parameters to find the largest value .
Eg : If you want to find the 2nd largest value in a list of 8 numbers from the cell A1 to A6 , use the following formula
=LARGE(A1:A6,2)
The funtion LARGE takes the following parameters
Parameter 1 is the range / list of values and the second parameter (in the example ) is the 2nd largest value in the list .
2. Similarly , one can use the SMALL function to get the Nth SMALLEST value in the list in Excel
=SMALL(A1:A6,2) will result in the 2ns smallest value
Recently Searched terms :
- how to find nth value in excel
- access 2007 nth value
- use a function to calculate the lowest
- two lowest values numbers mac
- excel find second highest in range
- how do i find the 2nd lowest value in a series
- formula in excel to find the nth term of a sequence
- finding 2nd highes value in excel
- find the three highest numbers in excel 2007
- find the second max value in excel
- 5th largest number Same Numbers For Large Function in excel 2010
- how to find the lowest to greatest value in excel 2010
- how to get the lowest numbers from a range in excel
- ms excel 2010 second smallest number in alist
- ms excel find second
- sort two columns in excel and take largest value from third cell
- visual basic 2010 finding the largest ten numbers from a list
- find second smallest number in list excel
- find minimum value in excel
- Find Max Values and locate cell In Excel 2010

