+ Reply to Thread
Results 1 to 6 of 6

Playing golf Handicap software

  1. #1
    Registered User
    Join Date
    12-07-2013
    Location
    USA
    MS-Off Ver
    Excel 2003
    Posts
    1

    Playing golf Handicap software

    Cheers for all the aid thus far. So far as I am able to view the formula functions for you to common the cheapest 10 scores throughout numerous info dismissing absolutely nothing prices. Nevertheless, if the player won't have a minimum of 10 scores this formula can not work.
    =AVERAGE(SMALL(IF(Y2:AQ2<>0,Y2:AQ2),ROW(INDIRECT("1:10"))))
    suitusa.com

  2. #2
    Forum Expert newdoverman's Avatar
    Join Date
    02-07-2013
    Location
    Port Dover, Ontario, Canada
    MS-Off Ver
    2010
    Posts
    10,330

    Re: Playing golf Handicap software

    This post appears to be an advertising "come-on".
    <---------If you like someone's answer, click the star to the left of one of their posts to give them a reputation point for that answer.
    Ron W

  3. #3
    Forum Expert
    Join Date
    01-23-2013
    Location
    USA
    MS-Off Ver
    Microsoft 365 aka Office 365
    Posts
    3,863

    Re: Playing golf Handicap software

    The following post may help you. When the number of scores is less than 0 and greater than or equal to 5, there are special rules for calculating the handicap, which complicates things a bit. A lookup table can be used to determines the number of lowest scores to use when there are less than 10 scores.

    http://www.excelforum.com/excel-gene...p-program.html

    Rounds Differentials Used
    05-06----------- 1
    07-08----------- 2
    09-10 -----------3
    11-12 -----------4
    13-14----------- 5
    15-16 -----------6
    17---------------7
    18---------------8
    19---------------9
    20--------------10

    Lewis
    Last edited by LJMetzger; 12-07-2013 at 01:00 PM.

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

    Re: Playing golf Handicap software

    Hi tinkuds and welcome to the forum,

    You need to follow the rules and use less than 10 scores if a person doesn't have that many... Read
    http://www.usga.org/handicapping/pub...x-Will-Travel/

    or

    http://www.usga.org/handicapping/art...Unhandicapped/

    You are correct that the above formula will not work if a player has less than 10 scores. If you supply a sample workbook we might be able to find a better formula for you.
    One test is worth a thousand opinions.
    Click the * Add Reputation below to say thanks.

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

    Re: Playing golf Handicap software

    Hey,

    I think the OP simply put a link on his formula instead of correct formatters.

    Maybe a moderator can fix it?

  6. #6
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: Playing golf Handicap software

    =average(small(if(y2:aq2<>0,y2:aq2),row(indirect("1:"&min(10,count(y2:aq2))))))
    "Unless otherwise stated all my comments are directed at OP"

    Mojito connoisseur and now happily retired
    where does code go ?
    look here
    how to insert code

    how to enter array formula

    why use -- in sumproduct
    recommended reading
    wiki Mojito

    how to say no convincingly

    most important thing you need
    Martin Wilson: SPV
    and RSMBC

+ 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 handicap
    By DuncanP in forum Excel General
    Replies: 4
    Last Post: 03-22-2012, 11:48 AM
  2. For a Golf Handicap
    By dmoore702 in forum Excel General
    Replies: 2
    Last Post: 03-03-2011, 07:56 AM
  3. Golf Handicap
    By dodger999 in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 07-09-2009, 11:45 AM
  4. [SOLVED] golf handicap
    By neo314trinity in forum Excel General
    Replies: 5
    Last Post: 03-15-2006, 02:50 PM
  5. [SOLVED] golf handicap
    By Phineus in forum Excel General
    Replies: 4
    Last Post: 07-03-2005, 11:05 PM

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