CHAR Function Explained

The CHAR Function in Microsoft Excel returns the character specified by the code number. It takes a single argument, a number between 1 and 255, and returns the character associated with that number. For example, CHAR(65) returns the character “A”.

CHAR Function Syntax

CHAR(number)

  • number: The number corresponding to the character you want to display.