Returns TRUE if the given value is or refers to text, and FALSE otherwise.
Syntax
Examples
|
Formula |
Result |
|
=ISTEXT("Zoho") |
TRUE |
|
=ISTEXT(A3) |
FALSE |
|
=ISTEXT(A4) |
FALSE |
Possible Errors
|
Errors |
Meaning |
|
#N/A! |
|
|
#NAME! |
|
|
#VALUE! |
|
|
#REF! |
|
Similar Functions