CHAR
Returns the character specified by the code number
Syntax
CHAR(number)
Parameters
- number: Required. A number between 1 and 255 specifying which character you want
Example
=CHAR(65)
Returns the character specified by the code number
CHAR(number)
=CHAR(65)