CHAR
The CHAR function in Google Sheets is used to convert a number into a character according to the current Unicode table.
Function Syntax and Parameters
Syntax: CHAR(table_number)
Parameters:
table_number: The number representing a character according to the current Unicode table.
Step-by-Step Tutorial
- Using
CHARfunction:- Example:
=CHAR(65) - Result:
A
- Example:
Use Cases and Scenarios
- Encoding: Convert numeric codes into their corresponding characters.
- Text Manipulation: Insert special characters in your texts.
Related Functions
- None
Related Articles
- None