Trying to contatenate multiple cells, with a "soft return" between each

J

Jen

Hi everyone!

Is anyone familiar with adding soft returns to a
concatenate function? I've tried everything, but it just
doesn't seem to work. Is there a function that will add a
soft return in a cell?

Thanks to anyone that can help!
 
P

Peo Sjoblom

One way

=A1&CHAR(10)&B1

or using concatenate

=CONCATENATE(A1,CHAR(10),B1)

you have to turn on text wrap under format>cells>alignment
 

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