What's the problem?
There are 7 types of errors used in Google Sheets.
Error | Cause |
---|---|
#DIV/0! |
Dividing by zero. |
#VALUE! |
Nonsense data in a calculation. |
#REF! |
Referencing a cell that has been deleted. |
#NAME? |
Forgetting to quote a string. |
#NUM! |
Numbers being out of range. |
#N/A |
Missing value. |
#ERROR! |
Syntax problem in a formula. |
What errors will these formulas generate?
=1 / 0
=SQRT(-1)
=Z1 = value
=1 + " "
=SUM(0 1)
This exercise is part of the course
Intermediate Google Sheets
Hands-on interactive exercise
Turn theory into action with one of our interactive exercises
