Excel Spreadsheet combining data from 3 columns to 1 column

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

Guest

I have 3 columns in Excel City, State, and Zip Code. I want to combine
them into 1 column. Each column has about 1000 entries. Copy and paste
don't work How do I accomplish this?
 
If in columns A, B and C

in column D

in D1: =A1&B1 & C1

or =A1 & " " & " " & B1 & " " & C1

to give a space between each field

Copy down and then copy/paste special->values

Or look at CONCATENATE function
 
I would recommend against this.

If you wanted to use this data in another application like Word for a mailmerge
or labels and envelopes you would find that having the data in separate cells is
mandatory.


Gord Dibben MS Excel MVP


On Thu, 5 Jul 2007 09:32:04 -0700, Lotto Man <Lotto
 
Back
Top