I have a zip code that begins with a zero. I try to format the cell and it
appears to work, but it does not show the zero in the formula bar. Then I'll
save it but when I reopen the worksheet it does not save it. Is there some
other way of doing this? Please Help!- Thanks
If you want a leading zero not only for display but for some other reason
you need to format as text or precede entries with an apostrophe '
otherwise use the zip code format under formatting
--
Regards,
Peo Sjoblom
quot;Ofeliaquot; gt; wrote in message
...
gt; I have a zip code that begins with a zero. I try to format the cell and it
gt; appears to work, but it does not show the zero in the formula bar. Then
I'll
gt; save it but when I reopen the worksheet it does not save it. Is there some
gt; other way of doing this? Please Help!- Thanks
How are you saving the file? Is it a .csv? If so, the zero's should be
saved. When you open a .csv in excel it automatically strips the zero's from
VIEW, but they are still on the file. Try opening with a text editor
(notepad), and you will see the zero's.
If you are saving as an excel sheet (.xls), the formatting should be saved
as well.
If you want to hard code the 0's to the front of your zip codes, use the
following formula in a helper column (assuming your data starts in cell A1),
and then do a quot;Paste Specialquot;-gt;Values on the range to get rid of the formula.
=REPT(quot;0quot;,5-LEN(A1))amp;A1--
Regards,
Davequot;Ofeliaquot; wrote:
gt; I have a zip code that begins with a zero. I try to format the cell and it
gt; appears to work, but it does not show the zero in the formula bar. Then I'll
gt; save it but when I reopen the worksheet it does not save it. Is there some
gt; other way of doing this? Please Help!- Thanks
Since you fix them, save them, and lose them upon reopening, it
sounds like you are not opening and saving an Excel file as one of the
repliers mentioned. File should be .xls use File, save or
if it is not .xls then file, save as.
If you want to allow a mixture of 5 digit and 9 digit US zip codes,
you would be best formatting the column as text before entry.
Also as text you can use zip codes from any country, and more
important for those US only zip codes -- you can sort them.
After formatting as text which would only help with new entries
you can fix your existing entries with a macro. see
Fix up for 5 digit US zip codes (#fixUSzip5)
www.mvps.org/dmcritchie/excel/join.htm#fixUSzip5
---
HTH,
David McRitchie, Microsoft MVP - Excel [site changed Nov. 2001]
My Excel Pages: www.mvps.org/dmcritchie/excel/excel.htm
Search Page: www.mvps.org/dmcritchie/excel/search.htm
quot;Ofeliaquot; gt; wrote in message ...
gt; I have a zip code that begins with a zero. I try to format the cell and it
gt; appears to work, but it does not show the zero in the formula bar. Then I'll
gt; save it but when I reopen the worksheet it does not save it. Is there some
gt; other way of doing this? Please Help!- Thanks
- May 27 Tue 2008 20:44
Zip codes that begin with a zero...
close
全站熱搜
留言列表
發表留言