How to Enter Multiple Lines in One Cell in Microsoft Excel
Need software to manage and analyze data? Microsoft Excel has been a favorite for years. However, for some users, writing multiple lines of text in one cell can be tricky, especially if they're not used to Excel.
The "Enter" function in Excel works differently compared to other word processing apps. Here, we’ll show you a couple of ways to enter a new line in one cell using shortcut keys and simple formulas.
1. Using the Alt + Enter Keys

If you want to add a new line in a cell manually, you can use the Alt + Enter keyboard shortcut. This is the easiest method and is widely used by Excel users. Here’s how to do it:
- Double-click the cell where you want to add a new line or press F2 to enter edit mode.
- Place the cursor where you want to start the new line.
- Press and hold the Alt key, then press Enter.
After doing this, you’ll see the text move to a new line within the same cell. This method is great for writing notes or short paragraphs in one cell, helping you keep more information in your table.
2. Using the CHAR(10) Formula

Another way to create a new line in a single cell is by using a formula. Excel's CHAR function can generate special characters. To insert a new line, you can use CHAR(10). Here’s how:
- Select the cell where you want to enter multi-line text.
- Enter the following formula: = "First Line" & CHAR(10) & "Second Line"
- Replace the text in quotes with your own content.
- Enable the Wrap Text option for the cell to make the new line visible.
Your text will automatically split into new lines within one cell.
Knowing how to insert new lines in Excel can boost your data management skills. Whether you use the Alt + Enter shortcut or the CHAR(10) formula, both methods help you keep your data organized and easy to read.
With these skills, you can be more flexible in structuring tables and creating more engaging and informative data presentations.