Checks whether a value is text. Learn more
ISTEXT is a function in Google Sheets that tests whether a specified value is a text string.
If the value is a text string, the function will return "TRUE". If the value is not a text string, the function will return "FALSE".
The syntax for the function is:
=ISTEXT(value)
Where "value" is the cell reference or text string that you want to test.