Skip to main content
Version: Streamsheets 2.5

CHAR

Returns the character represented by given number.

Syntax

=CHAR(Number, [CharacterSet])

Arguments

NameDescription
NumberA number between 1 and 255 which specifies the character to return.
CharacterSet (optional)A string which specifies the character set to use for converting the number. Only the 'ansi' alias 'cp1252' set is currently supported. If no character-set is specified 'ansi' is used by default.

Return

The character as specified by given number.

Examples

FormulaResultComment
=CHAR(65)
A
=CHAR(128)
=CHAR(128, "ansi")