Labels print with a deleted 1st # in zip in Wrod Mail Merge

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

Guest

Saved mailing addressed in Excel will not rpint 1st number in zip code in
Mail Merge in Wrod. Already tried to go to cell format and select special
and/or custom and select zip, or zip + 4 or even the suggestied customize. I
can't get the full zip code to print? Help!
 
You may add a new column with a formula like this:
=TEXT(A1,"00000")
This will make two things, convert the number to text, and assure that the
lenght of the text is 5 characters, with leading "0" if needed. You can use
this column as the zip code in the mail merge.

Hope this helps,
Miguel.
 

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