How do you insert a carriage return within an Excel cell?
R Rookie_User Sep 13, 2006 #5 How might one do this electronically -- lets say you want to add two columns together into a third column - but rather than concatenate into one string they need to appear in the third column as the following. col1 col2 col3 A B A B Any idea's?
How might one do this electronically -- lets say you want to add two columns together into a third column - but rather than concatenate into one string they need to appear in the third column as the following. col1 col2 col3 A B A B Any idea's?
R Roger Govier Sep 13, 2006 #6 Hi Try =A1&CHAR(10)&B1 Format the cell with the formula, Format>Cells>Alignment>Wrap text