Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi.
SUBSTITUTE(I4," ("*")","") Why this is not working? and how can i replace characters using wildcard characters. I have a formula that returns a text: ex: D19 ( D23 ) or A1 ( B8 ) I want to replace the bracket with no character. Please Help!!! Thanks |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi Hasty
Try =SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(I4,"(",""),")"," ")," ","") to change D19 (D23) to D19D23 -- Regards Roger Govier "Hasty" wrote in message ... Hi. SUBSTITUTE(I4," ("*")","") Why this is not working? and how can i replace characters using wildcard characters. I have a formula that returns a text: ex: D19 ( D23 ) or A1 ( B8 ) I want to replace the bracket with no character. Please Help!!! Thanks |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
If I understand you correct
=SUBSTITUTE(SUBSTITUTE(I4,"(",""),")","") -- Regards Ron de Bruin http://www.rondebruin.nl "Hasty" wrote in message ... Hi. SUBSTITUTE(I4," ("*")","") Why this is not working? and how can i replace characters using wildcard characters. I have a formula that returns a text: ex: D19 ( D23 ) or A1 ( B8 ) I want to replace the bracket with no character. Please Help!!! Thanks |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Need help on countif and sumif function with dates and wildcard characters | Excel Discussion (Misc queries) | |||
HELP: Wildcard Characters | Excel Discussion (Misc queries) | |||
using wildcard characters for filenames in externally linked files | Excel Discussion (Misc queries) | |||
WildCard Characters | Excel Worksheet Functions | |||
How do I use wildcard characters in Excel 2003 sumif formula? | Excel Worksheet Functions |