+ Reply to Thread
Results 1 to 12 of 12

Average of lowest scores

  1. #1
    Registered User
    Join Date
    12-18-2006
    Posts
    4

    Average of lowest scores

    I'm trying to create a formula to calculate average golf scores.

    Sounds easy enough but I only want to take the average of the lowest 8 scores.

    I have managed to combine RANK, IF and AVERAGE to some degree but I am still having problems where I have duplicate scores.

    Any ideas?

  2. #2
    Forum Expert Carim's Avatar
    Join Date
    04-07-2006
    Posts
    4,070
    Hi,

    With an array function ... i.e Control Shift Enter instead of Enter ...

    Please Login or Register  to view this content.
    HTH
    Carim

  3. #3
    Registered User
    Join Date
    12-18-2006
    Posts
    4
    Sorry could you expand a little?


    thanks

  4. #4
    Forum Expert Carim's Avatar
    Join Date
    04-07-2006
    Posts
    4,070
    Expand on what ...

    1. the array function :
    once formula is typed, use Control Shift Enter instead of Enter

    2. the range A1:A50 is an assumption, you have to adjust it to your specific situation...

    3. small(yourrange,8) 8 because you need the 8 smallest numbers ...

    HTH
    Carim

  5. #5
    Forum Expert Carim's Avatar
    Join Date
    04-07-2006
    Posts
    4,070
    Sorry I missed the "Duplicate scores" bit ...

    You need to apply the formula to Unique Values for an accurate result ...

    HTH
    Carim

  6. #6
    Forum Expert Carim's Avatar
    Join Date
    04-07-2006
    Posts
    4,070
    Hi,

    Attached is a sample worksheet to work out Average of Smallest Unique values ...

    HTH
    Carim
    Attached Files Attached Files

  7. #7
    Forum Expert Carim's Avatar
    Join Date
    04-07-2006
    Posts
    4,070
    Glad it fixed your problem

    Carim

  8. #8
    Registered User
    Join Date
    12-18-2006
    Posts
    4
    thanks for your help....

    However, i am not sure that I can use your solution as I will not have a list of unique values...

    e.g.

    69
    70
    71
    72
    73
    74
    75
    76
    76

    76 would be ranked 8th smallest but would be included in the list twice. So the average would be 72.89 (9 scores) instead of 72.5 (8)...

  9. #9
    Forum Expert Carim's Avatar
    Join Date
    04-07-2006
    Posts
    4,070
    Yes ...
    But did you take a look at the sample worksheet posted above ...?

    Carim

  10. #10
    Registered User
    Join Date
    12-18-2006
    Posts
    4
    My apologies I thought this was only for unique values but I have applied my example and it works perfectly.

    Thanks very much.

    Merry Christmas!

  11. #11
    Forum Expert
    Join Date
    09-09-2005
    Location
    England
    MS-Off Ver
    2007
    Posts
    1,500
    I am not sure that the proposed solution works as you require the lowest 8 scores for a handicap so in your example if you had 2 71's they would both be included in the average in the solution given this would not be the case.
    Perhaps if the data was in e2:e13 the following

    =AVERAGE(SMALL(E2:E13,1),SMALL(E2:E13,2),SMALL(E2:E13,3),SMALL(E2:E13,4),SMALL(E2:E13,5),SMALL(E2:E13,6),SMALL(E2:E13,7),SMALL(E2:E13,8))

    Regards

    Dav

  12. #12
    Forum Expert Carim's Avatar
    Join Date
    04-07-2006
    Posts
    4,070
    Glad it fixed your problem.

    Thanks for the feedback

    Carim

+ 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