시작하기무료로 시작하기

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. =1 / 0
  2. =SQRT(-1)
  3. =Z1 = value
  4. =1 + " "
  5. =SUM(0 1)

이 연습은 강의의 일부입니다

Google Sheets 중급

강의 보기

실습형 인터랙티브 연습문제

이론을 실습으로 바꾸는 인터랙티브 연습 중 하나를 만나보세요

연습 시작