How do you compute ranks when there are ties?

Created by Jonathan Kennell, Modified on Tue, 2 May, 2023 at 11:35 AM by Jonathan Kennell


RankPlayerScore
1Alice20
1Bob20
3Charlie
15


A player's rank essentially represents their position in a list of players sorted by their performance or scores.

The player with the highest score is given the rank 1, which means they are the top-performing player.

If there are multiple players with the same score, they all share the same rank. This is called a "tie."

When determining the rank of the next best player (the player with the next highest score), all tied players are taken into account. So, the rank of the next best player will "skip" ahead to accommodate the tied players.


Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article