Page 1 of 1

[Solved] Ranking Formula

Posted: Sat Aug 11, 2018 10:42 am
by jaykay25651
Hi - I've been looking at the various formulas for ranking 2 columns with values, but can't seem to find the information that matches my requirements.

I would like to have a final "Ranking" based firstly on games won and secondly on the final score. The "games won" is the first predictor of rank - however, when the same number of games have been won but the "final score" is different (which it will always be), the person with the higher score in that event, is ranked above the other player with the same number of games won.

Games Won Final Score Ranking (done manually)
3 435 6th (each won 3 games, but "final score" of 555 is higher so that score gets the 5th ranking - no tie)
3 555 5th
4 235 4th
1 433 7th
8 654 3rd
9 456 2nd
10 678 1st

Can someone help me with a formula? Many thanks - Jenny

Re: Ranking Formula

Posted: Sat Aug 11, 2018 12:23 pm
by RusselB
Two options occur to me quickly.
1) Use the RANK function in 3 columns, the 1st to rank based on number of games won, the 2nd to rank based on score, the 3rd to rank based on the returns from the first two.
2) Use Data -> Sort with the number of games being the first sort criteria and then the score being the 2nd sort criteria/
Small disadvantage to the 2nd option, in that you will see the games/scores sorted, but the rank will not be displayed

Re: Ranking Formula

Posted: Sat Aug 11, 2018 1:14 pm
by jaykay25651
Thanks - I will use Option 1 - after a bit more thought it occurred to me that doing it in two phases would probably work. Thanks so much!

Re: Ranking Formula

Posted: Sat Aug 11, 2018 1:44 pm
by jaykay25651
Hi - tried Option 1 but unfortunately, the first criterion is games won so a person who won the most games may not necessarily have the highest score. So, this throws the ranking out on the 2nd column - see player who won 9 games - he scored less than the player who won 8 games. Once I've ranked, I need to say .... if rank 3rd = rank 3rd, then choose the higher score between the 2 to give 3rd place and the player with the lower score is then 4th. Many thanks

Re: Ranking Formula

Posted: Sat Aug 11, 2018 3:03 pm
by jaykay25651
If anyone is interested, I've found a YouTube clip on how to do this.... and fortunately, it's worked perfectly. https://www.youtube.com/watch?v=QkOwkbdaruQ