Golf Skins Scorecard

DowningAir

New Member
Joined
Apr 4, 2011
Messages
4
Hi everyone. I'm new to the forum and I've been reading some of the older posts, teaching myself as I go. The information has been very helpful. Thank you for the resource!

That being said, I'm putting together a spreadsheet for golf skins and I want to calculate the amount won per hole taking into consideration carry over in the event of a tie from the previous hole(s). This is what I have so far...

A21=IF(D21=1,INDEX(A7:A18,MATCH(D21,B7:B18,0)),"Tie") (Inserts the player's name if only 1 low score is recorded and inserts "Tie" if more than 1 low score is recorded)

B21=Hole Number (1 through 18 for cells B21:B38)

C21=MIN(B7:B18) (Finds the low number in the scorecard columns per hole (B=Hole 1))

D21=COUNTIF(B7:B18,C21) (Returns the total of minimum numbers in Column C)

These cells extend from 21:38 for all 18 holes. Like I said, I'd like column E to represent the amount won per hole taking into consideration carry over in the event of a tie from the previous hole(s). 12 players, $5/player/round, so the theoretical pot per hole would be (60/18). Any help would be appreciated. I'm a novice when it comes to excel so if my explanation is unclear please feel free to ask questions. Thank you in advance!
 

Excel Facts

Quick Sum
Select a range of cells. The total appears in bottom right of Excel screen. Right-click total to add Max, Min, Count, Average.
Excel Workbook
ABCDEFGHIJK
1Results5704500255Skins game Golf
2Hole#MikeBillDaveLarryJoeWinner
3144443TRUE25Joe25
4256555FALSE2525
5356555FALSE5025
6434444TRUE75Mike25
7534444TRUE25Mike25
8634444TRUE35Mike35
9734444TRUE35Mike35
10834444TRUE35Mike35
11934444TRUE35Mike35
121034444TRUE35Mike35
131154444FALSE3535
141254444FALSE7035
151354444FALSE11545
161454444FALSE16045
171554444FALSE20545
181654444FALSE25045
191734444TRUE295Mike45
201843444TRUE45Bill45
1a
Excel 2003
Cell Formulas
RangeFormula
B1=SUMPRODUCT(($I$3:$I$20=B2)+0,($H$3:$H$20))
C1=SUMPRODUCT(($I$3:$I$20=C2)+0,($H$3:$H$20))
D1=SUMPRODUCT(($I$3:$I$20=D2)+0,($H$3:$H$20))
E1=SUMPRODUCT(($I$3:$I$20=E2)+0,($H$3:$H$20))
F1=SUMPRODUCT(($I$3:$I$20=F2)+0,($H$3:$H$20))
G3=COUNTIF(B3:F3,MIN(B3:F3))=1
G4=COUNTIF(B4:F4,MIN(B4:F4))=1
G5=COUNTIF(B5:F5,MIN(B5:F5))=1
G6=COUNTIF(B6:F6,MIN(B6:F6))=1
H3=IF(G2,K3,K3+H2)
H4=IF(G3,K4,K4+H3)
H5=IF(G4,K5,K5+H4)
H6=IF(G5,K6,K6+H5)
I3=IF(G3,INDEX($B$2:$F$2,MATCH(MIN(B3:F3),B3:F3,0)),"")
I4=IF(G4,INDEX($B$2:$F$2,MATCH(MIN(B4:F4),B4:F4,0)),"")
I5=IF(G5,INDEX($B$2:$F$2,MATCH(MIN(B5:F5),B5:F5,0)),"")
I6=IF(G6,INDEX($B$2:$F$2,MATCH(MIN(B6:F6),B6:F6,0)),"")


An example would have been very useful.

My example does not guess at your layout and it uses a payout that increases.
 
Upvote 0
Dave,

Sorry for the lack of an example, I'm new to the site and will include more details in future inquires. Thank you very much for your response, It's just what I was looking for. I appreciate your help with this!
 
Upvote 0
I need help, I have a scorecard I'm working on with carryover skins in golf. If you don't know what that is, every hole is worth so much money and if no one wins the hole with the low net score, the amount is carried to the next hole and continues until someone wins a hole. I am attaching my work, I have skins in C35:U38. You can see that holes 2,5,6,7,8,9 on front is a carryover. I'm looking for a formula that will figure out the care over amount, example hole 3 has a winner, but I don't know how to show 1.50 won instead of .75. I will attach my work. i can see the work book didn't come out good, hopefully someone can understand it.

Thanks

Tommy


SKINS WONGREENIESMONEY
SKINS
123
45FRONTBACKTOTAL
TOMMY0.750.750.75
KEITH0.750.750.75
BUZZ0.750.750.75
DAVE0.750.751.501.50
0.750.750.750.750.750.750.750.750.750.750.750.750.750.750.750.750.750.75

<tbody>
</tbody>
 
Upvote 0

Forum statistics

Threads
1,215,338
Messages
6,124,357
Members
449,155
Latest member
ravioli44

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