ISTEXT
Returns TRUE if the value is text.
InformationError Handling & ChecksInformation & Auditing
What it does
Checks if a value is text.
Syntax
ISTEXT(value)
Arguments
value(value) β Value to check.
Examples
Check Text
Check 'Hello'.
FORMULA
=ISTEXT("Hello")RESULT
true
SAMPLE DATA
| A | |
|---|---|
| 1 | Val |
| 2 | Hello |