Forum Discussion
Toni_Belcher
Nov 04, 2023Copper Contributor
Handicap Formula for Archery League
Hi, I am running an archery league in where I live. I have examples for scoresheets with a formula already entered to calculate the handicap for each shooter. My issue is the example only has 2 games...
djclements
Nov 04, 2023Silver Contributor
The second formula appears to have an extra cell reference I3 before 'WEEK 2'!C3, and they are not separated by a comma, which is causing the error. If you intended to include I3 in the formula, it should be =IF(C3>97,0,((100-AVERAGE(C3,F3,I3,'WEEK 2'!C3))*0.80)). Otherwise, it should be =IF(C3>97,0,((100-AVERAGE(C3,F3,'WEEK 2'!C3))*0.80)).