0
0
Google Sheetsspreadsheet~10 mins

SUM function in Google Sheets - Interactive Code Practice

Choose your learning style9 modes available
Practice - 5 Tasks
Answer the questions below
1fill in blank
easy

Complete the formula to add the numbers in cells A1 to A5.

Google Sheets
=SUM([1])
Drag options to blanks, or click blank then click option'
AA1:A5
BA1+A5
CA1-A5
DA1*A5
Attempts:
3 left
💡 Hint
Common Mistakes
Using plus signs instead of a range inside SUM.
Using subtraction or multiplication instead of addition.
2fill in blank
medium

Complete the formula to sum the values in cells B2, B3, and B4.

Google Sheets
=SUM([1])
Drag options to blanks, or click blank then click option'
AB2,B3,B4
BB2-B4
CB2*B4
DB2+B3+B4
Attempts:
3 left
💡 Hint
Common Mistakes
Using plus signs inside SUM instead of commas.
Using a range with a dash which is invalid.
3fill in blank
hard

Fix the error in the formula to sum cells C1 to C3.

Google Sheets
=SUM(C1[1]C3)
Drag options to blanks, or click blank then click option'
A+
B:
C,
D-
Attempts:
3 left
💡 Hint
Common Mistakes
Using a dash or plus sign instead of a colon for ranges.
Using commas which list cells but do not create a range.
4fill in blank
hard

Fill both blanks to sum cells D1 to D4 and cell D6.

Google Sheets
=SUM([1], [2])
Drag options to blanks, or click blank then click option'
AD1:D4
BD1-D4
CD6
DD6:D7
Attempts:
3 left
💡 Hint
Common Mistakes
Using a dash instead of a colon for ranges.
Including extra cells not asked for.
5fill in blank
hard

Fill all three blanks to sum cells E1 to E3, cell E5, and cell E7.

Google Sheets
=SUM([1], [2], [3])
Drag options to blanks, or click blank then click option'
AE1-E3
BE5
CE7
DE1:E3
Attempts:
3 left
💡 Hint
Common Mistakes
Using dashes instead of colons for ranges.
Forgetting commas between arguments.