How to RANK

A

arjun

Hi!

I have average marks in 'a' column upto 'a25' and relevant names i
'b'
I want to rank those names please........!

Arju
 
A

Alex Delamain

You can either use data sort to put the list into order or in column
put

=RANK(A1,A$1:A$25)

and copy it down the lis
 
Top