How do merge two cells with a carriage return in between the two v

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,
I'm pretty new to excel and having trouble merging the contents of two
cells. What I want to do is automatically merge two cells into one with a
carriage return (ALT+ENTER) between each cell value. Is this possible? Please
advise.

Thank You
 
Like with a formula?

=a1&char(10)&b1

Format|Cells|alignment tab|make sure wrap text is enabled.
 
I do need to be led by the hand. I don't even know what "Concatenate" means?
I'll check out the website. Thanks for your assistance.
 
Back
Top