Use the CHAR to translate ASCII code page numbers into actual characters.

For example:

the CHAR function takes just oneargument,number, which must be an integer between 0-255.

The result from CHAR is atext value.

Excel formula: Remove unwanted characters

The CHAR function was designed to operate in anASCII/ANSI world and only understands numbers 0-255.

For extended character support on modern Unicode systems, see theUNICHAR function.

Older versions of Excel on the Mac use character 13 for a line break.

Excel formula: Add line break based on OS

ASCII and ANSI

The numbers returned by the CHAR function come from ASCII.

The originalASCII specificationencodes 128 characters into numbers.

These include the numbers 0 to 9, lowercase a-z, uppercase A-Z, and punctuation.

Excel formula: Double quotes inside a formula

CHAR can insert characters that are hard to enter into a formula.

Excel formula: Replace one delimiter with another

Excel formula: Get last line in cell

Excel formula: Count line breaks in cell

Excel formula: Basic in cell histogram

Excel formula: If complete show checkmark

Excel formula: Generate random text strings

Excel formula: Add a line break with a formula

Article image

Article image

Excel CHAR function

Excel UNICHAR function

Excel CODE function

Excel UNICODE function