Returns the specified value unless it is an error, in which case returns the specified alternative value.
Syntax
Copy Code
|
|---|
IFERROR( Any value, Any alternative ) → Any |
This function is useful to trap and handle formula errors.
Formula
Copy Code
|
|---|
=IFERROR(1/0,"Division by zero") |