Apr 27 2005, 03:14 PM
Woo-hoo! Got it figured out!!
To anyone that is interested:
The new Fort Lauderdale Handicaps formula has been figured out for use in an Excel Spreadsheet:
=IF(N2>0,ROUND((AVERAGE(SMALL(D2:W2,{1,2,3,4,5,6,7,8,9,10 }))-54)*0.8,0),IF(F2>0,ROUND(((SUM(D2:M2)-MAX(D2:M2)-MIN(D2:M2))/(COUNT(D2:M2)-2)-54)*0.8,0),0))
What this does is take up to each individual golfers last 20 scores (Columns Dx - Wx), and looks in the 11th slot (Nx). If there is a score in that 11th slot, it will then take the best 10 scores out of however many scores the player has, Average them out, subtract 54 (par), multiply by 80%, and Round to the closest whole number. (Similar to the USGA method for ball golf and really no easy way to bag with this method)
If the 11th slot doesnt have a score in it yet, it then looks in the 3rd slot (Fx) and sees if there is a score in there (we require 3 scores to establish a cap). If there is a score in there, then it will take all of the players scores, throw out the best and the worst, average out the rest, subtract 54 (par), multiply by 80%, and round to the closest whole number. (This is the method that we previously used with a max of 6 scores. Decided that it wasnt a good enough method because bagging was still a definate possibility with only 4 scores being averaged out at any given time)
If the 3rd slot doesnt contain a score, it will just list the players cap at 0 for still establishing.
If anyone would like a copy of the Fort Lauderdale Excel Spreadsheet, just send me an email at handicaps@rvmco.com .
I would also be interested in seeing other methods in use, or an official PDGA comment for figuring out league handicaps.
To anyone that is interested:
The new Fort Lauderdale Handicaps formula has been figured out for use in an Excel Spreadsheet:
=IF(N2>0,ROUND((AVERAGE(SMALL(D2:W2,{1,2,3,4,5,6,7,8,9,10 }))-54)*0.8,0),IF(F2>0,ROUND(((SUM(D2:M2)-MAX(D2:M2)-MIN(D2:M2))/(COUNT(D2:M2)-2)-54)*0.8,0),0))
What this does is take up to each individual golfers last 20 scores (Columns Dx - Wx), and looks in the 11th slot (Nx). If there is a score in that 11th slot, it will then take the best 10 scores out of however many scores the player has, Average them out, subtract 54 (par), multiply by 80%, and Round to the closest whole number. (Similar to the USGA method for ball golf and really no easy way to bag with this method)
If the 11th slot doesnt have a score in it yet, it then looks in the 3rd slot (Fx) and sees if there is a score in there (we require 3 scores to establish a cap). If there is a score in there, then it will take all of the players scores, throw out the best and the worst, average out the rest, subtract 54 (par), multiply by 80%, and round to the closest whole number. (This is the method that we previously used with a max of 6 scores. Decided that it wasnt a good enough method because bagging was still a definate possibility with only 4 scores being averaged out at any given time)
If the 3rd slot doesnt contain a score, it will just list the players cap at 0 for still establishing.
If anyone would like a copy of the Fort Lauderdale Excel Spreadsheet, just send me an email at handicaps@rvmco.com .
I would also be interested in seeing other methods in use, or an official PDGA comment for figuring out league handicaps.