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.
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.
- Click on the cell where you need to enter multiple lines of text.
- Type the first line.
- 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.
- Type the next line of text you would like in the cell.
- 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.
121 comments
Thank you! Never knew it was so simple. Clear and easy to follow
thank you.
Thank you!!
thanks..it worked..
Thank you!
When I press Alt+Enter and go to the next line, my text in the next line does not appear after pressing enter. Please help me out
Please increase that column/row size.
Believe it or not, I had to use the OTHER Alt key on my keyboard. Not sure why this is. (I found this tip after a whole bunch of searching!)
Hello, I have a long text in a cell. This text needs to be in less than 4 line break. And each line can only have a maximum of 60 letter or characters. Thanks for your help!
Thank you
help
for instance i have
60% and i still want 30%,40%,70% to be below 60% as in 60% will cover all the other numbers
pls how can i do it
Thank you so very much.
Thanks SO much for the great and helpful info!
Example :
143
550
350
440
I have entered number after using Alt+Enter in to one cell, now i need total of that cell, how I will get total pls help me.
example. 143 550 350 440 all numbers are entered in to one cell using alt+enter now not able to get single cell total.
MJ:
I don't believe you can SUM cells with line breaks without using VBA.
A more complete discussion of this issue and a resolution can be found here:
https://stackoverflow.com/questions/44828236/sum-numbers-in-one-cell-that-contains-line-break-excel
The easiest resolution to this is to not enter line breaks or to remove the line breaks that may be in the cells.
Alt+Enter worked for me once, then not again, what I am now doing wrong.
Thanks
Many Thanks
at first type what ever you want then goto home manu and click on wrap-text icon
Best answer for text already in cell. Thank you!
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?
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.
AMAZING! Thank you so MUCH!!! Just saved me hours of work
thanx alt plus enter also worked for me
Thanks, alt + Enter worked for me, but how do i make the two different numbers sits at opposite ends?
Hello Joshua,
I'm afraid it is not possible to use different alignments within one cell. One possible workaround would be using different columns for values that you'd like to align differently.
how to combine the multiple line of a single cell in excel
Andra Pradesh #
Emami #
OPS AP 94 #
Emami Ltd., 25-39/2, 7th Lane, R. R. Nagar, Kabela Industrial Area, Kabela, Vijayawada - 520012
Hello Sumanta,
If you are trying to remove line breaks in your cells, there are several ways you can go. Please see this blog post for detailed steps:
https://www.ablebits.com/office-addins-blog/remove-carriage-returns-excel/
If your task is different, please describe it in more detail.