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

CHAR

Description

Returns the character value for the specified character set number. The function uses UTF-16 encoding, which allows for 2-byte characters.

Syntax

CHAR(
number
)
  • number
    : The character set number representing a character.

Example

Formula
Result
=CHAR(A1)
Where cell A1 contains
101
.
e