If the expression reference contains any text values, the function returns TRUE.
Syntax ISTEXT(expression) Arguments expression Values or cell references to examine. Example ISTEXT(2+5) returns FALSE ISTEXT ("Gobe") returns TRUE
ISTEXT(expression)
ISTEXT(2+5) returns FALSE ISTEXT ("Gobe") returns TRUE