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