ISTEXT (Primitive Spread Function) tests for text data.
SYNTAX:
ISTEXT(value)
REMARKS:
Returns 1 (True) if the value argument is or refers to text. Returns 0 (False) if the value argument is or refers to a value that is not text.
EXAMPLES:
ISTEXT(B3)
ISTEXT(12) = 0 (False)