
Calculate series points from a subset of any of your races, using the best N times from the subset. You can calculate points 2 ways
1. Fixed Point System:
In each race, points are assigned as follows:
1st 50 points, 2nd 40 points, 3rd 31 points, 4th 23 points, 5th 16 points, 6th 10 points, 7th 9 points, 8th 8 points, 9th 7 points, 10th 6 points, 11th 5 points, 12th 4 points, 13th 3 points, 14th 2 points, 15th 1 point, 16th 1 point, 17th 1 point, etc..
2. Percentage of Best Time in each category:
Points=(Race_Time / Reference_Time) * 100
where Race_Time is a racers time, and the Reference_Time is the best time in the racers category in that race.
Three reports are created:
Total points accumulated by each Racer (best N times), sorted by total points:

Points awarded in each race in the series, grouped by race:

Total points for each racer (best N times), grouped by Category:
