0PricingLogin
Excel Formulas Academy · Lesson

Mixing Ranges and Single Cells in SUM

Combine separate ranges and individual cells inside a single SUM call.

Beyond a Single Range

So far you have given SUM one tidy range like A1:A10. But real spreadsheets are rarely that neat. Numbers you want to add are often scattered across the sheet.

The good news: SUM accepts multiple arguments. You can list several ranges and single cells in one formula, separated by commas.

In this lesson you will combine ranges and individual cells inside a single SUM call.

Multiple Arguments With Commas

The full shape of SUM allows many arguments:

=SUM(arg1, arg2, arg3, ...)

Each argument can be a range or a single cell. SUM adds all of them together into one total.

The comma is the key. It separates one argument from the next, telling SUM to keep adding everything you list.

=SUM(A1:A5, C1:C5)

All lessons in this course

  1. Totaling Numbers With SUM
  2. Finding the Mean With AVERAGE
  3. Mixing Ranges and Single Cells in SUM
  4. AutoSum and Quick Calculations
← Back to Excel Formulas Academy