wildcard characters

G

Guest

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
 
R

Roger Govier

Hi Hasty

Try
=SUBSTITUTE(SUBSTITUTE(SUBSTITUTE(I4,"(",""),")","")," ","")

to change D19 (D23) to D19D23
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top