How do I get a leading 0 (zero) in Excell (2003)?
J John Bundy Feb 1, 2007 #2 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")
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 Feb 1, 2007 #5 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
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