+ Reply to Thread
Results 1 to 9 of 9

Golf Scorecard help!

Hybrid View

  1. #1
    Registered User
    Join Date
    03-18-2014
    Location
    san diego, california
    MS-Off Ver
    Excel 2003
    Posts
    4

    Smile Golf Scorecard help!

    I am trying to plug in handicaps on a scorecard based off a table and I have no clue how to generate a formula to get it to do what I want it to do.

    So I need it to determine that if someone has a handicap of 21(column), then it will plug in the determined (row) information.

    Scorecard test.xlsx

    Thanks for your help!

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

    Re: Golf Scorecard help!

    Try this in cell X6 and copy to the right:

    =INDEX(B$2:B$37,MATCH($AE$4,$A$2:$A$37,0))

    Is that what you mean?

    BSB

  3. #3
    Registered User
    Join Date
    03-18-2014
    Location
    san diego, california
    MS-Off Ver
    Excel 2003
    Posts
    4

    Re: Golf Scorecard help!

    Thanks so much!! Yes this is great.

    How can I get rid of the zero's(0) that keep popping up in the blanks?

    And, how can I get the cell to update if I change the handicap?




    Quote Originally Posted by BadlySpelledBuoy View Post
    Try this in cell X6 and copy to the right:

    =INDEX(B$2:B$37,MATCH($AE$4,$A$2:$A$37,0))

    Is that what you mean?

    BSB

  4. #4
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Golf Scorecard help!

    Can you put the hole number above the handicaps in A1:T1?

    It would make things easier.

    Also, why does hole 12 have an asterisk with it? Can you get rid of it?
    Biff
    Microsoft MVP Excel
    Keep It Simple Stupid

    Let's Go Pens. We Want The Cup.

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

    Re: Golf Scorecard help!

    If you change the handicap in cell AE4 then the values should change to reflect that. If they don't, make sure you have "Auto Calculate" turned on.

    As for the zeros, you could hide them with conditional formatting, use the option to not show zeroes in cells or change the formula to :

    =IF(INDEX(B$2:B$37,MATCH($AE$4,$A$2:$A$37,0))=0,"",INDEX(B$2:B$37,MATCH($AE$4,$A$2:$A$37,0)))

    and drag it to the right again.

  6. #6
    Registered User
    Join Date
    03-18-2014
    Location
    san diego, california
    MS-Off Ver
    Excel 2003
    Posts
    4

    Re: Golf Scorecard help!

    Great that worked on my test page. I have the code plugged in but it isnt working on the scorecard itself.
    Here is the new document. 2014 Scorecards TEST FOR HANDICAP.xls

    Thanks for your help, this is great!

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

    Re: Golf Scorecard help!

    All done.

    For info, you could also use INDEX/MATCH or VLOOKUP to populate the tee numbers and handicap numbers from the "Names and Handicaps" worksheet. That way if you change the names, they would update too. Just makes things easier for you and eliminates the human error side of things.
    Attached Files Attached Files

  8. #8
    Registered User
    Join Date
    03-18-2014
    Location
    san diego, california
    MS-Off Ver
    Excel 2003
    Posts
    4

    Re: Golf Scorecard help!

    You are amazing!!! Thanks so much. Not sure how to do the Index/Match or VLookup for the handicaps. Hopefully I'll get it soon!

    Can you tell me what I did wrong when I transferred the code over? Just trying to understand the problem. Thanks again!

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

    Re: Golf Scorecard help!

    Your file again with the handicap cells in column R now populated with INDEX/MATCH. So if you change the handicap value on the "Names and Handicaps" worksheet the values automatically update as do the determined info we fixed earlier.

    As for what you did wrong when transferring it over? No idea, because I couldn't actually see any cells that looked like you'd tried to copy the formulas in.
    Attached Files Attached Files

+ 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 Scorecard Question
    By pab61 in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 08-25-2011, 10:18 AM
  2. Golf Scorecard issue
    By o AXE in forum Excel General
    Replies: 3
    Last Post: 05-21-2010, 08:43 AM
  3. Need help with a golf tournament scorecard
    By tball21 in forum Excel General
    Replies: 10
    Last Post: 07-31-2009, 06:17 PM
  4. [SOLVED] I need a formula for a Golf Scorecard
    By Timmy in forum Excel General
    Replies: 10
    Last Post: 07-22-2005, 06:05 AM
  5. [SOLVED] Golf scorecard again
    By kevhatch in forum Excel - New Users/Basics
    Replies: 10
    Last Post: 07-06-2005, 07: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