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

ISTEXT

Description

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

Syntax

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

Example

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