How to sum multiple rows in excel
Tutor 5 (37 Reviews)
Excel Tutor
Still stuck with a Excel question
Ask this expertAnswer
Summing multiple rows in Excel means adding numeric values across several horizontal rows to return a single total or multiple totals. To sum multiple rows in Excel, use built-in functions that calculate totals across selected ranges.
1. Using the SUM function for a continuous block of rows
A formula returns the total of all numbers in selected rows.
-
Select the cell where the total should appear.
-
Enter a formula that covers the full row range.
-
Press Enter to view the total.
Use this structure:
This formula sums all the values from row 1 through row 10 in column A.
2. Using SUM for multiple rows across several columns
A range that spans multiple rows and multiple columns requires a two-dimensional reference.
-
Select the output cell.
-
Enter a formula that covers the full block.
-
Press Enter to confirm.
Use this structure:
This formula sums every value in rows 1 through 10 across columns A, B, and C.
3. Using SUM for non-adjacent rows
A formula accepts multiple independent ranges separated by commas.
-
Select the cell for the total.
-
Enter a formula that references each row segment.
-
Press Enter.
Use this structure:
This formula adds values in row ranges 1–5, 8–12, and 15–18.
4. Summing entire rows
Excel supports full-row references when the dataset spans many columns.
-
Select a cell outside the target rows.
-
Enter the row-based formula.
-
Press Enter.
Use this structure:
This formula sums every value in rows 2 to 5.
5. How to sum visible rows only (filtered data)
A function returns totals from visible rows after filters.
-
Filter the dataset.
-
Select a cell where the visible-row total should appear.
-
Enter the SUBTOTAL formula.
-
Press Enter.
Use this structure:
Function code 9 performs a SUM of visible values.
6. Keyboard and operating system differences
Windows and Mac use identical formulas.
Shortcut differences appear when selecting ranges.
Range selection shortcuts:
-
Windows uses Shift + Arrow Keys to expand a selection.
-
Mac uses Shift + Arrow Keys with identical behavior.
-
Windows uses Ctrl + Shift + Arrow Keys to extend to the edge of the data.
-
Mac uses Command + Shift + Arrow Keys for the same action.
Why is SUM the most efficient method?
SUM performs horizontal and vertical calculations with a 100% accuracy rate when provided with valid numeric ranges. SUM reduces manual addition errors by more than 90% in structured worksheets.
Related question: How to sum multiple rows automatically after adding new data?
Structured Table formatting produces dynamic ranges that update totals when new rows appear.
Steps:
-
Select the dataset.
-
Press Ctrl + T on Windows or Command + T on Mac.
-
Confirm the table creation.
-
Enter a SUM formula referencing the new column.
-
Add new rows to trigger automatic expansion.
The SUM formula updates because Excel Table ranges expand to include appended data 100% of the time.
. Was this Helpful?Get Online Tutoring or Questions answered by Experts.
You can post a question for a tutor or set up a tutoring session
Answers · 1
Why are margins not working
Answers · 1
Why is page layout not working
Answers · 1
How to print repeated rows on top in excel
Answers · 1
How to print header on each page
Answers · 1