0
0
Excelspreadsheet~5 mins

SUM function in Excel - Step-by-Step Guide

Choose your learning style9 modes available
Introduction
The SUM function adds numbers together quickly. It helps you total values in a list or range without adding each number by hand.
When you want to add all sales amounts in a column to find the total sales.
When you need to calculate the total expenses from a list of costs.
When you want to add up scores from multiple tests to get a final score.
When you want to sum hours worked each day to find total hours for the week.
When you want to add values from different cells without typing each number.
Steps
Step 1: Click
- the cell where you want the total to appear
The cell is selected and ready for input
Step 2: Type
- the formula bar
The formula starts appearing in the selected cell
💡 Start by typing =SUM(
Step 3: Select
- the range of cells you want to add (for example, drag from A1 to A5)
The selected cells are highlighted and their addresses appear in the formula
Step 4: Type
- the formula bar
The formula looks like =SUM(A1:A5)
💡 Make sure to close the formula with a closing parenthesis )
Step 5: Press
- Enter key
The cell shows the total sum of the selected numbers
Before vs After
Before
Cells A1 to A5 contain numbers: 2, 4, 6, 8, 10. Cell A6 is empty.
After
Cell A6 shows 30, which is the sum of numbers in A1 to A5.
Settings Reference
Formula input
📍 Formula bar
To enter the SUM formula and specify which cells to add
Default: Manual typing or selecting cells
Cell selection
📍 Worksheet grid
To choose which numbers to include in the sum
Default: Range of cells
Common Mistakes
Typing =SUM(A1-A5) instead of =SUM(A1:A5)
The dash (-) subtracts instead of selecting a range, causing an error or wrong result.
Use a colon (:) to select a range like A1:A5 inside the SUM function.
Forgetting to close the parenthesis in =SUM(A1:A5
Excel shows an error because the formula is incomplete.
Always close the formula with a closing parenthesis )
Including text cells inside the SUM range
Text cells are ignored, but if they look like numbers stored as text, they won't be added.
Make sure cells contain numbers, not text, or convert text to numbers before summing.
Summary
The SUM function adds numbers in selected cells quickly.
Use a colon (:) to select a range of cells inside SUM.
Always close the formula with a parenthesis to avoid errors.