Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I need to change a to digit format cell to text. the thing is the numbers are like this: First Digit 0, next a 1-9 Number ej. 01,02,03...09 However, when i convert to text, the leading zero disappears. How can I avoid that. thanks |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
try =TEXT(A1,"00") -- Regards Frank Kabel Frankfurt, Germany German wrote: Hi, I need to change a to digit format cell to text. the thing is the numbers are like this: First Digit 0, next a 1-9 Number ej. 01,02,03...09 However, when i convert to text, the leading zero disappears. How can I avoid that. thanks |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
thanks Frank!
"Frank Kabel" wrote: Hi try =TEXT(A1,"00") -- Regards Frank Kabel Frankfurt, Germany German wrote: Hi, I need to change a to digit format cell to text. the thing is the numbers are like this: First Digit 0, next a 1-9 Number ej. 01,02,03...09 However, when i convert to text, the leading zero disappears. How can I avoid that. thanks |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Need 7 digit number with differnt number of leading zeros | Excel Discussion (Misc queries) | |||
How to copy a number into a text cell, keeping leading zeros? | Charts and Charting in Excel | |||
leading zeros when uploading a number from text file | Excel Discussion (Misc queries) | |||
zero supress leading zeros when chg format from text to number | Excel Worksheet Functions | |||
Force a Number to be Formatted as Text (keep leading 0's) | Excel Programming |