FormulaCraft

How to sum a row in Excel and Google Sheets

Topic:SUM & aggregation
Excel & Google Sheets
=SUM(B2:E2)

Verified example

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

RegionQ1Q2Q3Q4Total
North1200150013001700
South80095011001050
East600700750800
West2000210019002200

=SUM(B2:E2)5700

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. 1Click the cell where you want the row total to appear (e.g. F2).
  2. 2Type =SUM( then select the cells in the row you want to add, e.g. B2:E2.
  3. 3Close the parenthesis and press Enter. The total for that row appears in F2.

Tips

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.

Frequently asked

Can I sum non-contiguous cells in a row?

Yes: =SUM(B2,D2,F2) adds only B2, D2, and F2, skipping C2 and E2.

What if some cells in the row contain text?

SUM silently ignores text and blank cells, so the result is still correct for the numeric values present.

More on SUM & aggregation

See all →

Formulas used

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

Last reviewed: