Skip to main content
Workday User Guide
Last Updated: 2023-06-23
ISNONTEXT

ISNONTEXT

Description

If the specified value is not a text value, returns TRUE; otherwise, returns FALSE.

Syntax

ISNONTEXT(
value
)
  • value
    : The value to evaluate.

Example

Formula
Result
=ISNONTEXT(4)
TRUE
=ISNONTEXT("phrase")
FALSE