leading 0 (zero)

  • Thread starter Thread starter Guest
  • Start date Start date
Several ways to go about it but I use text, note this will change the numbers
to text, replace "000" with total number of digits
=Text(A1,"000")
 
If you want a leading zero, so that all numbers have
a fixed size
use Custom Format 00000 or however many digits you want

Steve
 

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