Remove apostrophe

  • Thread starter Thread starter Pat
  • Start date Start date
P

Pat

Where apostrophes ( ' ) appears in a string can it be removed with a
formula?
 
=SUBSTITUTE(A1,"'"," ")
This will replace the apostrople's in A1 with spaces.........

Vaya con Dios,
Chuck, CABGx3
 
You do realize that you will have a formula that returns a string, and not
the actual string itself.

As an option, you might think about using <Edit> <Replace> instead, where
there is no formula to be eliminated, if that might become necessary.
 

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

Similar Threads


Back
Top