Functions
ISNONTEXT
True if value is not text
When to use it
When should I use ISNONTEXT?
Use ISNONTEXT to check whether a value is not text — numbers, booleans, blanks, and errors all return TRUE, while any string returns FALSE.
Used in
Syntax
ISNONTEXT(value)