Average bottom 10 results in last 20 games

Sirpeterjones

New Member
Joined
Mar 30, 2011
Messages
9
Please can I get some help on formula to calculate the average of the best 10 scores in last 20 games of golf. Excel table has 20 results and I need to calculate the average of the best 10 of those 20 please
 

Attachments

  • Golf scores.PNG
    Golf scores.PNG
    48.4 KB · Views: 8

Excel Facts

Who is Mr Spreadsheet?
Author John Walkenbach was Mr Spreadsheet until his retirement in June 2019.
The top 10. Change before the comma to your range, after to that cell. Then drag down the required number to show. For lowest change LARGE to SMALL
1681715120158.png
 
Upvote 0
Hi,

With your scores in Column C
Excel Formula:
=AVERAGE(LARGE($C$2:$C$50,ROW(1:10)))
 
Upvote 0
I suggest that you update your Account details (or click your user name at the top right of the forum) so helpers always know what Excel version(s) & platform(s) you are using as the best solution often varies by version. (Don’t forget to scroll down & ‘Save’)

average of the best 10 scores in last 20 games of golf
Assuming that you have a recent version with the functions that I have used, and that you have at least 10 scores, you could try this. The formula has averaged the green cells.

23 04 17.xlsm
CDE
1ScoreAv best 10 of last 20
27175.5
373
484
578
676
789
876
976
1074
1184
1278
1384
1472
1592
1683
1792
1888
1978
2079
2171
2283
2378
2476
25
26
Average best 10 of last 20
Cell Formulas
RangeFormula
E2E2=LET(r,C2:C100,AVERAGE(INDEX(SORT(INDEX(FILTER(r,r<>""),SEQUENCE(20,,COUNT(r),-1))),SEQUENCE(10))))
 
Upvote 0
Another option if you have 365 with the latest functions
Excel Formula:
=AVERAGE(TAKE(SORT(TAKE(FILTER(I2:I500,I2:I500<>""),-20)),10))
 
Upvote 0

Forum statistics

Threads
1,215,139
Messages
6,123,264
Members
449,093
Latest member
Vincent Khandagale

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top