find ranking

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I want to find ranking or position for my students in a class. So do i do
that in excell.
 
One way is to use RANK (Check up this function in Excel's Help)

Briefly, to get you going ...

Assume your student scores are listed in B2:B10

Place in C2: =RANK(B2,$B$2:$B$10)
Copy C2 down to C10
This returns a descending order rank,
ie highest score will be given a rank = 1

Place in D2: =RANK(B2,$B$2:$B$10,1)
Copy D2 down to D10.
This returns an ascending order rank,
viz lowest score will be given a rank = 1

Duplicate scores (if any) will be given the same rank
(Check up more on this in Excel's help)
 

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

Back
Top