MS Excel: CHAR Function (WS)
This Excel tutorial explains how to use the Excel CHAR function with syntax and examples.Description
The Microsoft Excel CHAR function returns the character based on the ASCII value.Syntax
The syntax for the Microsoft Excel CHAR function is:CHAR( ascii_value )
Parameters or Arguments
ascii_value is the ASCII value used to retrieve the character.Applies To
The CHAR function can be used in the following versions of Microsoft Excel:- Excel 2013, Excel 2011 for Mac, Excel 2010, Excel 2007, Excel 2003, Excel XP, Excel 2000
Type of Excel Function
The CHAR function can be used in Microsoft Excel as the following type of function:- Worksheet function (WS)
Example (as Worksheet Function)
Let's look at some Excel CHAR function examples and explore how to use the CHAR function as a worksheet function in Microsoft Excel:Based on the spreadsheet above, the following Excel CHAR examples would return:
=CHAR(A1) Result: "v" =CHAR(A2) Result: "@" =CHAR(72) Result: "H" =CHAR(109) Result: "m"