Replacing spaces in text, with another character

  • Thread starter Thread starter PCLIVE
  • Start date Start date
P

PCLIVE

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
 
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.
 

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

Back
Top