![]() |
wildcard characters
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 |
wildcard characters
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 |
wildcard characters
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 |
All times are GMT +1. The time now is 10:16 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com