Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I had a column of numbers with dashes in between like this 08-188-22-33-0044.
I found and edited out the dashes so it looks like 818822330044. The problem is that it removed the zeros at the beginning of the number and I can't get them to display. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
hi
to display leading zeros, you have to formate the number as text or lead it with an apostophe. You can create a custom format to display a leading zero on the screen but in the formula bar, it will not have the leading zero. and if you copy, paste or export.....no leading zero. formating does not change data, it just changes the way it looks on the screen. regards FSt1 "Tommy Kramer 9" wrote: I had a column of numbers with dashes in between like this 08-188-22-33-0044. I found and edited out the dashes so it looks like 818822330044. The problem is that it removed the zeros at the beginning of the number and I can't get them to display. |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=SUBSTITUTE(A2,"-","")
-- David Biddulph "Tommy Kramer 9" wrote in message ... I had a column of numbers with dashes in between like this 08-188-22-33-0044. I found and edited out the dashes so it looks like 818822330044. The problem is that it removed the zeros at the beginning of the number and I can't get them to display. |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Add an apostrophe before the leading 0 before doing your EditReplace or
whatever editing you used. Or if all numbers the same length, Custom Format to 0000000000000 Gord Dibben MS Excel MVP On Tue, 15 Jan 2008 13:57:01 -0800, Tommy Kramer 9 wrote: I had a column of numbers with dashes in between like this 08-188-22-33-0044. I found and edited out the dashes so it looks like 818822330044. The problem is that it removed the zeros at the beginning of the number and I can't get them to display. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Not displaying a value | Excel Discussion (Misc queries) | |||
Would like help with displaying data if are a certain value is pre | Excel Worksheet Functions | |||
Displaying the Date #3 | Excel Worksheet Functions | |||
Displaying a different value | Excel Discussion (Misc queries) | |||
Displaying #N/A as a zero | Excel Worksheet Functions |