Function the finds the highest/lowest Nth numbers in a range

KC2MF

Board Regular
Joined
May 13, 2011
Messages
54
I know that the =MAX/=MIN function finds the highest/lowest number in a range. and that the =Large/=Small function finds the Nth highest/lowest number in a range. But what function can find the the highest/lowest Nth numbers from a range?

Thanks for the help for anyone who knows this.
 

Excel Facts

Create a chart in one keystroke
Select the data and press Alt+F1 to insert a default chart. You can change the default chart to any chart type
=large(a1:a10, {1,2,3,4,5}) returns the five largest numbers.
 
Upvote 0
I’m having a similar problem; I have a range of number in a column. Example: Column (B4:B273) with numbers going down the column 1,1,1,1,2,4,18,1,1,1,18,22,9,14,18,3,1,1 etc. etc. What I’m trying do is in a separate row going across, let say row (C335, D335, E335, F335, etc. etc.) is put the lowest number in the above range (B4:B273) in cell C335 which would be the lowest number (1), then the next cell D335 would be the next lower number(2), next cell E335 the number (3), then (4), (9), (14), (18), and so on. It needs to skip the repeated numbers in the range. Max & Min, Small & Large work on the first three or so and that’s it, won’t go any further. Can someone help with this easy formula to get it to work correctly? Thanks~
<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:p> </o:p>
 
Upvote 0

Forum statistics

Threads
1,224,527
Messages
6,179,348
Members
452,907
Latest member
Roland Deschain

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top