| Syntax |
| =ISNONTEXT(value) |
| Purpose / Description |
| Determines if the value is a value other than a text string. |
| Arguments |
| Name |
Type |
Description |
| value |
any |
The value which is to be examined to determine if it is not a text string. |
| Return Values |
| Type |
Specific Value |
Description |
| logical |
TRUE |
The value argument is not a text string - it is either a reference to a blank cell, a logical value, a number value or an error value. |
| logical |
FALSE |
The value argument is a text string. |
| Notes / Comments / Advice / Warnings |
| Note: |
As this is a function for determining value type, it does not return errors when an error value is passed, as that is not a reference, so in that case, it returns FALSE. |
| Comment: |
We don't find this that useful, as most situations call for identifying a specific type. |
| Examples: |
Open / download sample workbook: ISNONTEXT.xlsx |
| |