Excel Function

SUM

Returns the sum of selected values or ranges.

SUM(number1, [number2], ...)

Arguments

number1

Required

Specify the first number or range to calculate.

number2

Optional

Optional second argument; leave blank when not needed.

Practice Preview

Use SUM to aggregate Sales in column D. You can set ranges by dragging from the start cell to the end cell in the same argument field.

Example Table

#
AProduct ID
BProduct Name
CCategory
DSales
2P001AppleFood1200
3P002BananaFood980
4P003NotebookStationery450
5P004PenStationery300
6P005GrapesFood1500
7P006RulerStationery250
8P007PeachFood860

How to Use (Formula)

=SUM(D2:D8)

Result

5540

Practice This Function

SUM FAQ

How do I use SUM in Excel?

Use SUM when you want to sum sales or numeric values. Enter Target range, Additional range in that order, then add optional arguments when needed.

Where can I practice SUM?

Use the "Start Function Practice" button to jump straight into SUM drills.

What arguments does SUM use?

The main arguments are Target range, Additional range. Start with the required ones, then add optional arguments if needed.