merge

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

Guest

Hi, I have a spreadsheet with columns for address, city, state, and zip. I'm
trying to merge those columns but it only keeps the data in the address
column. . why is that? Mindy
 
Mindy

Merging leaves only the data in the left-most cell.

A work-around is to add the contents together.

=A1 & " " & B1 & " " & C1 & " " & D1

I would not combine those columns. Most applications that would use those
addresses would prefer that the fields be in separate cells.

Word mailmerge for one would choke on the addresses being all in one cell.


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

Back
Top