CHAR function
Summary
Returns the character specified by the code number
Syntax
CHAR(number)
The CHAR function syntax has the following arguments:
• Number Required. A number between 1 and 255 specifying which character you want. The character is from the character set used by your computer. Note: Excel for the web supports only CHAR(9), CHAR(10), CHAR(13), and CHAR(32) and above.
• Number Required. A number between 1 and 255 specifying which character you want. The character is from the character set used by your computer. Note: Excel for the web supports only CHAR(9), CHAR(10), CHAR(13), and CHAR(32) and above.
Example
=CHAR(65)
=CHAR(33)
=CHAR(33)