Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed:
ISTEXT evaluates whether the supplied value or cell reference contains a text string, returning TRUE or FALSE. It is commonly used to validate data entry, differentiate text-formatted numbers from real numbers, and conditionally process mixed-type columns.
=ISTEXT(A2)=ISTEXT(A2)Computed by a real spreadsheet engine on the sample data below.
| Value | IsText? |
| Apple | TRUE |
| 42 | FALSE |
| Orange | TRUE |
=ISTEXT(A2)→TRUE
Edit the grid or formula, then run it through a real spreadsheet engine — no signup.
Sample data — click any cell to edit
Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed: