Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed:
=A2 & CHAR(10) & B2Computed by a real spreadsheet engine on the sample data below.
| First Name | Last Name |
| John | Doe |
| Jane | Smith |
| Alice | Johnson |
=A2 & CHAR(10) & B2→John
Doe
Edit the grid or formula, then run it through a real spreadsheet engine — no signup.
Sample data — click any cell to edit
Working on a sheet you inherited? Run the Auditor on the whole file first — it flags every #REF!, #N/A, broken column pattern, and inconsistent formula in seconds, free, no signup.
Make sure the cell formatting includes 'Wrap text'. Without this, line breaks won't be visible.
Yes, you can use CHAR(10) within the CONCATENATE function as well.
Simply add multiple CHAR(10) in your formula where needed, e.g., A2 & CHAR(10) & CHAR(10) & B2 for two line breaks.
Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed: