+ Reply to Thread
Results 1 to 7 of 7

Golf Scores

  1. #1
    Registered User
    Join Date
    07-16-2012
    Location
    Pa, USA
    MS-Off Ver
    Excel 1997
    Posts
    3

    Golf Scores

    Using old version of excel (97). Have 150 golfers playing (Column A), who are Flighted (Column B), playing 20 times in a season (Dates in Further Columns). On each of these dates, I will enter their net score. I will enter data during the year and at end of year sort by flight, but I want the computer to pick out the six best scores for each player and add them up so that the second sort will give me the best players total net score for the six games in order for a winner in each flight. I know how to do the sorting, but can't figure out a formula to have the six best scores for each person selected and added up in a column to sort. Can you help. Thx for your help.

  2. #2
    Valued Forum Contributor
    Join Date
    05-08-2012
    Location
    Georgia, USA
    MS-Off Ver
    Excel 2003, 2010
    Posts
    811

    Re: Golf Scores

    Do you have an example?
    Click on star (*) below if this helps

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

    Re: Golf Scores

    don't play golf,it's a waste of time and effort and just makes you do excel spread sheets for no reason
    "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

  4. #4
    Registered User
    Join Date
    07-16-2012
    Location
    Pa, USA
    MS-Off Ver
    Excel 1997
    Posts
    3

    Re: Golf Scores

    John - Flight 1 - Scores 78, 88, 99, 76, 84, 90, 87, 85, 82, 85, 82, 78, 79, 90 ... Select six lowest scores and give me total of those six

  5. #5
    Forum Expert ben_hensel's Avatar
    Join Date
    01-26-2012
    Location
    Northeast USA
    MS-Off Ver
    Office 365
    Posts
    2,043

    Re: Golf Scores

    This is the last place on the internet to complain about "excel spreadsheets for no reason" regardless of your feelings about golf though???

    Anyway you should consider the function =RANK(range, position, 1) for the range of 20 scores across the 1st - 6th positions. Rank can be finicky about ties though so be aware of those workarounds. (You have to set the last term of Rank above 0 to swap it from descending to ascending order).

    I was gonna say "oh just do this: best_six = SUMIF(range, >RANK(range,7,1), range) and you're good (well with error handling maybe?)" but... excel 97, huh?

  6. #6
    Registered User
    Join Date
    07-16-2012
    Location
    Pa, USA
    MS-Off Ver
    Excel 1997
    Posts
    3

    Re: Golf Scores

    Yes, I know, 97!! Kind of ages me, right? New computer has Works Spread Sheet. Am more familiar with Excel which I used for work (on old lap top, which I can spare for the project). Now retired and enjoying life to fullest!!

    Sincere thanks for your reply. I will try it out and see how it goes.

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

    Re: Golf Scores

    assuming scores are in a1:n1
    =SUM(SMALL(A1:N1,{1,2,3,4,5,6})) gives total of 475

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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