Skip to main content
Version: Streamsheets 3.0

ISERR

Returns TRUE if given value represents an error, except #NA.

Syntax

=ISERR(Value)

Arguments

NameTypeDescription
ValueValueValue to check.

Return

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

Examples

FormulaResultComment
=ISERR(B3)
FALSEIn B3 is no error value.