+ Reply to Thread
Results 1 to 7 of 7

Need % found for golf stat spreadsheet that needs % for data inputed onto spreadsheet

  1. #1
    Registered User
    Join Date
    06-06-2009
    Location
    Wisconsin
    MS-Off Ver
    Excel 2003
    Posts
    3

    Need % found for golf stat spreadsheet that needs % for data inputed onto spreadsheet

    I searched the site and couldn't find help for my problem.

    I am new to excel and only know the basics.

    I have been working on a spreadsheet to keep track of my golf game.

    I really need to get a couple things fixed.

    First thing I need fixed is I really need row AE to show the % hit.

    Can someone tell me the forumla to use for this?

    I also need row AF to show the average yardage.

    Thanks in advance.

    Forgot to mention I am talking about the Brighton (White Birch) page.
    Attached Files Attached Files
    Last edited by krausen; 06-12-2009 at 09:25 PM. Reason: moderator yelled at me

  2. #2
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: Golf Stat problem

    Since you have provided no information about you mean by %, can't help there.

    Since you have provided no DATA regarding the drive yardage, I'll show you you could do it. In cell AF13, this formula shows what the average HOLE YARDAGE is:

    =SUM(K13,U13)/COUNT(B13:J13,L13:T13)

    Now, copy that cell down to AF16 and you will get results when you actually put data into row 16. Likewise for row 23, etc.

    Now, to keep the errors from showing on an empty score card, use this in AF16, then copy to appropriate other rows:
    =IF(COUNT(B16:J16, L16:T16) = 0, "", SUM(K16,U16) / COUNT(B16:J16, L16:T16))
    Last edited by JBeaucaire; 06-06-2009 at 01:30 PM.
    _________________
    Microsoft MVP 2010 - Excel
    Visit: Jerry Beaucaire's Excel Files & Macros

    If you've been given good help, use the icon below to give reputation feedback, it is appreciated.
    Always put your code between code tags. [CODE] your code here [/CODE]

    ?None of us is as good as all of us? - Ray Kroc
    ?Actually, I *am* a rocket scientist.? - JB (little ones count!)

  3. #3
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: Golf Stat problem

    Does this give you what you want for fairway percentages, in cell AE15:

    =COUNT(B15:J15,L15:T15)/18 (format as percentage)

  4. #4
    Registered User
    Join Date
    06-06-2009
    Location
    Wisconsin
    MS-Off Ver
    Excel 2003
    Posts
    3

    Re: Golf Stat problem

    I didn't put info because I haven't started to track that data yet.

    As far as % goes I was looking for % that hit fairway.

    For instance there are 14 chances per 18 holes because PAR 3 does not count.

    If I hit 3 out of 14 I would like it to keep track of the % hit.

    I will know if the yardage worked later this weekend when I actually start keeping track.

    Thank you

  5. #5
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: Golf Stat problem

    Try this formula in AE14, widen the column, format as a percentage, should result in 29%:

    =COUNT($B15:$J15,$L15:$T15)/(COUNTIF($B$12:$J$12,">3")+COUNTIF($L$12:$T$12,">3"))

  6. #6
    Forum Expert
    Join Date
    12-23-2006
    Location
    germany
    MS-Off Ver
    XL2003 / 2007 / 2010
    Posts
    6,326

    Re: Golf Stat problem

    Your post does not comply with Rule 1 of our Forum RULES. Your post title should accurately and concisely describe your problem, not your anticipated solution. Use terms appropriate to a Google search. Poor thread titles, like Please Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will be addressed according to the OP's experience in the forum: If you have less than 10 posts, expect (and respond to) a request to change your thread title. If you have 10 or more posts, expect your post to be locked, so you can start a new thread with an appropriate title.
    To change a Title on your post, click EDIT then Go Advanced and change your title, if 2 days have passed ask a moderator to do it for you.

  7. #7
    Registered User
    Join Date
    06-06-2009
    Location
    Wisconsin
    MS-Off Ver
    Excel 2003
    Posts
    3

    Re: Golf Stat problem

    That fixed everything.

    Thank you so much.

+ 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