Wrap text adjusts the row, not the column
Wrap text works by increasing the row's height to fit the wrapped lines β it never changes the column width. If a column is extremely narrow, the text may still wrap into many short lines, so pairing wrap text with a reasonable column width usually gives the cleanest result.
Automatic wrap versus a manual line break
Wrap text reflows automatically whenever the column width changes, which is convenient but means the exact break point can shift. A manual break inserted with Alt+Enter always stays in the exact spot you placed it, which is better for something like an address where you want the street on one line and the city on the next, no matter how the column is resized.
Frequently Asked Questions
Why isn't wrap text working even after I turn it on?
Double-check that the row height is set to automatic rather than a fixed value β if the row height was manually resized, the wrapped lines may still be cut off vertically.
Can I turn off wrap text for cells that already have manual line breaks?
Yes, and the manual breaks (added with Alt+Enter) will stay in place, but without wrap text enabled the row height won't auto-expand, so part of the text may still be hidden until you resize the row.