Skip to main content
Version: Streamsheets 3.0

ISERROR

Checks, if given value represents an error.

Syntax

=ISERROR(Value)

Arguments

NameTypeDescription
ValueValueValue to check.

Return

TypeDescription
BooleanTRUE if given value represents an error, otherwise FALSE.

Examples

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