ISNONTEXT function

This topic describes the formula syntax and usage of the ISNONTEXT function in the Data Quality Execute Formula transform.

Description

Returns true if the value is not text. This his function returns true for values in a non-String. Note that it returns true for empty cells.

Syntax

ISNONTEXT(value)

The ISNONTEXT function syntax has the following argument:

  • value Required. The value that you want tested. The value argument can be a column reference or formula.