FormulaCraft

How to sum the top N values in Excel and Google Sheets

Topic:SUM & aggregation
Excel & Google Sheets
=SUM(LARGE(A2:A6,1),LARGE(A2:A6,2),LARGE(A2:A6,3))

Verified example

Computed by a real spreadsheet engine on the sample data below.

Score
40
90
55
70
100

=SUM(LARGE(A2:A6,1),LARGE(A2:A6,2),LARGE(A2:A6,3))260

Try it with your data

Edit the grid or formula, then run it through a real spreadsheet engine — no signup.

Sample data — click any cell to edit

Runs server-side · free · no signup

Step by step

  1. 1LARGE(A2:A6,1) is the biggest value, ,2 the second biggest, and so on.
  2. 2SUM adds those three together.
  3. 3Add or remove LARGE terms to change how many top values you total.

Tips

Working on a sheet you inherited? Run the Auditor on the whole file first — it flags every #REF!, #N/A, broken column pattern, and inconsistent formula in seconds, free, no signup.

Frequently asked

How do I sum the top 5 instead of top 3?

Add LARGE terms for ranks 4 and 5, or use the array form LARGE(range,{1,2,3,4,5}).

More on SUM & aggregation

See all →

Formulas used

Related tasks

Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.

Last reviewed: