Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have some data, like this
090308 4213 090308 4213 090308 4213 090308 4214 that have interior spaces and I need them removed without removing the leading zero, I have tried "find replace" and that removes the leading zero. Any ideas?? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Can you use a helper cell?
=substitute(a1," ","") Adam wrote: I have some data, like this 090308 4213 090308 4213 090308 4213 090308 4214 that have interior spaces and I need them removed without removing the leading zero, I have tried "find replace" and that removes the leading zero. Any ideas?? -- Dave Peterson |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
is there a third party addin that works as well
"Dave Peterson" wrote: Can you use a helper cell? =substitute(a1," ","") Adam wrote: I have some data, like this 090308 4213 090308 4213 090308 4213 090308 4214 that have interior spaces and I need them removed without removing the leading zero, I have tried "find replace" and that removes the leading zero. Any ideas?? -- Dave Peterson |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I don't know.
Adam wrote: is there a third party addin that works as well "Dave Peterson" wrote: Can you use a helper cell? =substitute(a1," ","") Adam wrote: I have some data, like this 090308 4213 090308 4213 090308 4213 090308 4214 that have interior spaces and I need them removed without removing the leading zero, I have tried "find replace" and that removes the leading zero. Any ideas?? -- Dave Peterson -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Removing Spaces | Excel Discussion (Misc queries) | |||
removing all spaces | Excel Discussion (Misc queries) | |||
Removing spaces in cell | Excel Worksheet Functions | |||
removing spaces | Excel Discussion (Misc queries) | |||
Removing Spaces in a Cell | Excel Worksheet Functions |