Concatenate text with a carriage-return

K

ks_mail_2003

Hi,

I have two cells with the following text;
A1 = "abc"
B1 = "def"

I want to concatenate these two text into C1 with a carriage-return
(alt-enter) in between.

The text in C1 should be;
"abc
def"

Thanks in advance,
ks.
 
D

Dave Peterson

=a1&char(10)&b1

Remember to turn wraptext on, else you'll get a little square instead.
 

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