119

I want to write multi-lines in one MS Excel cell.

But whenever I press the Enter key, the cell editing ends and the cursor moves to next cell. How can I avoid this?

fretje
  • 10,732
Wahid Bitar
  • 1,915

5 Answers5

139

What you want to do is to wrap the text in the current cell. You can do this manually by pressing Alt + Enter every time you want a new line

Or, you can set this as the default behaviour by pressing the Wrap Text in the Home tab on the Ribbon. Now, whenever you hit enter, it will automatically wrap the text onto a new line rather than a new cell.

enter image description here

Gareth
  • 19,080
Josh Hunt
  • 21,369
39
  1. Edit a cell and type what you want on the first "row"
  2. Press one of the following, depending on your OS:


    Windows: Alt + Enter

    Mac: Ctrl + Option + Enter

  3. Type what you want on the next "row" in the same cell
  4. Repeat as needed.

Note that inserting carriage returns with the key combinations above produces different behavior than turning on Wrap Text. In the screenshot below, column A has the carriage returns and column B has Wrap Text turned on. Changing the width of a column with carriage returns doesn't remove them. Changing the width of a column with Wrap Text turned on will change where the lines break.

In-cell line breaks in Excel

Jon Crowell
  • 2,336
  • 5
  • 26
  • 34
39

You have to use Alt+Enter to enter a carriage return inside a cell.

soandos
  • 24,600
  • 29
  • 105
  • 136
fretje
  • 10,732
17

Use the combination alt+enter

Wayne
  • 1,145
7

Alt + Enter never worked for me. I had to go to Format Cells and make sure that the Number tab was set to Text. That allowed me to see exactly as I had input. My issue could have been Mac specific though.

jonsca
  • 4,084
Mr. D
  • 71