September 24, 200124 yr 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
September 29, 200124 yr 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
Create an account or sign in to comment