Exclude Scores

SCgrant327

New Member
Joined
Jan 16, 2007
Messages
24
I am working on a scoring spreadsheet. I would like to know how to exclude some scores from a SUM.

Example:

You compete in 16 events, but only your top 12 places will count toward your overall score.

What Excel functions should I use to Sum only the top 'n' scores?

Thanks!
 
Re: Maybe a better explanation

There are 24 possible events to participate in, 6 days of 4 events. If you compete in more than 66%, then your best 66% placements will count toward an overall. If you compete in less than 66%, then you will not be considered for the overall.

So, what I need to do is calculate the sum of your best 66% scores. The scores are in the same row, from H4::AE4. If you compete in less than the total 24 races, your score will be 0 for those that you did not compete in and those will NOT count toward your 66% participation.

Control+shift+enter...

=SUM(LARGE(IF(H4::AE4>0,H4::AE4),ROW(INDIRECT("1:"&ROUND(COUNT(H4::AE4)*0.66,0)))))
 
Upvote 0

Excel Facts

Copy formula down without changing references
If you have =SUM(F2:F49) in F50; type Alt+' in F51 to copy =SUM(F2:F49) to F51, leaving the formula in edit mode. Change SUM to COUNT.

Forum statistics

Threads
1,214,649
Messages
6,120,732
Members
448,987
Latest member
marion_davis

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