Ranking numbers
Please see attached sheet rankingexample.xlsx
Column A lists scores
Cloumn B lists names
I want Column C to rank the scores as first second third etc ( up to 100 ) with the highest number being first second highest being second.
Ranking numbers
Please see attached sheet rankingexample.xlsx
Column A lists scores
Cloumn B lists names
I want Column C to rank the scores as first second third etc ( up to 100 ) with the highest number being first second highest being second.
Hi,
How do you want your ranking system to deal with ties?
Regards
Holy cow I didn't think of that..... is it possible that in the case of two people finishing second, they both get a 2nd ranking and the next person gets 4th?
Or the tie breaker could be whomever comes first on the alphabet in column 2
Actually the first is quite easy as that's precisley what the RANK function does. So, in cell C2 of your sheet:
=RANK(A2,$A$2:$A$5,0)
and copy down as required. Obviously amend the range (A2:A5) to suit your needs.
Different matter if you want to split tie-breakers?
Regards
Edit: if you do amend the range, make sure you keep the $ signs in, as in my formula - just change the start and end numbers.
Last edited by XOR LX; 07-01-2013 at 01:14 PM.
here are a few ways
"Unless otherwise stated all my comments are directed at OP"
Mojito connoisseur and now happily retired
where does code go ?
look here
how to insert code
how to enter array formula
why use -- in sumproduct
recommended reading
wiki Mojito
how to say no convincingly
most important thing you need
Martin Wilson: SPV
and RSMBC
perfect, worked like a charm, thank you!
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks