This function determines if the value is text or not. When the value is text, ISTEXT returns TRUE; otherwise, it returns FALSE.
Syntax:
=ISTEXT (value)
Parameter list:
Here in the given example:
Cell13 Contains Word “Apple”, ISTEXT(c13) returns TRUE.
Whereas Cell14 Contains null and Cell15 Contains a number 34, ISTEXT(c14) and ISTEXT(15) returns FALSE.
Share this Content
Ask Your Query