Revised Golf scoring

Status
Not open for further replies.

Rock5150

Board Regular
Joined
Nov 16, 2012
Messages
93
Office Version
  1. 365
Platform
  1. Windows
I posted yesterday a game I needed help calculating winnings but to keep it simple, I'll just as the following. I attached sample scores. A Rabbit is getting a PAR. A squirrel is getting a birdie. However, how can I adjust the formulas so that if someone doesn't par a hole, but the lowest score is a bogey so I can label that "BOGEY" again if bogey is the lowest score for the hole and for an eagle, maybe call that "EAGLE". I would ope a double bogey (two strokes above par) isn't the lowest score but I guess while I'm at it, maybe include that in the formula. I'm fine with the multiple rabbit and squirrel showing as I can visually see those.

For cell c8, if the score was a "2" how can I label that "EAGLE" and for cell F5 if the score was say a "5" assuming other scores stay the same how can I label that "BOGEY" . The formula I used in B17 and copied is =IF(B5>B$3,"",IF(B5=B$3,"Rabbit",IF(B5<B$3,"Squirrel")))

Also any idea how I can put a conditional formatting to identify the lowest number? So if a rabbit and squirrel are in the same column, pick squirrel. I put in green the people who would "win" the hole.





HD Ham and Egg spreadsheet for HD Invitational May 2024 everyone has everyone.xlsx
M
94
Sheet1
 

Excel Facts

Remove leading & trailing spaces
Save as CSV to remove all leading and trailing spaces. It is faster than using TRIM().
Duplicate to: Golf scoring game

In future, please do not post the same question multiple times. Per Forum Rules (#12), posts of a duplicate nature will be locked or deleted.

In relation to your question here, I have closed this thread so please continue in the linked thread. If you do not receive a response, you can "bump" it by replying to it yourself, though we advise you to wait 24 hours before doing so, and not to bump a thread more than once a day.
 
Upvote 1
Status
Not open for further replies.

Forum statistics

Threads
1,216,014
Messages
6,128,287
Members
449,436
Latest member
blaineSpartan

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