![]() |
Leading the way in Microsoft Office Development |
| Home | | | Excel | | | Word | | | PowerPoint | | | Consultancy | | | Feedback | | | Contact |
| Microsoft Excel > Functions > Text > CHAR |
CHAR(number) |
| Returns the character with the corresponding ANSI number. |
| number | The number specifying which character you want between 1 and 255. |
| REMARKS |
| The character corresponding to an ANSI number is the inverse of the CODE() function. | ||
| The "number" argument can be with or without leading zeros. | ||
| Every computer use numeric codes to represent characters, the most prevalent system is the ASCII. | ||
| For a full list of all the ASCII String Codes, please refer to the String Table page. | ||
| If you are using a Macintosh then the character set is different to Windows. |
| EXAMPLES |
|
| Functions - C | Index - C | Text Manipulation | Office Online |
| Copyright © 2004-2007 Better Solutions Limited. All Rights Reserved. | Top |