how do i combine the contents in a colum to the conten next to it

G

gin

im trying to merge an entire column into the column next to it. and keep the
same rows
 
M

Ms-Exl-Learner

Method 1
=A1&B1&C1
If you want to add some more cells then add & symbol and mention the cell
name.

Method 2
=CONCATENATE(A1,B1,C1)

If you want to give space between the cell values then construct your
formula like this.

=CONCATENATE(A1," ",B1," ",C1)
=A1&" "&B1&" "&C1

Remember to Click Yes, if this post helps!
 

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