+ Reply to Thread
Results 1 to 2 of 2

Golf League Handicaps

  1. #1
    Registered User
    Join Date
    10-24-2014
    Location
    Cleveland Ohio
    MS-Off Ver
    2010
    Posts
    1

    Golf League Handicaps

    I have a spread sheet that calculates our golf league handicaps. The formula below works fine as long as everyone shows up each week. Unfortunately that does not happen and I have to keep moving the scores up from previous weeks. Here is what I need it to do.
    1. I will always have 6 scores to start with. The formula needs to pick the 3 lowest of the last 6 scores.
    2. Add all 3 lowest scores
    3. Divide by 3
    4. Subtract 36
    5. Multiply by .96
    6. The number is rounded to the nearest whole number
    7. I also need to have a maximum handicap of 18 included.

    B4-G4 are the scores from last year that are used to determine the handicap to start out the year H4
    The red numbers are their weekly scores.
    Examples: B4-G4 give the handicap in H4
    The 3 lowest scores in E4-G4, I4, M4 and Q4 give the handicap in S4

    League.jpg


    I would imagine there is a way to have the formula keep counting back cells to look for an entry but that is beyond my skill set. I can always add columns between B4 and G4 for this purpose.

    Thanks for your help, John

  2. #2
    Forum Expert mrice's Avatar
    Join Date
    06-22-2004
    Location
    Surrey, England
    MS-Off Ver
    Excel 2013
    Posts
    4,967

    Re: Golf League Handicaps

    This can be done with a user defined function.

    Please Login or Register  to view this content.
    Open the VBA editor by hitting Alt F11.
    Insert a new module with Insert - Module
    Paste in the above function
    Go back to the sheet by hitting Alt F11.

    In AE4, enter =GetHandicap(A4:AD4)

    Remember to save the workbook as a macro enabled workbook .xlsm
    Martin

+ 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. Replies: 1
    Last Post: 03-01-2014, 07:10 AM
  2. Replies: 9
    Last Post: 03-11-2013, 09:06 PM
  3. Excel 2007 formula query to calculate golf handicaps
    By Oblit3ration in forum Excel General
    Replies: 3
    Last Post: 08-02-2009, 12:30 PM
  4. Golf League Help
    By peterbarone in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 10-13-2005, 12:26 PM
  5. [SOLVED] Golf Handicaps
    By David Clark in forum Excel General
    Replies: 3
    Last Post: 09-12-2005, 12:05 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