+ Reply to Thread
Results 1 to 3 of 3

wildcard characters

  1. #1
    Hasty
    Guest

    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

  2. #2
    Ron de Bruin
    Guest

    Re: wildcard characters

    If I understand you correct

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


    --
    Regards Ron de Bruin
    http://www.rondebruin.nl



    "Hasty" <[email protected]> wrote in message news:[email protected]...
    > 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. #3
    Roger Govier
    Guest

    Re: wildcard characters

    Hi Hasty

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

    to change D19 (D23) to D19D23
    --
    Regards

    Roger Govier


    "Hasty" <[email protected]> wrote in message
    news:[email protected]...
    > 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 to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1