📌 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 typesSyntax
- value: the cell, formula, or expression to check.
- if_error: what to return when value errors.