Description Determines if the specified expression is not text.
Syntax ISNONTEXT ( expression )
| Argument | Description |
|---|---|
| expression | Any expression. |
Remarks If expression returns any value that is not text, True is returned. Otherwise, False is returned.
Examples This function returns True if cell F3 contains a number or is a blank cell:
This function returns False:
See Also ISBLANK, ISERR, ISERROR, ISLOGICAL, ISNA, ISNUMBER, ISREF, ISTEXT