In Excel: select the cells and click Home ▸ Wrap Text so long text flows onto several lines inside the cell; press Alt+Enter while editing to force a line break wherever you want one.
Select the cell or range whose long text you want kept inside the cells.
On the Home tab click Wrap Text; the text rewraps onto multiple lines and the row height grows to fit.
To force a break at an exact point, double-click into the cell, position the cursor, and press Alt+Enter.
If a row does not auto-grow, double-click the row border or use Home ▸ Format ▸ AutoFit Row Height.
What this does
Wrap Text lets a cell show its full contents on multiple lines instead of spilling across neighbouring cells or being clipped at the edge. The Home ▸ Wrap Text button turns automatic wrapping on, and Excel grows the row height so every wrapped line is visible while the column width stays the same. For a break in a specific spot — between an address’s street and city, say — you press Alt+Enter while editing to insert a manual line break. The underlying value never changes; only how it is displayed does. Keep the inputs visible and clearly labelled and the whole thing stays auditable — anyone who opens the file later, including you, can see at a glance exactly what feeds the result and change one assumption without hunting through the formula. For “what is wrap text in excel”, the reliable version is a short checking loop, not just the first command that appears to work. Run it on a deliberately small range first, watch how the affected cells change, and only then apply the same setup to the full sheet. When this is a ribbon command, the selection matters more than the button: confirm the range, apply the command, then spot-check the output before saving. That is what makes a text operation that turns messy entries into clean, usable data useful in real work: repeatable, auditable, and not dependent on memory or luck.
A worked example
A1 holds "27 Mathematician Road, Marylebone, London NW1 6XE" and overflows far past its column. Select A1 and click Home ▸ Wrap Text: the text now stacks onto three or four lines within the same narrow column, and the row gets taller so all of it shows. Want the city on its own line exactly? Double-click into the cell, place the cursor before "London", press Alt+Enter, and a deliberate break drops it down — the wrapped cell holds both the automatic wrapping and your manual break. Wrap Text keeps long labels, addresses and notes readable inside a tidy column instead of letting them spill over or vanish off the edge. It is the simplest way to make a wide entry fit a printable, scannable layout without widening the whole column. One habit worth forming early: name the cells that hold your inputs, so the formula reads in plain language instead of a string of cell addresses. A reviewer — or you in three months — can then follow the logic without decoding what B7 and D2 were supposed to mean, which is most of what makes a sheet maintainable.
In Google Sheets
Google Sheets handles this almost identically to Excel. The formula syntax above is the same, and the menu lives under a slightly different label rather than a ribbon tab. Use the platform toggle at the top of the page to switch every keyboard shortcut between Windows and Mac, and expect at most cosmetic differences in naming. Keep this page bookmarked for the next time the same question comes up. Better still, rebuild the example once in your own sheet — doing it yourself, with the tool above to check against, is what turns a copied formula into a technique you own. Treat “what is wrap text in excel” as a small building block rather than a chore. Once the inputs sit in their own cells and the formula reads from them, the same setup answers a dozen related questions with a tweak, and Excel keeps every dependent figure current as the data changes. The tool above is there so you can rehearse and verify before committing anything to a real workbook; the steps and worked example are there so the logic sticks. Get it right once and it stops costing you time — it starts saving it, every time the question comes back around.
Common mistakes
- Expecting wrapped rows to auto-size when the row height was set manually — AutoFit Row Height has to be reapplied.
- Using spaces to fake a line break instead of Alt+Enter, which falls apart the moment the column is resized.
- Turning on Wrap Text inside a merged cell, where row auto-fit is unreliable and often leaves text clipped.
- Confusing wrapping with Shrink to Fit — wrapping adds lines, Shrink to Fit just makes the font smaller.
Frequently asked questions
How do I start a new line inside the same cell?
Double-click into the cell to edit it, put the cursor where the break should go, and press Alt+Enter. That inserts a manual line break without leaving the cell.
Why is my wrapped text still cut off?
The row height is fixed. Select the row and use Home ▸ Format ▸ AutoFit Row Height, or double-click the lower border of the row number, so it grows to show every wrapped line.
Does wrapping change the cell’s value?
No. Wrap Text only affects display — the stored text is identical, so formulas and lookups that reference the cell are unaffected.
Other ways people ask this
People reach this page typing “what is text wrap in excel” and “what is wrapping text in excel”, among other phrasings; whichever wording you used, the fix above is the one you want.
Why do people search for this in so many different ways?
Because the same task has many names. “what is text wrap in excel”, “what is wrapping text in excel” all point at the one operation explained on this page, which is why they all lead here.