Calculating the 3 highest numbers in a column

Mary G

New Member
Joined
Sep 23, 2002
Messages
1
In a spreadsheet of sports scores for different teams (team names in a column down the left and game dates across top row)is it possible to have the 3 highest team scores total automatically at the bottom for each date?
 

Excel Facts

Copy a format multiple times
Select a formatted range. Double-click the Format Painter (left side of Home tab). You can paste formatting multiple times. Esc to stop
On 2002-09-24 08:34, Mary G wrote:
In a spreadsheet of sports scores for different teams (team names in a column down the left and game dates across top row)is it possible to have the 3 highest team scores total automatically at the bottom for each date?

=SUM(LARGE(Range,{1,2,3})) ?
 
Upvote 0
On 2002-09-24 08:34, Mary G wrote:
In a spreadsheet of sports scores for different teams (team names in a column down the left and game dates across top row)is it possible to have the 3 highest team scores total automatically at the bottom for each date?

The following will give total of 3 largest in range

=SUM(LARGE(B2:B19,{1,2,3}))

Adjust the range as necessary.

Copy the formula across.

This gives one total. Please provide additional information if this is not what you require.

They may be having technical problems with MrExcel.com so I will review posts late tonight.
 
Upvote 0

Forum statistics

Threads
1,225,476
Messages
6,185,197
Members
453,282
Latest member
roger_nz66

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