ranking numbers in a column

D

Darryl

I have 100 (100 rows) with different numbers all in one column. I have
ranked them in another column by largest to smallest in the past. The 100
numbers change from time to time. I would like the rankings to automatically
update. I wish not to sort. Is there a formula?

Thanks, Darryl
 
T

trip_to_tokyo

1. Assume your data is in the range:-

C 2 to C 18

2. In cell E 2 (for example) type:-

=RANK(C2,C2:C18)

3. Copy the above formula from:-

E 3 to E 18 inclusive.

Your data is now ranked accordingly.

Please hit Yes if my comments have helped.

Thanks.
 

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

Top