Enter multiple lines in a single Excel cell

When you have a lot of text in your Excel cells it can be a good idea to show it on more than one line. But how? Every time you enter text into a cell it longs to be on one line however long it is.

Here is how you can insert more than one line into one cell on your Excel worksheet. Enter more than one line in a single Excel cell.

The detailed instructions to start a new line in a cell are provided: 3 ways to insert a line break in Excel.

5 steps to insert multiple lines into a cell

Say you have a column with full names in your table and want to get the first and last ones on different lines. With these simple steps you can control exactly where the line breaks will be.

  1. Click on the cell where you need to enter multiple lines of text.
  2. Type the first line.
  3. Press Alt + Enter to add another line to the cell.

    Tip. Keep pressing Alt + Enter until the cursor is where you would like to type your next line of text.

  4. Type the next line of text you would like in the cell.
  5. Press Enter to finish up.

So just don't forget the Alt + Enter shortcut to get a line break at a specific point in a cell regardless of the cells width.

12 comments

  1. How to I split the cell in half to include a line in between the text?

  2. Hello,

    I am attempting to get rid of line breaks in a document so they are stacked on top of each other in the same cell like so:

    red
    blue
    green
    black

    and not

    red,blue,green,black

    I can not figure out a formula or find and replace to do this to the many sheets i have assigned to me. ANY help is appreciated as this has just been given to me and is due tomorrow. Thank you.

  3. Can each line include a formula?
    =L2&" | "&K2&" Stars"&" "
    &G2&": "&H2

      1. When I type 2 formulas in both lines of a cell, it shows "FALSE" as output

  4. Alt Enter seems to work for up to 3 lines in a cell. After that I get #############################

  5. I want to put text from 3 references into a single cell with multiple lines. I tried:
    =a1&(alt enter)
    b1&(alt enter)
    c1

    But this always comes out on the same line of the cell. Can I make it come out on 3 lines of the same cell?

    1. Hello,

      If I understand your task correctly, please try the following formula:

      =A1 & CHAR(10) & B1 & CHAR(10) & C1

      When using line breaks to separate the concatenated values, you must have the “Wrap text” option enabled for the result to display correctly. To do this, press Ctrl + 1 to open the Format Cells dialog, switch to the Alignment tab and check the Wrap text box.

      Hope it will help you.

      1. AMAZING! Thank you so MUCH!!! Just saved me hours of work

Post a comment



Thanks for your comment! Please note that all comments are pre-moderated, and off-topic ones may be deleted.
For faster help, please keep your question clear and concise. While we can't guarantee a reply to every question, we'll do our best to respond :)