Forum Discussion
multiple IF formulas in a single cell
- Jul 02, 2022
cleantrousers Please find a Golf score card attached. I created it a while ago when a similar question came up in this forum.
Enter the course details (hole, index, par), your playing handicap and your gross scores for each hole. The schedule calculates the Strokes Received (SR) and points (Pts) per hole.
The points calculation doesn't require nested IF functions. It follows the following rule:
Pts = the greater of zero or ( 2 + Par + SR - Score )
cleantrousers Please find a Golf score card attached. I created it a while ago when a similar question came up in this forum.
Enter the course details (hole, index, par), your playing handicap and your gross scores for each hole. The schedule calculates the Strokes Received (SR) and points (Pts) per hole.
The points calculation doesn't require nested IF functions. It follows the following rule:
Pts = the greater of zero or ( 2 + Par + SR - Score )
- cleantrousersJul 02, 2022Copper Contributor