Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
I'm sure this must be a basic question: I need to have numbers in a
particular column which begin with three leading zeros as in 000123 but Excel automatically discards them. I can't find a format in the number category which retains them. How do I do it please? Thanks |
#2
![]() |
|||
|
|||
![]()
000000
-- HTH RP (remove nothere from the email address if mailing direct) "Jeff" <no_em@ilplease wrote in message ... I'm sure this must be a basic question: I need to have numbers in a particular column which begin with three leading zeros as in 000123 but Excel automatically discards them. I can't find a format in the number category which retains them. How do I do it please? Thanks |
#3
![]() |
|||
|
|||
![]()
If it is always 6 digits use custom format and 000000, if you need to export
it use text format -- Regards, Peo Sjoblom "Jeff" <no_em@ilplease wrote in message ... I'm sure this must be a basic question: I need to have numbers in a particular column which begin with three leading zeros as in 000123 but Excel automatically discards them. I can't find a format in the number category which retains them. How do I do it please? Thanks |
#4
![]() |
|||
|
|||
![]()
Jeff,
Format - Cells - Number - Custom tab: 0000000 -- Earl Kiosterud mvpearl omitthisword at verizon period net ------------------------------------------- "Jeff" <no_em@ilplease wrote in message ... I'm sure this must be a basic question: I need to have numbers in a particular column which begin with three leading zeros as in 000123 but Excel automatically discards them. I can't find a format in the number category which retains them. How do I do it please? Thanks |
#5
![]() |
|||
|
|||
![]()
If formatting doen't help you can use ="000"&A1
Where A1 is the number that won't hold its lead zeroes I've used the following for 5 digits zip codes when mail merge in Word won't hold the lead zeroes in the Northeast (US) =IF(LEN(A1)<2,0,"")&IF(LEN(A1)<3,0,"")&IF(LEN(A1)< 4,0,"") &IF(LEN(A1)<5,0,"")&A1 If any you wish to improve this please post it. -----Original Message----- I'm sure this must be a basic question: I need to have numbers in a particular column which begin with three leading zeros as in 000123 but Excel automatically discards them. I can't find a format in the number category which retains them. How do I do it please? Thanks . |
#6
![]() |
|||
|
|||
![]()
Thanks guys, that did it!
"Jeff" <no_em@ilplease wrote in message ... I'm sure this must be a basic question: I need to have numbers in a particular column which begin with three leading zeros as in 000123 but Excel automatically discards them. I can't find a format in the number category which retains them. How do I do it please? Thanks |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
leading zeros in text format | Excel Discussion (Misc queries) | |||
Format a cell to keep leading zeros. | New Users to Excel | |||
Leading zeros | Excel Discussion (Misc queries) | |||
Telephone number format | Excel Discussion (Misc queries) | |||
How to format a number in Indian style in Excel? | Excel Discussion (Misc queries) |