0
0
Google Sheetsspreadsheet~5 mins

SUM function in Google Sheets - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What does the SUM function do in Google Sheets?
The SUM function adds up all the numbers in a range of cells and gives you the total.
Click to reveal answer
beginner
How do you write a formula to add numbers in cells A1 to A5?
You write =SUM(A1:A5). This adds all numbers from cell A1 through A5.
Click to reveal answer
intermediate
Can SUM add numbers from non-adjacent cells? How?
Yes! You can list cells or ranges separated by commas, like =SUM(A1, C1, E1).
Click to reveal answer
beginner
What happens if some cells in the SUM range are empty or have text?
Empty cells or text are ignored. Only numbers are added.
Click to reveal answer
beginner
Why use SUM instead of adding numbers with + signs?
SUM is faster and cleaner, especially for many cells. It also updates automatically if you add more numbers in the range.
Click to reveal answer
What formula adds numbers in cells B2 to B6?
A=SUM(B2;B6)
B=SUM(B2:B6)
C=SUM(B2+B6)
D=SUM(B2-B6)
Which of these will correctly add cells A1, C1, and E1?
A=SUM(A1, C1, E1)
B=SUM(A1-C1-E1)
C=SUM(A1:C1:E1)
D=SUM(A1 C1 E1)
If cell A3 is empty, what does =SUM(A1:A5) do?
AReturns an error
BStops calculation at A3
CCounts A3 as zero and adds others
DIgnores A3 and adds the rest
Which is the best reason to use SUM instead of adding with plus signs?
ASUM is easier for many cells and updates automatically
BSUM works only with two cells
CSUM can add text
DSUM changes numbers automatically
What will =SUM(10, 20, 30) return?
AError
B10, 20, 30
C60
D100
Explain how to use the SUM function to add numbers in a column from A1 to A10.
Think about how to tell Sheets to add a group of cells.
You got /3 concepts.
    Describe what happens if some cells in the SUM range contain text or are empty.
    Consider what SUM does with non-number cells.
    You got /3 concepts.