D Dick May 27, 2006 #1 I want to put two (or more) lines of text in the same cell. Like Network Command Is there any way to do that? Dick
I want to put two (or more) lines of text in the same cell. Like Network Command Is there any way to do that? Dick
D Dave Peterson May 27, 2006 #2 If you're typing the value, use alt-enter to force a new line within the cell. If you're using a formula, you can use: =a1&char(10)&b1 (format the cells to have wrap text, too.)
If you're typing the value, use alt-enter to force a new line within the cell. If you're using a formula, you can use: =a1&char(10)&b1 (format the cells to have wrap text, too.)
B bgeier May 27, 2006 #3 Easily! Enter your first line of text, press <ALT>-<Enter> enter your second line of text!
D Dick May 27, 2006 #4 Thank you very much. Dick If you're typing the value, use alt-enter to force a new line within the cell. If you're using a formula, you can use: =a1&char(10)&b1 (format the cells to have wrap text, too.) Click to expand...
Thank you very much. Dick If you're typing the value, use alt-enter to force a new line within the cell. If you're using a formula, you can use: =a1&char(10)&b1 (format the cells to have wrap text, too.) Click to expand...