+ Reply to Thread
Results 1 to 11 of 11

Need help with a golf tournament scorecard

  1. #1
    Registered User
    Join Date
    07-27-2009
    Location
    Omaha, Nebaraska
    MS-Off Ver
    Excel 2007
    Posts
    7

    Need help with a golf tournament scorecard

    I work at a golf course and we play a game where we chip into range buckets and award point values for different shots. We play 18 holes and the highest score is the winner. I am trying to make a tournament style scoring sheet and I was wondering how I could reorganize each round's playing order by taking the scores from the previous round(s).

  2. #2
    Forum Expert Palmetto's Avatar
    Join Date
    04-04-2007
    Location
    South Eastern, USA
    MS-Off Ver
    XP, 2007, 2010
    Posts
    3,978

    Re: Need help with a golf tournament scorecard

    I was wondering how I could reorganize each round's playing order by taking the scores from the previous round(s).
    Are you asking us to guess what is your current organization and make a suggestion?

    Post a representative sample workbook and, if possible, be more specific about what you are wanting to accomplish. Someone should have an answer for you.

  3. #3
    Registered User
    Join Date
    07-27-2009
    Location
    Omaha, Nebaraska
    MS-Off Ver
    Excel 2007
    Posts
    7

    Re: Need help with a golf tournament scorecard

    What I would like for it to do is after the first round rearrange the playing order from lowest score to highest in each round following.

  4. #4
    Registered User
    Join Date
    07-27-2009
    Location
    Omaha, Nebaraska
    MS-Off Ver
    Excel 2007
    Posts
    7

    Re: Need help with a golf tournament scorecard

    I think I added the workbook in an attatchment to this one but this is my first time on the site. Did it work?

  5. #5
    Forum Expert Palmetto's Avatar
    Join Date
    04-04-2007
    Location
    South Eastern, USA
    MS-Off Ver
    XP, 2007, 2010
    Posts
    3,978

    Re: Need help with a golf tournament scorecard

    Opps - guess the attachment didn't attach itself --

    When posting a reply, scroll down the page to the Additional Options section and click on Manage Attachments. Next, use the Choose button to navigate to the file location on your computer. Once you select the file, click OK and then click on the Upload button.

  6. #6
    Registered User
    Join Date
    07-27-2009
    Location
    Omaha, Nebaraska
    MS-Off Ver
    Excel 2007
    Posts
    7

    Re: Need help with a golf tournament scorecard

    Hope this works
    Attached Files Attached Files

  7. #7
    Forum Expert Palmetto's Avatar
    Join Date
    04-04-2007
    Location
    South Eastern, USA
    MS-Off Ver
    XP, 2007, 2010
    Posts
    3,978

    Re: Need help with a golf tournament scorecard

    This formula in B17 and copied down the section, then adjusted for "k" small value:
    =INDEX($B$6:$X$12,MATCH(SMALL($X$6:$X$12,1),$X$6:$X$12,0),1)
    The formula has to be pasted into each section and range references adjsuted accordingly.

    See attached.
    Attached Files Attached Files

  8. #8
    Registered User
    Join Date
    07-27-2009
    Location
    Omaha, Nebaraska
    MS-Off Ver
    Excel 2007
    Posts
    7

    Re: Need help with a golf tournament scorecard

    That looks exactly like what I wanted. I'll go ahead and give that a try. Thanks alot

  9. #9
    Registered User
    Join Date
    07-27-2009
    Location
    Omaha, Nebaraska
    MS-Off Ver
    Excel 2007
    Posts
    7

    Re: Need help with a golf tournament scorecard

    Ok that did the job of putting the players in the right order but is there a way to get the scores that correspond with each player to stay with the name?

  10. #10
    Forum Expert Palmetto's Avatar
    Join Date
    04-04-2007
    Location
    South Eastern, USA
    MS-Off Ver
    XP, 2007, 2010
    Posts
    3,978

    Re: Need help with a golf tournament scorecard

    In X17 and copied down to X23:
    =VLOOKUP(B17,$B$6:$X$12,23,FALSE)+SUM(M17,W17)

    In X28 and coppied down to X34:
    =VLOOKUP(B28,$B$17:$X$23,23,FALSE)+SUM(M28,W28)

    In X39 and copied down to X45:
    =VLOOKUP(B39,$B$28:$X$34,23,FALSE)+SUM(M39,W39)

  11. #11
    Registered User
    Join Date
    07-27-2009
    Location
    Omaha, Nebaraska
    MS-Off Ver
    Excel 2007
    Posts
    7

    Re: Need help with a golf tournament scorecard

    That is exactly what I needed thanks alot

+ 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