Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed:
CHAR converts a numeric character code into the corresponding character based on the ASCII/ANSI character set. It is commonly used to insert special characters such as line breaks (CHAR(10)), tabs (CHAR(9)), or symbols into formulas where typing them directly is impractical.
=CHAR(65)=CHAR(65)Computed by a real spreadsheet engine on the sample data below.
| Code | Character |
| 65 | =CHAR(65) |
| 66 | =CHAR(66) |
| 67 | =CHAR(67) |
| 90 | =CHAR(90) |
=CHAR(65)→A
Edit the grid or formula, then run it through a real spreadsheet engine — no signup.
Sample data — click any cell to edit
Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed: