ISNONTEXT Function Explained
The ISNONTEXT
Function in Microsoft Excel checks to see if a value is not text and returns TRUE if it is not text and FALSE if it is text. It takes a single argument, which is the value to be tested.
ISNONTEXT Function Syntax
ISNONTEXT(value)
- value: The value that you want to test. It can be a number, text, a logical value, or a name or reference that refers to a value.