Syntax
| Parameter | Description |
|---|---|
| value | Parameter of the ISTEXT function. |
Examples
Check data type
=ISTEXT(A1)
Find text-formatted numbers
=AND(ISTEXT(A1), ISNUMBER(VALUE(A1)))
Type-specific processing
=IF(ISTEXT(B2), UPPER(B2), B2)
Common Errors
ISTEXT never errors — it always returns TRUE or FALSE.
Tips
A cell containing ="" returns TRUE for ISTEXT, even though it appears blank. A truly empty cell returns FALSE.
ISTEXT and ISNUMBER are not exact opposites. Booleans, blanks, and errors return FALSE for both. Use TYPE() for complete type detection.
If a SUM formula returns 0 but cells look filled with numbers, check with ISTEXT. Numbers stored as text won't be included in SUM, AVERAGE, etc.
Try ISTEXT in Viztab
Import your data and use ISTEXT with 370+ other formulas. No signup required.
Open Viztab