0
0
Google Sheetsspreadsheet~10 mins

Arithmetic operators 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 values in cells A1 and B1.

Google Sheets
=A1 [1] B1
Drag options to blanks, or click blank then click option'
A+
B-
C*
D/
Attempts:
3 left
💡 Hint
Common Mistakes
Using * or / instead of +
Forgetting to include the operator
2fill in blank
medium

Complete the formula to subtract the value in B2 from A2.

Google Sheets
=A2 [1] B2
Drag options to blanks, or click blank then click option'
A/
B+
C*
D-
Attempts:
3 left
💡 Hint
Common Mistakes
Using + instead of -
Swapping the order of cells
3fill in blank
hard

Fix the error in the formula to multiply values in C3 and D3.

Google Sheets
=C3 [1] D3
Drag options to blanks, or click blank then click option'
A/
B*
C+
D-
Attempts:
3 left
💡 Hint
Common Mistakes
Using + or - instead of *
Using / which divides instead of multiplies
4fill in blank
hard

Fill both blanks to divide the value in E4 by F4 and then add 10.

Google Sheets
=E4 [1] F4 [2] 10
Drag options to blanks, or click blank then click option'
A/
B+
C-
D*
Attempts:
3 left
💡 Hint
Common Mistakes
Swapping the order of operators
Using - or * instead of + for addition
5fill in blank
hard

Fill all three blanks to calculate the square of G5, subtract 5, then multiply by 2.

Google Sheets
=((G5 [1] 2) [2] 5) [3] 2
Drag options to blanks, or click blank then click option'
A^
B-
C*
D+
Attempts:
3 left
💡 Hint
Common Mistakes
Using * instead of ^ for power
Mixing up subtraction and addition
Forgetting parentheses