leading 0 (zero)

J

John Bundy

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")
 
S

SteveW

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
 
Top