Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I want to remove all periods, hyphens and comma's. The below works but is
there a better solution? =SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(K35,".","")," ",""),"-","") -- Wag more, bark less |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
is there a better solution?
From a formula, not really. The old_text argument can't be an array. That's why you have to nest a new level for every different old_text argument. -- Biff Microsoft Excel MVP "Brad" wrote in message ... I want to remove all periods, hyphens and comma's. The below works but is there a better solution? =SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(K35,".","")," ",""),"-","") -- Wag more, bark less |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thanks.
-- Wag more, bark less "T. Valko" wrote: is there a better solution? From a formula, not really. The old_text argument can't be an array. That's why you have to nest a new level for every different old_text argument. -- Biff Microsoft Excel MVP "Brad" wrote in message ... I want to remove all periods, hyphens and comma's. The below works but is there a better solution? =SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(K35,".","")," ",""),"-","") -- Wag more, bark less |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You're welcome!
-- Biff Microsoft Excel MVP "Brad" wrote in message ... Thanks. -- Wag more, bark less "T. Valko" wrote: is there a better solution? From a formula, not really. The old_text argument can't be an array. That's why you have to nest a new level for every different old_text argument. -- Biff Microsoft Excel MVP "Brad" wrote in message ... I want to remove all periods, hyphens and comma's. The below works but is there a better solution? =SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(K35,".","")," ",""),"-","") -- Wag more, bark less |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Can I substitute a conditional parameter in every formula on page | Excel Worksheet Functions | |||
how do I repeatedly substitute a value in a formula | Excel Worksheet Functions | |||
SUBSTITUTE formula -- variable spacing between parameters?? | Excel Worksheet Functions | |||
Nesting the SUBSTITUTE formula | Excel Worksheet Functions | |||
Substitute Formula | Excel Worksheet Functions |