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 |