Checks whether the specified value refers to any item that is text.
Syntax Copy Code |
---|
ISTEXT( Any x ) → Logical |
If x is a text value, returns TRUE. If x is a reference to a cell, the value of the referenced cell is tested. Blank cells are not considered texts. If x is an error value, this error value is returned. In any other case, the function returns FALSE.
Formula Copy Code |
---|
=ISTEXT(A1) |
Function Reference
ERROR.TYPE Function
ISBLANK Function
ISERR Function
ISERROR Function
ISNA Function
ISNONTEXT Function
TYPE Function