CHAR function

Category: Text
Introduced: Excel 2003

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.

Example

=CHAR(65)
=CHAR(33)

Microsoft Support Page

https://support.microsoft.com/en-us/office/char-function-bbd249c8-b36e-4a91-8017-1c133f9b837a

Back to Functions