How to Separate an email address

  • Thread starter Thread starter Bert Kinney
  • Start date Start date
B

Bert Kinney

Hi,


I have found a formula to separate an email address but would like it to
leave the @

=RIGHT(A1,LEN(A1)-SEARCH("@",A1))

For example, this formula takes (e-mail address removed) and returns no.com

Is there a way to make it return @no.com


Thanks,
Bert
 

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