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