Navigation: Formulas and functions > Functions from A to Z >
Syntax:
CHAR(Number)
Description:
This returns a single character with the specified ANSI code.
Number must be at least 10.
Example:
CHAR(65) returns A
CHAR(32) returns a blank
CHAR(CODE("X") returns X
See also:
CODE