Two lines of characters in one cell

L

LindaM

After increasing the height of a row, how do I type two lines of text in one
cell,

Example: "Excess Wages
3rd Qtr."

Thank You in advance.
Linda
 
T

tjtjjtjt

Format|Cells. Check Wrap Text on the Alignment Tab.
Alternatively, you can press Alt+Enter to force a new line in a cell.

tj
 
D

Dave Peterson

And if you ever need to do it with formulas:

=a1&char(10)&b1

(format|cells|alignment tab|check wordwrap)
 
Top