Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
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? |
#2
![]() |
|||
|
|||
![]()
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? |
#3
![]() |
|||
|
|||
![]()
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? |
#4
![]() |
|||
|
|||
![]()
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)) |
#5
![]() |
|||
|
|||
![]()
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)) |
#7
![]() |
|||
|
|||
![]()
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? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Copy Name and email address from web sites to excel sheet | Excel Discussion (Misc queries) | |||
How do I automatically send daily email of updated Excel workbook. | Excel Discussion (Misc queries) | |||
How do I stop e-mail address from turning into link in Excel? | Excel Discussion (Misc queries) | |||
How do I sort for the maximum values in each year in excel? | Excel Discussion (Misc queries) | |||
how do I sort email address, dedupes,check for errors in a docume. | Excel Discussion (Misc queries) |