Pace (Effort)=
Race 1-10 Find Bspeed, Lspeed, and 2nd Bspeed
If <= 3 races Then Effort = Bspeed
If > 3 races then
If Bspeed > Lspeed Then
Effort = (Bspeed + Lspeed) / 2
If 2ndBest > 0 Then
If Bspeed = Lspeed Then
Effort = (Bspeed + 2ndBspeed) / 2
If Bspeed > 0 Then
Effort = Bspeed
Created with the Personal Edition of HelpNDoc: Easily create CHM Help documents