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