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

LEN

Description

Returns the number of characters in the specified text.

Syntax

LEN(
text
)
  • text
    : The text to evaluate.

Example

Formula
Result
=LEN(A1)
Where cell A1 contains
Regional Sales Manager
.
22