IFERROR
Returns a specified value if a formula evaluates to an error; otherwise returns the formula result.
| Category | Lookup |
| Syntax | IFERROR(value, value_if_error) |
Parameters
| Parameter | Required | Description |
|---|---|---|
value | Required | The expression to check for an error. |
value_if_error | Required | The value to return if the expression evaluates to an error. |
Example
IFERROR(value, range, col)
Auto-generated from the EngCanvas function registry.