EXCEL ISNONTEXT FUNCTION

This function looks for a non-text value and returns TRUE or FALSE as a logical value. If the value is a non-text value, ISNONTEXT will return TRUE, otherwise FALSE. For blank cells, ISNONTEXT will also return TRUE.

Syntax:

=ISNONTEXT (value)

Parameter list:

value – the value which will be evaluated.

Value is frequently provided as a cell address.

Step By Step Guide of ISNONTEXT Function

  • If this is a text value or a reference to a cell holding a text value, ISNONTEXT returns FALSE, otherwise TRUE.
  • ISNONTEXT returns TRUE when value is a reference to an empty cell.
  • ISNONTEXT will return FALSE if value is an empty string, because an empty string is considered text.
  • Nonprinting letters and whitespace are treated as text, thus if ISNONTEXT is called on a cell that contains them, it will return FALSE even though the cell seems to be empty.
  • Numbers entered as text, such as ‘1234,’ are treated as text and return FALSE by ISNONTEXT.
  • ‘The logical equal of NOT(ISTEXT(value)) is ISNONTEXT(value).
  • In conditional statements, this function is most commonly used in combination with IF.

Related Functions

HLOOKUP Function

HLOOKUP Function

Explore Now

VLOOKUP Function

VLOOKUP Function

Explore Now

INDEX Function

INDEX Function

Explore Now

MATCH Function

MATCH Function

Explore Now

DATE Function

DATE Function

Explore Now

IF Function

IF Function

Explore Now

OR Function

OR Function

Explore Now

AND Function

AND Function

Explore Now

RANK Function

RANK Function

Explore Now

SUMIF Function

SUMIF Function

Explore Now

XIRR Function

XIRR Function

Explore Now

WORKDAYS Function

WORKDAYS Function

Explore Now