iserror |
Manual -> Report Generator -> Engineering in the Editor -> Report functions -> Logical functions -> iserror |
Show all Hide all |
The function iserror (ref) has the logical value TRUE, if the reference cell contains an error.
Syntax: =iserror(ref)
Example |
|
A1 |
Result |
Logic |
No |
False |
Text |
This is a text |
False |
empty |
|
False |
Number |
123.00 |
False |
Error |
#ARG! |
True |
|