FormulaCraft

How to sum the same cell across multiple sheets in Excel and Google Sheets

Topic:SUM & aggregation

Heads up: Excel and Google Sheets do this differently.

Excel
=SUM(Jan:Dec!B2)
Google Sheets
=SUM({Jan!B2; Feb!B2; Mar!B2})

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. 1In Excel, type =SUM( then click the first sheet tab, hold Shift and click the last sheet tab.
  2. 2Click the cell to total (e.g. B2) and close the bracket — this is a 3D reference (Jan:Dec!B2).
  3. 3Google Sheets has no 3D reference, so stack the cells inside { } separated by semicolons and wrap in SUM.

Tips

Need the Google Sheets version instead? Open Sheets variant in workspace →

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

Why doesn't Jan:Dec!B2 work in Google Sheets?

Google Sheets does not support 3D references across tabs. List each sheet's cell inside curly braces, e.g. =SUM({Jan!B2; Feb!B2}).

Can I 3D-sum a range, not just one cell?

Yes — in Excel =SUM(Jan:Dec!B2:B10) totals that range on every tab from Jan through Dec.

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: