![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
New Member
Join Date: Feb 2002
Location: Victoria, BC
Posts: 1
|
I have a question related to a golf “league”
We have about 125 regular weekly players. We would like to be able to quickly post weekly results which only reflect the sum of the best (lowest for golf) weekly scores for both 9 and 18 hole competitions. Is there an easy way to accomplish this in Excel? |
|
|
|
|
|
#2 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Allentown, PA
Posts: 2,510
|
Easiest without code:
Row one is headings. Row two is first record. Hit Data-Filter-Autofilter. From the Score column, hit the dropdown and choose Top 10. At the bottom of that column, hit the Epsilon (the funny looking E on the toolbar) and hit enter.
__________________
~Anne Troy |
|
|
|
|
|
#3 | |
|
MrExcel MVP
Join Date: Feb 2002
Location: The Hague
Posts: 50,314
|
Quote:
=SUM(SMALL(A2:A60,{1,2,3,4,5,6,7,8,9,10})) To sum 10 largest values, use: =SUM(LARGE(A2:A60,{1,2,3,4,5,6,7,8,9,10})) |
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|