Rank Formula

  • Thread starter Thread starter Iyanna Holmes
  • Start date Start date
I

Iyanna Holmes

I know how to use the RANK function to return the rank of a number in
a list of numbers. However, is there a formula that will give me the
number (out of the list of numbers) that is a particular rank? For
example:

1) 1385
2) 6048
3) 5967
4) 7073
5) 5922

Is there a formula that I can type in a cell asking for the number
that is ranked #2 in the list above, and it will give 5922 as the
result?
 
Hi Iyanna,

Am Wed, 16 May 2012 12:59:10 -0700 (PDT) schrieb Iyanna Holmes:
1) 1385
2) 6048
3) 5967
4) 7073
5) 5922

Is there a formula that I can type in a cell asking for the number
that is ranked #2 in the list above, and it will give 5922 as the
result?

try:
=SMALL(A1:A5,2)


Regards
Claus Busch
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

min if horizontal 0
Ranking 2
Ranking Sales Reps 2
How to Rank Name? 4
RANK - Remove repeated ranks for sorting 9
Ranking Q 1
rank the numbers / range of data using 'RANK' and 'ABS' 1
Rank Tie 5

Back
Top