Organizing a column for what's after the @

  • Thread starter Jorge E. Jaramillo
  • Start date
J

Jorge E. Jaramillo

I have a table with a 2 columns, in one there are the names of people and on
the other one there are the email addresses of those people. Addresses and
people have been gathered through some time and they have no specific order.
Some of them work for the same organizations and I would like to send the
same email to the people of the same company.

So my question is, is there a way to organize the columns according to the
server of the email addresses?

Thanks in advance

Jorge E Jaramillo
 
O

ozgrid.com

Use;

=MID(A1,FIND("@",A1)+1,256)

To extract the domain name and then sort by that Column.
 

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

Top