79. Excel Tips - Nth Largest Value In A Range

Here's a tip on how to find the Nth largest value in a range, and use it to sort a list of numbers:
- We can use the LARGE function
- Inputs are the range of values, and N...
- Enter 1 for the largest, 2 for the 2nd... etc...
- Armed with the LARGE function, we can sort the list
Here's a screen shot of our data in Excel:
Here, we use the following formula:
=LARGE($C$8:$C$17,ROW()-ROW($F$7))
- the ROW()-ROW($F$7) piece will return N
- ROW returns the row the formula is in.
- Subtract the row of the heading, and we get N
Download sheet to practise how to Nth Largest Value In A Range in Excel
Training Video on how to Nth Largest Value In A Range in Excel:
| Attachment | Size |
|---|---|
| Nth-Largest-Value-In-A-Range.xls | 28 KB |
»
- Nick's blog
- Add new comment
- 870 reads

Recent comments
1 day 1 hour ago
1 day 7 hours ago
1 day 12 hours ago
1 day 20 hours ago
1 day 20 hours ago
1 day 21 hours ago
1 day 21 hours ago
1 day 22 hours ago
4 days 6 hours ago
5 days 19 hours ago