ISSTRING function
Description
Cell-is-string function. ISSTRING(var) results in the logical value 1 (=TRUE) if the calculation of var does not result in a numeric value.
Examples
ISSTRING(B2) returns 1 (=TRUE) if cell B2 contains a string value, e.g. "SMITH"
ISSTRING(25.6) returns 0
Calculator