How to ADD/SUM Multiple Numbers in MS Excel || Financecrew

Опубликовано: 28 Июль 2026
на канале: Finance Crew
30
0

The *SUM* function in Microsoft Excel is used to add up a range of numbers in cells. It’s one of the most commonly used functions and is very straightforward to use. Here’s a quick guide:

1. *Open your Excel spreadsheet* and locate the cells with the numbers you want to add.

2. *Select the cell* where you want the sum to appear. This is where the result will display.

3. *Enter the SUM function* in this format:
```
=SUM(number1, [number2], ...)
```
**Example**: If you want to add numbers in cells **A1, A2, and A3**, you would type:
```
=SUM(A1, A2, A3)
```
Alternatively, you can add a **range**:
```
=SUM(A1:A10)
```

4. **Press Enter**, and Excel will display the total in the selected cell.

Tips:
To sum multiple rows or columns, just drag to select the range or manually enter the cell range.
You can also use the *AutoSum button* (Σ) in the toolbar to quickly add up numbers in a column or row.

Using the SUM function helps in quick calculations without manual addition, which is especially useful for large datasets.
How to use SUM function in Excel"
"Excel SUM formula for beginners"
"Basic Excel formulas SUM function"
"Excel tutorial SUM function"
"Examples of SUM function in Excel"
"How to add numbers in Excel using SUM"
"SUM function Excel step by step guide"
"Using AutoSum in Excel"
"Excel SUM function syntax and examples"
"Excel SUM function for adding cell ranges"