Checks for a calculation error within another formula
Sintassi
ISERROR(value)
- value—The value, typically a formula, to test for an error
Utilizzo esempio
IF(ISERROR([Task Name]15), "There's a calculation error")
Utilizzo note
- This function is typically used inside of another function, (e.g., IF, COUNTIF, or SUMIF)
- A good alternative to the ISERROR function is IFERROR, which does not require nesting
Esempi
Still need help?
Use the Formula Handbook template to find more support resources, and view 100+ formulas, including a glossary of every function that you can practice working with in real time, and examples of commonly used and advanced formulas.
Find examples of how other Smartsheet customers use this function or ask about your specific use case in the Smartsheet online Community.