how do you display a zip code with a leading zero

N

nicole

How do you display a zip code with a leading zero without changing the format
to a text field?
 
S

Slumbering Gorilla

Only way i know how to do this is to format cell, look under special and
there is a selection especially for Zip codes.
 
D

Dave Peterson

Maybe you could use a custom format to cover both 5 digits and 9 digit zips:

[>99999]00000-0000;00000
 
Top