merge data from multiple columns to single column

G

Guest

I have a mailing list that has the street number (column A), street name
(column B), and street suffix (column C) in separate columns on each row
(1037 rows). I would like to combine the data on each row of these 3 columns
into only one column. I have tried every thing I could find in the help
files, thanks,
Bill
 
C

C

Under Insert select Function, select all for the
category. Select the Concatenate function. Then put the
columns in each of the text fields that come up in the
wizard.

So in column D it will read
=CONCATENATE(A1, B1, C1)
Copy this function to each row.
 
G

Gord Dibben

Bill

Unless you have a specific application that needs the mailing list all in one
column, I would recommend you leave it as is.

Makes for easier sorting and filtering if separate fields are used.

Also, if you were to use Word for a mailmerge for labels etc. you would need
the fields in separate columns.


Gord Dibben Excel MVP
 

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