How do I use the SUM function in Excel?

In Excel, the SUM function is used to add up a range of numbers. Here's how you can use the SUM function in Excel:

1. Select the cell where you want the sum to appear.
2. Type the following formula: `=SUM(`.
3. Select the range of cells that you want to add together. You can do this by clicking and dragging your mouse over the cells, or by manually typing the cell references separated by commas. For example, if you want to sum cells A1 to A5, you would type `A1:A5`.
4. Close the parentheses `)` and press Enter.

For example, if you want to sum the numbers in cells A1 to A5, your formula would look like this: `=SUM(A1:A5)`. Excel will calculate the sum of the numbers in the specified range and display the result in the selected cell.

You can also use the SUM function to add individual numbers. For example, `=SUM(1, 2, 3, 4, 5)` will give you the sum of these numbers, which is 15.

That's how you can use the SUM function in Excel to quickly add up numbers in a range of cells.
How do I use the SUM function in Excel?

Related Questions