Description
The Excel Char function returns the character relating to a supplied number (from 1 to 255), within the character set used by your computer.
- note that the character set may vary across different operating systems and so the Char function may return different results on different computers.
The syntax of the Char function is :
CHAR( number )
Where the number argument is a number from 1 to 255, and can be supplied to the function either directly or as a reference to a cell containing a number.
Char Function Examples
Example 1
The following spreadsheet uses the Excel Char function to return the character associated with different supplied numeric values.
The format of the function is shown in the spreadsheet on the left and the results are shown in the spreadsheet on the right - Note that these results are from the Ansi character set (used on the Windows operating system).
Example 2
One handy use of the char function is when inserting line breaks into text. This is shown in the example below (Note that, in the Ansi character set, the line break is given by the numer code 10) :
One handy use of the char function is when inserting line breaks into text. This is shown in the example below (Note that, in the Ansi character set, the line break is given by the numer code 10) :
Note that, in the example above, in order to display the result with the line break, you will need to ensure that the cell text wrapping is enabled. To do this :
• Right click on the cell and select Format Cells ...
• Select the 'Alignment' tab and check the Wrap text option
• Click OK
Char Function Error
If you get an error from the Excel Char function, this is likely to be the #VALUE! error :
Common Error
No comments:
Post a Comment