Product
Rows AI
Your number crunching sidekick
Integrations
Seamless connections to your tools
Support Docs
Learn how to make the most out of Rows.
Features
All-in-one spreadsheet for teams
Pricing
Templates
Community
Sign in
Sign up for free
Functions
CHAR
Converts a code number to a readable character.
Parameter List
Syntax
CHAR
(
code
)
code
The code to convert to a character.
Examples
Example 1
CHAR(65) returns A
Example 2
CHAR(100) returns d
Parameter List
Examples