Start a New Line in Excel Cell
Last Updated :
18 Aug, 2025
In Excel, inserting a new line within a single cell helps improve readability and organization of data. Whether you're separating paragraphs, listing items, or aligning content, you can easily create line breaks using keyboard shortcuts, formulas, or special commands.
1. Method 1: Using Keyboard Shortcut in Excel
To start a new line of text or add spacing between lines or paragraphs of text in a worksheet cell, press Alt+Enter to insert a line break. To quickly insert a line break in Excel on both Windows and Mac, you can use the following shortcuts:
- Windows Shortcut to Insert New line in Same Cell - Alt+Enter
- Mac Shortcut to Add a new line - Control + Command + Return
Step 1: Select the Cell
Select the cell in which you have to enter a new line.

Step 2: Press "Alt + Enter"
On Windows, press and hold the Alt key while pressing Enter. In Excel for Mac, press and hold Control and Option, then press Return.

In Microsoft Excel, there is a special function to insert different characters in cells - The CHAR function. On Windows, the character code for the line break is 10, so we'll be using CHAR(10). Follow the below steps to Start a new line of text inside a cell in Excel.
Step 1: Select the cell
Click on the cell where we want the line break.

Step 2: Write a function in fx box
Type " =CHAR(10) " in the formula bar.
CHAR(10)

Step 3: Press Enter
Press Enter, and Your text magically splits onto a new line.

3. Method 3: Multiple Line Breaks in Excel
To enter multiple lines in a single cell in excel and increase the spacing between lines, first enable the Wrap Text feature. Then, press Alt + Enter twice or more to insert multiple line breaks within the cell, as shown in the screenshot below.
Step 1: Select the cell
Select the cell in which we want to add line spacing.

Step 2: Place the Cursor and "Press Alt+Enter"
Place the cursor after the word where you want to add line spacing. Now press "Alt+Enter". Each time we press Alt+Enter you get a new line break.

To create extra space between lines of text, press Alt + Enter multiple times. This will insert additional line breaks, allowing you to control the spacing between different sections of text within the same cell.
4. Method 4: Line Break After a Specific Character in Excel
In an Excel spreadsheet, we can give a line break after a specific character. At every occurrence of that specific character, excel replaces that character and gives a line break automatically. The steps for inserting a line break after a specific character are as follows:-
Step 1: Select the cell
Select the cell where you want to add the line break.
Enter the Data >> Select the cellsStep 2: Open the Find and Replace dialog
Now press Ctrl+H a dialog box will appear with the name Find and Replace.

Now start specifying the character which you want to replace with the new line and in the "Replace with" column press [Ctrl + J].
Specify the command and press Replace All buttonMultiple lines are inserted in the selected cells. Based on your input in the "Replace with" field, the following results will occur:
All commas will be replaced by carriage returns.
Press the Replace All button