+ Reply to Thread
Results 1 to 3 of 3

Replacing spaces in text, with another character

  1. #1
    PCLIVE
    Guest

    Replacing spaces in text, with another character

    I'm trying to replace spaces with plus signs. The following formula will do
    it for the first space. How can I do this for all the spaces in the text
    string of cell F100?

    =REPLACE(F100,FIND(" ",F100),1,"+")

    Thanks,
    Paul



  2. #2
    Harlan Grove
    Guest

    Re: Replacing spaces in text, with another character

    PCLIVE wrote...
    >I'm trying to replace spaces with plus signs. The following formula will do
    >it for the first space. How can I do this for all the spaces in the text
    >string of cell F100?
    >
    >=REPLACE(F100,FIND(" ",F100),1,"+")


    Use SUBSTITUTE instead of REPLACE.


  3. #3
    PCLIVE
    Guest

    Re: Replacing spaces in text, with another character

    Ah yes!

    I knew I had seen it before.

    Thanks a bunch,
    Paul

    "Harlan Grove" <[email protected]> wrote in message
    news:[email protected]...
    > PCLIVE wrote...
    >>I'm trying to replace spaces with plus signs. The following formula will
    >>do
    >>it for the first space. How can I do this for all the spaces in the text
    >>string of cell F100?
    >>
    >>=REPLACE(F100,FIND(" ",F100),1,"+")

    >
    > Use SUBSTITUTE instead of REPLACE.
    >




+ 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