ISTEXT
See also A-Z Spreadsheet Function List
Description Determines if the specified expression is text.
Syntax ISTEXT(expression)
expression is any expression.
Remarks If the expression returns text, True is returned. Otherwise, False is returned.
See Also ISBLANK , ISERR , ISERROR , ISLOGICAL , ISNA , ISNONTEXT , ISNUMBER , and ISREF functions
Example ISTEXT(2nd Quarter) returns True