I have an excel file that has 11 place standings and I want a column to
look at another column and label who has 1st, 2nd, 3rd, etc... How
would I go about doing that? I can get it to find the largest or
smallest number in the set but no the other ones. I want it to update
as the numbers change as they will each week.
Help.....
Thank you in advance,
Paul
Bob Phillips - 11 Jan 2007 14:59 GMT
=LARGE(A1:A100,1)
=LARGE(A1:A100,2)
etc.
will get them all
or a copy-able formula
=LARGE(A1:A1,ROW(A1))

Signature
---
HTH
Bob
(change the xxxx to gmail if mailing direct)
>I have an excel file that has 11 place standings and I want a column to
> look at another column and label who has 1st, 2nd, 3rd, etc... How
[quoted text clipped - 7 lines]
>
> Paul