Yea when I got the field generator working I didn't want to mess up the current tournament I had going, so I copied it all to a new workbook and forgot that tab since it was hidden.
You're also going to need to re-link the vlookup for the field between the Rankings file and the Hole by Hole file's (Roster) tab. Formula for the first player in cell I3 should be something like this:
=IF(VLOOKUP(D3,'[02_Rankings and Field Generator V3.xlsx]Player Database'!$C:$D,2,FALSE)="YES",1,0)

Comment