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

T

Description

Determines if the specified value is text. If the value is text, the function returns the specified text; otherwise, it returns an empty text string.

Syntax

T(
text
)
  • text
    : The value to evaluate.

Example

Formula
Result
=T(A1)
Where cell A1 contains
Regional Sales Manager
.
TRUE
=T(A1)
Where cell A1 contains
$2,451.00
.
(empty)