char

Previous chapterNext chapter Show allShow all    Hide allHide all

The function char (code) returns the ASCII character, defined by the value (code).

Syntax: =char(code)

code is a number between 1 and 255

Example Example

=char(88) is X

If the cell A1 contains the value 35 the function =char (A1) returns the character # as a result.