removing " marks from imported email addresses

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

how do i remove the ' before and after the email addresses (text) i
imported. for example, it looks like this '(e-mail address removed)' . i
want it to look like this
(e-mail address removed)
i have a large column i need to do this for.
thanks in advance.
 
Hi

Have you tried doing a Find/Replace on the email addresses?

1. Select the email address range eg columns A:A
2. Go Edit>Replace and

Find What: '
Replace With:

(leave Replace With blank)
3. Hit OK

Hope this helps!

Richard
 
=SUBSTITUTE(A1,"'","") assuming the email is in A1.

Note the second argument is an apostrophe enclosed with two double quotation
marks and the third argument is two double quotation marks with nothing in
between them.

Dave
 
Thanks for the help guys. Appreciate it.

RichardSchollar said:
Hi

Have you tried doing a Find/Replace on the email addresses?

1. Select the email address range eg columns A:A
2. Go Edit>Replace and

Find What: '
Replace With:

(leave Replace With blank)
3. Hit OK

Hope this helps!

Richard
 

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