Rank Formula

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?
 
C

Claus Busch

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


Top