Skip to main content
Version: Streamsheets 2.5

ISERROR

Checks, if given value represents an error.

Syntax

=ISERROR(Value)

Arguments

NameDescription
ValueValue to check.

Return

TRUE if given value represents an error, otherwise FALSE.

Examples

FormulaResultComment
=ISERROR(3/0)
TRUEDIV/0 error is passed by the Value argument.