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

Wildcard in VLOOKUP
Use =VLOOKUP("Apple*" to find apple, Apple, or applesauce

Aladin Akyurek

MrExcel MVP
Joined
Feb 14, 2002
Messages
85,210
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

Dave Patton

Well-known Member
Joined
Feb 15, 2002
Messages
5,849
Office Version
  1. 365
  2. 2010
Platform
  1. Windows
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,195,674
Messages
6,011,098
Members
441,582
Latest member
Topkapi

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
Top