Home Privacy Policy Feedback Link to us Site Map Forums

Excel: Char Function


In Excel, the Char function returns the character based on the NUMBER code.

The syntax for the Char function is:

Char( number_code )

number_code is the NUMBER used to retrieve the character.


Applies To:

  • Excel 2007, Excel 2003, Excel XP, Excel 2000

For example:

Let's take a look at an example:

Based on the Excel spreadsheet above:

=Char(A1) would return "v"
=Char(A2) would return "@"
=Char(72) would return "H"
=Char(109) would return "m"

View a listing of the ascii values.