Hi,
I am trying to create a spreadsheet to monitor golf statistics.
If you're unfamiliar with golf, you typically have 18 holes and they are either par 3, par 4 or par 5. I specifically want to monitor the average score on par 3s and the same for par 4s and par 5s.
So far headings look like this:
A1 - Course Played
B1 - Date
C1 - avergae par 3 score
D1 - average par 4 score
E1 - average par 5 score
F1 - hole 1 score
G1 - hole 2 score
and so on through to hole 18
I input each players' score for holes 1-18.
My issue concerns the average score. Lets take the par 3 for example. I have a drop down list for the course played and each course will have different pars for each hole. So I want the average par 3 score cell to say 'If A2 = 'Pebble Beach' then take the average of cells G2, J2, L2 and O2'
So A2 being the course played and G2, J2, L2 and O2 are the holes that are par 3s so they are the scores I want to average for that round.
In addition to that I want the formula to average different holes if A2 = a diffent course that has different holes as its Par 3s.
So if A2 was a different course then different cells should be averaged.
Is this clear?
Btw, the above is simplified, the actually formula I started with is below.
=IF(B4=AT3,"(=AVERAGE(U4,W4,AA4,AE4,AG4,AK4))")
B4 is Course Played
AT3 is also the course played but where it is listed for the purpose of the drop down list in B4
the cells being averaged are the cells that the course in question has as par 3s.
The problem is that I can't get excel to recognise the average part as a formula. It just sees it as text and displays the whole formula instead of displaying the result of the calculation.
I appreciate any help.
Regards,
Ryan
Bookmarks