How do I change the format to allow a zero as a first digit?

M

MongoTom

When I input an ID number, they all start with a zero. Excell automatically
removes it. How do I turn off this function?
 
T

T. Valko

One way is to enter the number as a TEXT entry. To do that precede the entry
with an apostrophe like this: '012345. The apostrophe will not be visible in
the cell.
 
B

Bigfoot17

I do this regulalry as I have position numbers which are 5 digits. Format the
cell(s) with Format/Cells then category="Custom" and type=000000. This way
if you enter 16 it will display as 000016. My only caution is that is you
search for 000016 you will not find this cell, you would need to search for
16.
 

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