How do I use ISTEXT in Excel?
Use ISTEXT when you want to check whether a value is text. Enter Value in that order, then add optional arguments when needed.
Checks whether value is text.
ISTEXT(value)value
RequiredSpecify a single cell reference.
Use ISTEXT to return the result with these settings (Value: C2 (cell C2 (Value 3 in column C))).
| # | AValue 1 | BValue 2 | CValue 3 | DResult |
|---|---|---|---|---|
| 2 | 120 | Text | ||
| 3 | 98.5 | 100 | ||
| 4 | 0 | N/A | ||
| 5 | 45 | Test | ||
| 6 | ||||
| 7 | ||||
| 8 |
How to Use (Formula)
=ISTEXT(C2)Result
TRUE
Use ISTEXT when you want to check whether a value is text. Enter Value in that order, then add optional arguments when needed.
Use the "Start Function Practice" button to jump straight into ISTEXT drills.
The main arguments are Value. Enter them in order.