Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I'm relatively new to excel and am trying to put a spreadsheet together for
golf game results. I am trying to give a cell a value that represents the net score for each player on each hole. Example: Hole #1 is a par 4 with a handicap of 12, the player has a handicap of 25 and scores a 5 on the hole. The net score for that hole should be the gross score minus 2, for a net 3. Basically, if the player's handicap is more than or equal to the hole handicap then the player's net score is the gross score minus 1. If the player's handicap is more than or equal to 2 times the hole handicap then the player's net score is the gross score minus 2. Everything I've tried so far hasn't worked. Help! |