These docs are for v1.0. Click to read the latest docs for v1.2.

ISERROR

Returns true if the provided expression results in an error.

Syntax

=ISERROR(expression)

Arguments

ArgumentTypeDescription
expressionAnyThe expression to test

Examples

=ISERROR(1 + [1, 2, 3])true

=ISERROR(1 + 2)false