Gerd Muller Posted September 24, 2001 Posted September 24, 2001 I have a list of teams, each with points gained from a competition. Is there a way to calculate a ranking field, when the teams are sorted by points? Important: Two teams with the same points should be on the same ranking. Example: team A has 220 points, team B and team C have 180 points, team D has 170 points. So team A is on place 1, team B and team C are both on 2, team D is on 4. Thanks for Your help Gerd
Rigsby Posted September 29, 2001 Posted September 29, 2001 Create a calculating field (not stored) set to current record number, then sort backwards by points. You will have to use some CASE statements to get equal pointed teams to show the same number, but it will work. Rigsby
Recommended Posts
This topic is 8563 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now