![]() |
sort in excel using end of email address
I need to sort 8300 email addresses by division which is indicated in the
later part of the email. Any idead how I can do this? |
sort in excel using end of email address
Without knowing the exact structure of the email addresses, it is
difficult to answer. However, you can use the MID and/or RIGHT functions to split apart the email addresses in a new column and sort by that column. -- Cordially, Chip Pearson Microsoft MVP - Excel Pearson Software Consulting, LLC www.cpearson.com "kj" wrote in message ... I need to sort 8300 email addresses by division which is indicated in the later part of the email. Any idead how I can do this? |
sort in excel using end of email address
a helper column with just that part
-- Don Guillett SalesAid Software "kj" wrote in message ... I need to sort 8300 email addresses by division which is indicated in the later part of the email. Any idead how I can do this? |
sort in excel using end of email address
hello !
put this in another column, it will retrieve the right part of the email. then sort that result column =RIGHT(A1;LEN(A1)-SEARCH("@";A1)) |
sort in excel using end of email address
The formula didn't work can you explain it to me in a different way?
Thanks Kj "tiah" wrote: hello ! put this in another column, it will retrieve the right part of the email. then sort that result column =RIGHT(A1;LEN(A1)-SEARCH("@";A1)) |
sort in excel using end of email address
OK, so in my reply, I used the wrong reference name. It was tiah's solution
.... not kj's. Sorry for any confusion. "kj" wrote: I need to sort 8300 email addresses by division which is indicated in the later part of the email. Any idead how I can do this? |
All times are GMT +1. The time now is 07:06 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com