get information in cell

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

Guest

Hi.
Imagine that i have from a1:a1000 cells with email adress.
I want get all domains in that cells.

supose in A1: (e-mail address removed) A2: (e-mail address removed) A3: (e-mail address removed)

I want one formula that could me give all information after the "@". lik
tes.com, pl.com and kon.org

Because i want manager the domains in my antispam and need to know that kind
of information.

its possible ?
 
=RIGHT(A1, LEN(A1)-FIND("@",A1,1)) if A1 contains your email address.

Priya
 

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