|
|
Subject:
golf handicap
Category: Computers Asked by: average-ga List Price: $15.00 |
Posted:
26 Mar 2006 08:01 PST
Expires: 25 Apr 2006 09:01 PDT Question ID: 712099 |
|
There is no answer at this time. |
|
Subject:
Re: golf handicap
From: somethinglikeant-ga on 26 Mar 2006 12:06 PST |
I would have game number going accross the top and players in rows down the side. Some clever use of the small(), count, countif functions should be all you need. Let me know if you would like me to do this for you. I do this kind of work as a profession so I assure you i will give you what you need. Anthony |
Subject:
Re: golf handicap
From: somethinglikeant-ga on 26 Mar 2006 12:53 PST |
Hi, |
Subject:
Re: golf handicap
From: pinkfreud-ga on 26 Mar 2006 12:59 PST |
somethinglikeant-ga, The posting of personal contact information such as email addresses is not permitted on Google Answers. If you have something useful to offer the customer (for free), you'll need to post it here as a comment, or post a URL that leads to the material. |
Subject:
Re: golf handicap
From: somethinglikeant-ga on 27 Mar 2006 08:19 PST |
http://uk.geocities.com/somethinglikeant@btinternet.com/golfhandicaps.html |
Subject:
Re: golf handicap
From: somethinglikeant-ga on 14 Apr 2006 13:00 PDT |
Apologies, as you cannot view the formulas on this version I uploaded. The formulas you should need are as follows for Number of games played =COUNT(B3:AE3), simply counts up how many scores are entered for each player as you need this in a later formula. If you copy this down for how many rows you need it will work throughout the table Under lowest scores, 1st lowest score =IF(ISERROR(LARGE($B3:$AE3,AG$2)),"-",LARGE($B3:$AE3,AG$2)) if you copy this accross to 10th lowest score and down for how many players ypou need this should work Formula to work out handicap =IF(AF4=0,"",IF(AF4<=8,AVERAGE(AG4:AH4),IF(AF4<=13,AVERAGE(AG4:AJ4),IF(AF4<=16,AVERAGE(AG4:AL4),IF(AF4<=19,AVERAGE(AG4:AN4),AVERAGE(AG4:AP4)))))) again if you need this for many players just copy down. search in Excels help facility if you need clarification of what each formula does average(),if(),large(),count(),iserror() |
If you feel that you have found inappropriate content, please let us know by emailing us at answers-support@google.com with the question ID listed above. Thank you. |
Search Google Answers for |
Google Home - Answers FAQ - Terms of Service - Privacy Policy |