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