<< Go back to all functions

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

  1. Using CHAR function:
    • Example: =CHAR(65)
    • Result: A

Use Cases and Scenarios

  1. Encoding: Convert numeric codes into their corresponding characters.
  2. Text Manipulation: Insert special characters in your texts.

Related Functions

  • None

Related Articles

  • None