/
ISERROR

ISERROR

Syntax

ISERROR(possibleError:<Any>)

Description

ISERROR returns TRUE if the value is any error value.

  • returns TRUE if 'possibleError' is an ERROR value, otherwise FALSE.

Example

ISERROR(#B)

ABISERROR
0<error>true
1

5.0

false
22.5false
31.666false
41.25false

Related content

ISERROR
More like this
ERRORCONTAINS
ERRORCONTAINS
More like this
ERRORCONTAINS
ERRORCONTAINS
More like this
IFERROR
More like this
IFERROR
More like this
ERRORMATCHES
ERRORMATCHES
More like this