Description
NOTE
  • A number must be between 1 and 255.
    • Characters 32 to 127 : ~ASCII 7 bit, Basic Latin Unicode character range.
    • Characters 128 to 255 : Latin-1 Supplement character range.
Syntax
Copied!
=CHAR(number)
EXAMPLE 1
Copied!
//𝘳𝘦𝘵𝘶𝘳𝘯𝘴 𝘢 𝘭𝘪𝘴𝘵 𝘰𝘧 𝘢𝘭𝘱𝘩𝘢𝘣𝘦𝘵𝘪𝘤 𝘤𝘩𝘢𝘳𝘢𝘤𝘵𝘦𝘳𝘴: =WRAPROWS(CHAR(SEQUENCE(26, , 65)), 4)
|     | A   | B   | C    | D    |
|:---:|:----|:----|:-----|:-----|
|  1  | A   | B   | C    | D    |
|-----|-----|-----|------|------|
|  2  | E   | F   | G    | H    |
|-----|-----|-----|------|------|
|  3  | I   | J   | K    | L    |
|-----|-----|-----|------|------|
|  4  | M   | N   | O    | P    |
|-----|-----|-----|------|------|
|  5  | Q   | R   | S    | T    |
|-----|-----|-----|------|------|
|  6  | U   | V   | W    | X    |
|-----|-----|-----|------|------|
|  7  | Y   | Z   | #N/A | #N/A |

Join our newsletter to stay up to date

Click the button below to sign up for our advanced platform. Get started now and see the benefits for yourself.

EN | VI