Create carriage return using "=A1&A2" text merge?

G

Guest

I want to merge text from multiple cells, displaying each cell's text on a
new line (ie, a carriage return). I merged the text using "=A1&A2" putting
the text in A3. The problem is that the text runs together. How do I place
the text from A1 on the first display line and the text from A2 on the second
line? You can do this when typing text into a cell by using the Ctrl-Return
concept, but this does not work in the merge function.

Thanks
 
G

Guest

Use this formula in A3:
=A1&CHAR(10)&A2

Set the A3 Format to Wrap Text. From the Format menu:
- Format Cells
- Alignment Tab
- Under "Text control", Select the "Wrap text" checkbox
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top