SheetRocks
Documentation/Formulas/CHAR

CHAR

Converts a number into a character according to the current Unicode table.

Syntax

CHAR(number)

Arguments

Argument Description Required
number A number between 1 and 65535 representing a Unicode character code. Required

Examples

Get character for code 65

=CHAR(65)
Result ⇒ A

Get character for code 104

=CHAR(104)
Result ⇒ h

Get greater than symbol

=CHAR(62)
Result ⇒ >

Related Functions

Other Text functions:


← Back to Formula Reference