Removing Spaces from string

  • Thread starter Thread starter katmando
  • Start date Start date
K

katmando

I want to be able to remove spaces from a string, that may have
muiltiple words to create a string with no spaces.
For example "sin city" to become "sincity"

The strings will be of a random length and may contain more than 2
words such as "master & commander"

Thanks
 
kat

Search/Replace

Select column

Use " " for search (space)
Use "" for replace (no space)

Beege
 
Select the range
edit|Replace
what: (spacebar)
with: (leave blank)
replace all

is one way
 

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