trailing 0's format

  • Thread starter Thread starter Bill
  • Start date Start date
B

Bill

I need to format Excel 2000 cells so that every number in
a column conforms to a format that is 8 characters long no
matter what. If the number entered in a cell is 8 I want
it to be formatted so that it reads 00000008. I use
custom format and fill it in with 8 zeros and this seems
to work, but only temporarily. After I save the file and
open it up later the trailing zeros are gone. Any
suggestions how to resolve?
 
Bill said:
I need to format Excel 2000 cells so that every number in
a column conforms to a format that is 8 characters long no
matter what. If the number entered in a cell is 8 I want
it to be formatted so that it reads 00000008. I use
custom format and fill it in with 8 zeros and this seems
to work, but only temporarily. After I save the file and
open it up later the trailing zeros are gone. Any
suggestions how to resolve?

Format the cells with the custom format 00000000
Then when you enter 8 in a cell it will appear as 00000008 and so on.
 
Are you saving the file as an excel workbook?

My guess is your saving it as text (or .csv).

And when you save it as text, all the nice formatting goes away--so you have
trouble when you reopen it.

Can't you just save it as an excel workbook?
 

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