Startseite » Excel EN » Line Break Excel: How to Add or Remove New Lines Inside a Cell

Line Break Excel: How to Add or Remove New Lines Inside a Cell

To insert a line break in Excel, press Alt + Enter (Windows), Control + Option + Return (macOS), or Ctrl + Enter in Ubuntu (LibreOffice). ⤵️ This allows you to start a new line within the same cell, which is especially useful when entering addresses, notes, or multi-line values. 📝 With just a quick shortcut, your spreadsheet becomes cleaner, easier to read, and more presentation-friendly!


🧠 What Is a Line Break in Excel?

A line break (also called a soft return or new line) is a way to start text on a new line without leaving the cell. It doesn’t move the content to a new row; it just wraps the text inside the same cell for better formatting.


✏️ When to Use Line Breaks in Excel

  • Writing multi-line addresses 📬
  • Formatting descriptions or comments
  • Adding bullet points or lists in a cell
  • Separating first and last names
  • Creating dynamic message templates

Example:

John Doe
123 Main St.
Los Angeles, CA

All of the above lines can be inside one cell thanks to a line break.


⌨️ How to Insert a Line Break in Excel

PlatformShortcut to Insert Line Break
WindowsAlt + Enter
macOSControl + Option + Return
Ubuntu (LibreOffice Calc)Ctrl + Enter

Steps:

  1. Double-click the cell or press F2 to edit
  2. Place the cursor where you want the line break
  3. Use the appropriate shortcut
  4. Done! The text jumps to the next line in the same cell 🙌

🔁 How to Remove a Line Break in Excel

To delete line breaks:

Manual method:

  • Edit the cell (double-click or press F2)
  • Use backspace to remove the new line

Automatic method (multiple cells):

Use Find and Replace:

  1. Press Ctrl + H (Windows) or Cmd + Shift + H (Mac)
  2. In Find what, press Ctrl + J (Windows) or Option + Cmd + Enter (Mac)
  3. Leave Replace with blank (or type a space)
  4. Click Replace All

✅ This removes all line breaks and replaces them with your chosen character (like a space or dash).


🔧 Enable Text Wrapping for Better Visibility

Sometimes line breaks won’t show until Text Wrap is enabled.

To wrap text:

  1. Select the cell(s)
  2. Go to Home > Wrap Text
  3. Or use these shortcuts:
PlatformWrap Text Shortcut
WindowsAlt + H + W
macOSUse ribbon (no default shortcut)
UbuntuFormat > Cells > Alignment > Wrap text automatically

Once wrapped, Excel will auto-adjust the row height to show all lines clearly 📏


📊 Use Cases for Line Breaks in Excel

TaskBenefit
Address entriesClean multi-line format
Task listsOne task per line inside cell
Comment fieldsStructured multi-line input
Invoice notesProfessional formatting
Labeling visualsBreak long names across lines

🧩 Bonus: Insert Line Break Using Formula

To add line breaks via formula, use:

=A1 & CHAR(10) & A2
  • CHAR(10) adds a line break (Windows)
  • On macOS, it works the same in Excel
  • Make sure to enable Wrap Text to see the result!

Example:

="Name: " & A1 & CHAR(10) & "Email: " & B1

Produces:

Name: John  
Email: john@example.com

🐧 Line Breaks in Ubuntu/Linux (LibreOffice Calc)

Insert:

  • Ctrl + Enter inside a cell (after pressing F2 or double-clicking)

Wrap Text:

  • Format > Cells > Alignment > Check “Wrap text automatically”

Remove Line Breaks:

  • Use Find and Replace
    • Find: \n
    • Replace with: space or nothing
    • Enable Regular Expressions

⚠️ Common Mistakes with Line Breaks

  • ❌ Forgetting to enable Wrap Text—you won’t see the break!
  • ❌ Using Enter instead of Alt + Enter (creates a new cell)
  • ❌ Not adjusting row height—content might still look cut off
  • ❌ Pasting text with unwanted line breaks from other sources

✅ Always double-check formatting when copying/pasting or exporting to PDFs.


FAQs

What is the shortcut for a line break in Excel?
Use Alt + Enter (Windows), Control + Option + Return (Mac), or Ctrl + Enter (Ubuntu).

Why can’t I see the line break?
Enable Wrap Text under Home > Wrap Text. Also adjust the row height if needed.

Can I remove all line breaks at once?
Yes! Use Find and Replace with Ctrl + J as the find character.

Does CHAR(10) work on all systems?
Yes, it’s platform-independent in Excel. Just make sure Wrap Text is on.

Can I use line breaks in formulas?
Absolutely! Use CHAR(10) between strings.

Do line breaks print properly?
Yes—if text is wrapped and rows are auto-sized, they print cleanly.


✅ Final Thoughts on Line Breaks in Excel

Adding a line break in Excel makes your data clearer, more structured, and easier to read—especially for addresses, notes, or text-heavy cells. 💬 With just one simple shortcut, you can dramatically improve the look and feel of your spreadsheet.

Whether you’re using Windows, macOS, or Linux, now you know exactly how to insert, remove, and format line breaks like a pro. 👨‍💻📋

Complete List of Windows Keyboard Shortcuts

If you need help for Windows, you can find a whole list of all keyboard shortcuts here.

https://keyboard-shortcuts.org/

Advertisment