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

ISNOTERROR

Returns true if the provided expression does not result in an error.

Syntax

=ISNOTERROR(expression)

Arguments

ArgumentTypeDescription
expressionAnyThe expression to test

Examples

=ISNOTERROR(1 + [1, 2, 3])false

=ISNOTERROR(1 + 2)true