How do I combine multiple columns into just 1 column?

G

Guest

In my excel file, the address is split into 4 columns. I want to combine the
4 columns into 1.
 
G

Guest

In a fifth column, use the concanenate function or amphisand to combine the
information. Then drag down to copy for each row.

=CONCATENATE(A1,B1,C1,D1)
or
=A1&B1&C1&D1

HTH
 

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