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