mail merge and zip codes

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

Guest

i have a large mailing list in excell, and everytime i try to mail merge it
into word, it leaves out the first 0 (zero) in all of my zip codes. i have
the column setting set to "zip code" and it still drops the first 0. this is
going to take much too long to type in all of the 0's myself. is there a way
to fix this? thanks!
 
In another column do text(A3,"00000") A3 being the cell with the zip and fill
down. then you should be able to copy the column and paste special values
over the old one.
 
okay so i know how to fill down, but i don't know what 'paste special values
over the old one' means...?
 
copy the column, then right click the top of the next column, select paste
special, then select values
 
Ok, say your unformatted zip codes are in column A insert a column between A
and B and in it put the code as before =Text(A3,"00000") assuming A3 is the
first cell with a zip, copy down. Now if these don't look right let me know
it failed on the first step. If it looks right select the column you just
made by clicking the header, this should select the entire column of
functions you just made, hit ctl-C to copy them. Now select the entire column
that contains your old zip codes, Column A in this scenario, select edit on
your toolbar, select 'Paste Special' then click the box with 'Values' the
zips you created should now be written over your old ones, delete the column
you created with all of the formulas. If this doesn't work you'll have to
send me your workbook and i'll do it for you when i get home.
 
Hi,

Do the following:

1. Select the cell, which would contain zip code.
2. Do one of the following:
* Right-click and select Format Cells.
* On the Format menu, click Cells.
The Format Cells dialog is displayed.
3. Click the Number Tab.
4. Under the Category list select Text.
5. Click OK to return to the Worksheet.

Challa Prabhu
 
If the values in that column were numbers with a custom format to show leading
0's, then this won't keep those leading 0's.
 

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