CHAR (character from ANSI code)

Navigation:  Formulas and functions > Functions from A to Z >

CHAR (character from ANSI code)

Previous pageReturn to chapter overviewNext page

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