Hadicapped gold scorecard help

mikewohlwend

New Member
Joined
Jun 10, 2024
Messages
12
Office Version
  1. 365
Platform
  1. Windows
I am making a scorecard for a golf trip that and want to make it fill itself out. I have some guys that have handicaps over 18 and they need to get more than 1 stroke per hole, but they can't get more than 1 on a par 3. The strokes are based on the holes handicaps from smallest to largest.

I have been able to figure out how to get it to auto populate for someone that's 0-18, I just can't figure out the multiple strokes per hole with over 18.

I don't know how to upload what I have so that I can get some suggestions.
 

Excel Facts

Copy a format multiple times
Select a formatted range. Double-click the Format Painter (left side of Home tab). You can paste formatting multiple times. Esc to stop
Welcome to the forum. But, please assume the forum knows nothing about anything. In your case, GOLF and GOLF Handicapping.

Can you give us a table showing the hole number, the par for the hole, and the handicap rating for each hole? Try to post a mini workbook using the xl2bb add in, if you can't use that then copy and past a range of cells as a table. Images, while helpful mean the forum needs to recreate your scenario completely.

Thanks in advance!
 
Upvote 0
See attached example.

Golf habdicap per hole.xlsx
ABCDEFGHIJKLMNOPQRSTUVW
1Course
2Hole123456789Out101112131415161718InTotal
3Hcp.313175119151710121614286184
4Par443544354364434544343571
5NameHndcp
6Golfer25100100010000010001
7Score453444255365434643343672
8Net353344245335434543333467
9
10Golfer318111111111111111111
11Score544665375455446744454388
12Net433554264364335633343470
13
14Golfer424211211121111121212
15Score545756485496544765364695
16Net334545364375433553243471
Sheet3
Cell Formulas
RangeFormula
L4,V15:V16,L15:L16,V11:V12,L11:L12,V7:V8,L7:L8,V4L4=SUM(C4:K4)
W4,W15:W16,W11:W12,W7:W8W4=L4+V4
C6:K6,M14:U14,C14:K14,M10:U10,C10:K10,M6:U6C6=INT($B6/18)+IF(C$3<=MOD($B6,18),1,0)
C8:K8,M8:U8,C16:K16,M16:U16,C12:K12,M12:U12C8=C7-C6
 
Upvote 0
and keep in mind, if you are doing a trip, you will probably play different courses. In which case the indexes will change each time.
 
Upvote 0
Welcome to the forum. But, please assume the forum knows nothing about anything. In your case, GOLF and GOLF Handicapping.

Can you give us a table showing the hole number, the par for the hole, and the handicap rating for each hole? Try to post a mini workbook using the xl2bb add in, if you can't use that then copy and past a range of cells as a table. Images, while helpful mean the forum needs to recreate your scenario completely.

Thanks in advance!

Like I said, I wasn't sure how to post my example besides a screenshot.

See attached example.

Golf habdicap per hole.xlsx
ABCDEFGHIJKLMNOPQRSTUVW
1Course
2Hole123456789Out101112131415161718InTotal
3Hcp.313175119151710121614286184
4Par443544354364434544343571
5NameHndcp
6Golfer25100100010000010001
7Score453444255365434643343672
8Net353344245335434543333467
9
10Golfer318111111111111111111
11Score544665375455446744454388
12Net433554264364335633343470
13
14Golfer424211211121111121212
15Score545756485496544765364695
16Net334545364375433553243471
Sheet3
Cell Formulas
RangeFormula
L4,V15:V16,L15:L16,V11:V12,L11:L12,V7:V8,L7:L8,V4L4=SUM(C4:K4)
W4,W15:W16,W11:W12,W7:W8W4=L4+V4
C6:K6,M14:U14,C14:K14,M10:U10,C10:K10,M6:U6C6=INT($B6/18)+IF(C$3<=MOD($B6,18),1,0)
C8:K8,M8:U8,C16:K16,M16:U16,C12:K12,M12:U12C8=C7-C6

I will give this a shot.

and keep in mind, if you are doing a trip, you will probably play different courses. In which case the indexes will change each time.

Luckily on this trip it's all the same course. But adding courses is simple once I get the initial setup done.

Here is what I currently have. I want the holes with 2 strokes to have ** in the cell.
2024 - Scorecard.xlsx
ABCDEFGHIJKLMNOPQRSTUVWXYZAAABACADAEAFAGAHAIAJAKALAMANAOAP
8123456789Out
9White Tee4483352823761533231504503432863
10Par54443435436
11Hole HDCP1171519317135
12Haney ** *** **
13
14
15Crawford*********
16
17
18Grogg*********
19
20
21Beamer*********
22
23
24Team ScoreGrossNetGrossNetGrossNetGrossNetGrossNetGrossNetGrossNetGrossNetGrossNetGrossNet
25
26
27
28101112131415161718InTotalPlaying HandicapNet Score
29White Tee36533446535417236216334251230695932
30Par4454343453672
31Hole HDCP21881214104166
32Haney* ***** *14
33
34
35Crawford* *******17
36
37
38Grogg*********18
39
40
41Beamer*********19
42
43
44Team ScoreGrossNetGrossNetGrossNetGrossNetGrossNetGrossNetGrossNetGrossNetGrossNetGrossNetGross
45
46
47
Sheet 1
Cell Formulas
RangeFormula
AH10,AH30AH10=SUM(G10:AG10)
G12G12=IFS(G11>AL32,"*",AL32<18," ")
H12,AF32,AC32,Z32,W32,T32,Q32,N32,K32,H32,AF12,AC12,Z12,W12,T12,Q12,N12,K12H12=IF(G11>$AL$32," ","*")
H15,AF35,AC35,Z35,W35,T35,Q35,N35,K35,H35,AF15,AC15,Z15,W15,T15,Q15,N15,K15H15=IF(G11>$AL$35," ","*")
H18,AF38,AC38,Z38,W38,T38,Q38,N38,K38,H38,AF18,AC18,Z18,W18,T18,Q18,N18,K18H18=IF(G11>$AL$38," ","*")
H21,AF41,AC41,Z41,W41,T41,Q41,N41,K41,H41,AF21,AC21,Z21,W21,T21,Q21,N21,K21H21=IF(G11>$AL$41," ","*")
AJ29:AJ30AJ29=SUM(AH9,AH29)
B32,B35,B38,B41B32=B12
 
Upvote 0
See attached example.

Golf habdicap per hole.xlsx
ABCDEFGHIJKLMNOPQRSTUVW
1Course
2Hole123456789Out101112131415161718InTotal
3Hcp.313175119151710121614286184
4Par443544354364434544343571
5NameHndcp
6Golfer25100100010000010001
7Score453444255365434643343672
8Net353344245335434543333467
9
10Golfer318111111111111111111
11Score544665375455446744454388
12Net433554264364335633343470
13
14Golfer424211211121111121212
15Score545756485496544765364695
16Net334545364375433553243471
Sheet3
Cell Formulas
RangeFormula
L4,V15:V16,L15:L16,V11:V12,L11:L12,V7:V8,L7:L8,V4L4=SUM(C4:K4)
W4,W15:W16,W11:W12,W7:W8W4=L4+V4
C6:K6,M14:U14,C14:K14,M10:U10,C10:K10,M6:U6C6=INT($B6/18)+IF(C$3<=MOD($B6,18),1,0)
C8:K8,M8:U8,C16:K16,M16:U16,C12:K12,M12:U12C8=C7-C6

If I could get this formula to show asterisk or dots it would be perfect.

1718113050536.png
 
Upvote 0
Try changing the formula to:
CHOOSE(INT($B6/18)+IF(C$3<=MOD($B6,18),2,1),"","*","**")

You will need to change the hole Hndpc and Par to match your course.

Book3
ABCDEFGHIJKLMNOPQRSTUVW
1Course
2Hole123456789Out101112131415161718InTotal
3Hcp.313175119151710121614286184
4Par443544354364434544343571
5NameHndcp
6Golfer25*  *   *     *   *
7
8Golfer318******************
9
10Golfer424************************
Sheet1
Cell Formulas
RangeFormula
L4,V4L4=SUM(C4:K4)
W4W4=L4+V4
C6:K6,M10:U10,C10:K10,M8:U8,C8:K8,M6:U6C6=CHOOSE(INT($B6/18)+IF(C$3<=MOD($B6,18),2,1),"","*","**")
 
Upvote 0
Try changing the formula to:
CHOOSE(INT($B6/18)+IF(C$3<=MOD($B6,18),2,1),"","*","**")

You will need to change the hole Hndpc and Par to match your course.

Book3
ABCDEFGHIJKLMNOPQRSTUVW
1Course
2Hole123456789Out101112131415161718InTotal
3Hcp.313175119151710121614286184
4Par443544354364434544343571
5NameHndcp
6Golfer25*  *   *     *   *
7
8Golfer318******************
9
10Golfer424************************
Sheet1
Cell Formulas
RangeFormula
L4,V4L4=SUM(C4:K4)
W4W4=L4+V4
C6:K6,M10:U10,C10:K10,M8:U8,C8:K8,M6:U6C6=CHOOSE(INT($B6/18)+IF(C$3<=MOD($B6,18),2,1),"","*","**")

I will try that out.

What happens with your formula if a par 3 falls into the hole hdcp range? You aren't supposed to get more than 1 stroke on par 3's
 
Upvote 0
Unless you have a golfer with a 33 or higher handicap you should not see more than 1 stroke on a par 3. Most par 3's have the higher handicap ratings (at least on the courses I've played).
 
Upvote 0
Unless you have a golfer with a 33 or higher handicap you should not see more than 1 stroke on a par 3. Most par 3's have the higher handicap ratings (at least on the courses I've played).

As you can see in the example I posted, which is the course we played this past weekend.
If you play 1-18 they have 4 par 3's ranked 4th, 9th, 14th and 17th. But they also have 27 holes so I added all the combinations.

If you play 10-27 they have 5 par 3's ranked 3rd, 10th, 12th, 13th and 18th.
If you play 1-9 & 19-27 they have 5 par 3's ranked 9th, 10th, 11th 17th and 18th.
 
Upvote 0

Forum statistics

Threads
1,221,442
Messages
6,159,905
Members
451,601
Latest member
terrynelson55

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top