Display Leading Zeros

  • Thread starter Thread starter Doug
  • Start date Start date
D

Doug

You might need to use Text Format OR not use text format
and use another column and use something like: for
example 0000304 comes in as 304 in cell C12. Then in B12 I
would put:
=REPT("0",7-LEN(VALUE(C12)))&VALUE(C12)

And then Copy / Paste Special / Values
-----Original Message-----
How do I keep Excel from truncating leading zeros in
cells? For example how do I keep 0000304 from becoming 304?
 
Simply put a single quote ( ' ) at the start of the data in excel. fo
eg: you might want to enter '0000304 for excel to enter data 0000304

ptapari
 

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

Similar Threads

Display Leading Zeros 2
SUM / COUNT formula 3
blank column condition 4
Leading Zero as value not appearance 2
Overriding zero-strings with previous line constant 2
Formula 2
Leading Zero 11
Formula 6

Back
Top