This is probably simple!
I have a list of teams and scores I'd like to order in a league table. That's easy, but I am trying to number them by their rank depending on their score, and where they are equal they get the same rank and then it skips to the next number for the next team with a lower score. eg
1. Team G - Score 95
1. Team C - Score 95
1. Team F - Score 95
4. Team H - Score 90
5. Team E - Score 86
6. Team D - Score 83
6. Team A - Score 83
8. Team B - Score 80
So in the above Teams G, C and F all have the same score and are ranked #1, the next highest scoring team is team H who are then ranked #4 and so on..
any help appreciated.
Akay47
I have a list of teams and scores I'd like to order in a league table. That's easy, but I am trying to number them by their rank depending on their score, and where they are equal they get the same rank and then it skips to the next number for the next team with a lower score. eg
1. Team G - Score 95
1. Team C - Score 95
1. Team F - Score 95
4. Team H - Score 90
5. Team E - Score 86
6. Team D - Score 83
6. Team A - Score 83
8. Team B - Score 80
So in the above Teams G, C and F all have the same score and are ranked #1, the next highest scoring team is team H who are then ranked #4 and so on..
any help appreciated.
Akay47