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