RANK

G

Guest

I have multiple rows for different cities. I have to rank under each row. For
example :
col. d col e col.f col. g col.h col.i col.j
row 1 citi name 545 245 345 411 123 579
row 2 rank 5 2 3 4 1 6

row 3 citi name 535 124 345 411 123 579
row 4 rank 5 2 3 4 1 6

and so on about 600 rows with citi names. I have to find out the rank for
each city. Is there any formula I can type in for ranks.

I have use the formula =rank(e1,e1:j6,1) It works for first row and then
next row is showing #n/a.

Please help
Thanks
Jai

Is there any formula
 
G

Guest

In E2:
=RANK(E1,$E$1:$J$1,1) and copy across

In E5:
=RANK(E4,$E$4:$J$4,1) and copy across
 

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