/
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)
A | B | ISERROR |
---|---|---|
0 | <error> | true |
1 | 5.0 | false |
2 | 2.5 | false |
3 | 1.666 | false |
4 | 1.25 | false |
, multiple selections available,
Related content
ISERROR
ISERROR
More like this
ERRORCONTAINS
ERRORCONTAINS
More like this
ERRORCONTAINS
ERRORCONTAINS
More like this
IFERROR
IFERROR
More like this
IFERROR
IFERROR
More like this
ERRORMATCHES
ERRORMATCHES
More like this