๐ More functions: see the Formula function reference.
1 Basics
IFERROR is a common AI Table function โ checks if a formula or expression returns an error. If the result is an error (#DIV/0!, #VALUE!, #REF!, #NAME?, #NULL!, etc.), it returns a user-specified value; otherwise it returns the original result. Common error types| Error | Meaning |
|---|---|
| #N/A | Missing data |
| #VALUE! | Wrong formula form or wrong value type in computation |
| #REF! | Invalid reference โ e.g., references a deleted field |
| #DIV/0! | Divisor is 0 (not allowed) |
| #NUM! | A number in the formula is invalid |
| #NAME? | Unrecognized content |
| #NULL! | Wrong range operator or invalid reference |
Syntax
- value: the cell, formula, or expression to check.
- if_error: what to return when value errors.