VinceF
Board Regular
- Joined
- Sep 22, 2007
- Messages
- 192
- Office Version
- 2016
- Platform
- Windows
I've searched the forum and I didn't find this particular problem. Assistance please with a formula to determine a golf "skin" when the players handicap is over 18.
The formula below makes the adjustment if the golfer is an 18 handicapper or below. But what if the golfers handicap is over 18, then he's entitled to 2 strokes on some holes.
Example: Joe's handicap is 26. This entitles him to 1 stroke on each of the 18 holes and Joe would get two strokes on handicap holes 1 thru 8
Thanks for your assistance.
IF($D$9>=U$5,Main!W12-1,IF($D$9<U$5,Main!W12))))
D9 is players handicap
U5 is the hole handicap
W12 is the players actual score for the hole
The formula below makes the adjustment if the golfer is an 18 handicapper or below. But what if the golfers handicap is over 18, then he's entitled to 2 strokes on some holes.
Example: Joe's handicap is 26. This entitles him to 1 stroke on each of the 18 holes and Joe would get two strokes on handicap holes 1 thru 8
Thanks for your assistance.
IF($D$9>=U$5,Main!W12-1,IF($D$9<U$5,Main!W12))))
D9 is players handicap
U5 is the hole handicap
W12 is the players actual score for the hole