How to check a cell whether it is text?
by Sanju[ Edit ] 2008-11-11 20:18:06
Checking for Text
To check the cell whether it is a text,
would use the following formula:
=ISTEXT(Cell no.)
Example:
=ISTEXT(B7)
The function returns either True or False, depending on the type of value in cell B7.