Concatenate Carriage Return

T

tbieri

Hi,

Is it possible to concatenate a carriage return (ALT
Enter)? I want to take three cells and place them in a
single cell on three lines.

Regards,
Tim
 
P

Peo Sjoblom

Turn on wrap text under format>cells>alignment and use something like

=A2&CHAR(10)&B2&CHAR(10)&C2
 
T

tbieri

Thanks, I figured it was simple. I recorded a macro and it
used CHR(10), not CHAR(10).
 

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