Skip to main content
Version: Streamsheets 3.0

CHAR

Returns the character represented by given number.

Syntax

=CHAR(Number, [CharacterSet])

Arguments

NameTypeDescription
NumberNumberA number between 1 and 255 which specifies the character to return.
CharacterSet (optional)StringA string which specifies the character set to use for converting the number.

Default value: "ansi"

Return

TypeDescription
StringThe character as specified by given number.

Examples

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