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") |
Function Reference
IF Function
ISERROR Function
JSpreadsheet Programmer's Guide | © 2024 MindFusion |