Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed:
=SUM(B2:E2)Computed by a real spreadsheet engine on the sample data below.
| Region | Q1 | Q2 | Q3 | Q4 | Total |
| North | 1200 | 1500 | 1300 | 1700 | |
| South | 800 | 950 | 1100 | 1050 | |
| East | 600 | 700 | 750 | 800 | |
| West | 2000 | 2100 | 1900 | 2200 |
=SUM(B2:E2)→5700
Edit the grid or formula, then run it through a real spreadsheet engine — no signup.
Sample data — click any cell to edit
Need it for your exact data?
Describe your columns in plain English and get the precise formula for your sheet, with the right Excel or Sheets syntax.
Yes: =SUM(B2,D2,F2) adds only B2, D2, and F2, skipping C2 and E2.
SUM silently ignores text and blank cells, so the result is still correct for the numeric values present.
Multiply ranges together row by row and sum the result — ideal for weighted totals.
How-toAdd up an entire column with SUM. Total a whole column or a fixed range — identical in Excel and Google Sheets.
Error fixSUM returns 0 or the wrong total in Excel and Google Sheets — fix numbers stored as text, filtered ranges, manual calculation mode, and circular references.
ReferenceAggregate a range (sum, average, count…) while ignoring other SUBTOTALs and, optionally, hidden rows. Ideal under filters.
How-toBuild a cumulative running total with a SUM and a clever anchored reference that grows as you copy it down. Works in both apps.
How-toTotal amounts that fall in a given month with SUMIFS and two date bounds. Works the same in Excel and Google Sheets.
Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed: