ISTEXT : General Usage
1
Result
Formula
2
TRUE
=ISTEXT("Google Docs")
3
FALSE
=ISTEXT(12.3)
4
FALSE
=ISTEXT(TRUE)
5
FALSE
=ISTEXT(#N/A)
6
FALSE
=ISTEXT(1/5/2012)
7