Excel: How to insert carriage returns in a formula to manipulate t

G

Guest

I know that Alt-Enter inserts a carriage return in a cell, however, I need to
do this programatically, gathering text from cell one, inserting the carriage
return, then text from cell 2.

Cell A1 contains the text "LINE ONE "
Cell A2 contains the text "LINE TWO"

=A1&A2 will give you LINE ONE LINE TWO

But, what I need is:
LINE ONE
LINE TWO

Using Word Wrap is not an answer I can use, the formula needs to contain a
carriage return. Many thanks!
 

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