+ Reply to Thread
Results 1 to 3 of 3

Golf Handicap Adjustment Formula

  1. #1
    Registered User
    Join Date
    06-10-2016
    Location
    Michigan, USA
    MS-Off Ver
    2013
    Posts
    1

    Golf Handicap Adjustment Formula

    Hello all,

    I am attempting to build a spreadsheet for my 9 hole golf league that will calculate adjusted scores for handicaps. I currently have a working function for when only one stroke needs to deducted from a hole - but I cannot figure out how to create a similar function for when two strokes need to deducted. Any help would be appreciated.

    Here is the working function for a single stroke:

    =IF(C22<=2*$B$25,C5-1,C5)

    =IF(Hole Handicap <= 2*Individual Handicap, Gross Score - 1, Gross Score)

    That works when the individual handicap is 9 or smaller. But when an individual handicap is greater than 9, a players gets two strokes deducted from the hole score on the hardest holes.

    I would really appreciate any help.

    Thank you.

  2. #2
    Forum Expert BadlySpelledBuoy's Avatar
    Join Date
    06-14-2013
    Location
    East Sussex, UK
    MS-Off Ver
    365
    Posts
    7,468

    Re: Golf Handicap Adjustment Formula

    Could we see a sample workbook with some example scores entered manually to demonstrate this?

    BSB

  3. #3
    Forum Guru MarvinP's Avatar
    Join Date
    07-23-2010
    Location
    Woodinville, WA
    MS-Off Ver
    Office 365
    Posts
    16,168

    Re: Golf Handicap Adjustment Formula

    Hi ahurt,

    I call these "Pops". Pops are the number of strokes a player gets off depending on their handicap and the hole handicap. I've had many formulas in the past and have settled on this one.

    Pops = If(HHC#<=Mod(CH#,18),1,0)+Int(CH#/18)

    HHC is the hole handicap. We have handicap holes 1 to 18. CH is the players Course Handicap.

    This formula in words is: If the hole handicap is less than or equal to the MOD of the players Course Handicap, 18) then 1 else zero and add to this the Integer part of the players CH / 18.

    I hope you can adapt this to your 9 hole course. Try some examples using real numbers and see if it works for you. You will need to change the 18 to 9, I'm assuming.
    One test is worth a thousand opinions.
    Click the * Add Reputation below to say thanks.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. golf league handicap formula
    By dorg10 in forum Hello..Introduce yourself
    Replies: 1
    Last Post: 05-27-2015, 03:15 PM
  2. golf handicap formula
    By browntravis in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 03-12-2014, 02:53 PM
  3. [SOLVED] Handicap golf rankings formula.
    By reksav in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 10-17-2012, 09:33 PM
  4. Golf Handicap
    By jjay2109 in forum Excel General
    Replies: 2
    Last Post: 05-18-2012, 03:03 AM
  5. Golf handicap formula
    By critter in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 03-28-2010, 03:42 PM
  6. golf handicap formula
    By gfwalt in forum Excel General
    Replies: 11
    Last Post: 07-05-2009, 02:09 PM
  7. Replies: 3
    Last Post: 07-01-2009, 03:17 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1