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

Z

zippity

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!
 
M

Miguel Zapico

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.
 
Top