I need to have the number show as 00000001 but the 0 will not sta.

J

Janet

I need my number to have the prefix 0's left in place. Is there something I
need to turn off to get the 0's to show before a number?
 
D

Dave Peterson

If you can treat the value as text, just precede your entry with an apostrophe:

'0000123

If you want to have a numeric value in that cell, just type it normally, but
format the cell to show the leading 0's:

Format|Cells|number tab|custom category
Type: 0000000
(as many leading 0's as you need)
 
J

Janet

Thank you Dave, your a lifesaver!

Dave Peterson said:
If you can treat the value as text, just precede your entry with an apostrophe:

'0000123

If you want to have a numeric value in that cell, just type it normally, but
format the cell to show the leading 0's:

Format|Cells|number tab|custom category
Type: 0000000
(as many leading 0's as you need)
 

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

Top