+ Reply to Thread
Results 1 to 5 of 5

can i sort email addresses in vers 2002?

Hybrid View

  1. #1
    Forum Contributor
    Join Date
    08-20-2013
    Location
    north america
    MS-Off Ver
    Excel 2002 YES still in 2025
    Posts
    189

    can i sort email addresses in vers 2002?

    i need to sort them by the bit after the @ sign. (the domain?)
    so xyz@email.com
    comes after 1234@aaa.com.
    is there some way of telling excel... go look for the @ and then copy all that is after it.
    if the result is say on the right then i could sort them by domain name then.
    thanks all
    Last edited by anon125; 05-04-2014 at 12:29 PM.

  2. #2
    Forum Expert
    Join Date
    12-11-2011
    Location
    Netherlands
    MS-Off Ver
    office 365
    Posts
    3,647

    Re: can i sort email addresses in vers 2002?

    =RIGHT(A1,LEN(A1)-FIND("@",A1))
    Try this one
    Willem
    English is not my native language sorry for errors
    Please correct me if I'm completely wrong

  3. #3
    Forum Moderator alansidman's Avatar
    Join Date
    02-02-2010
    Location
    Steamboat Springs, CO
    MS-Off Ver
    MS Office 365 insider Version 2504 Win 11
    Posts
    24,704

    Re: can i sort email addresses in vers 2002?

    Assume your data is in column A. In a helper column, type =RIGHT(A1,LEN(A1)-FIND("@",A1)) and copy down. Then sort on your new column.
    Alan עַם יִשְׂרָאֵל חַי


    Change an Ugly Report with Power Query
    Database Normalization
    Complete Guide to Power Query
    Man's Mind Stretched to New Dimensions Never Returns to Its Original Form

  4. #4
    Forum Guru AlKey's Avatar
    Join Date
    07-20-2009
    Location
    Lakeland, FL USA
    MS-Off Ver
    Microsoft Office 2010/ Office 365
    Posts
    8,903

    Re: can i sort email addresses in vers 2002?

    In B2

    =MID(A2,FIND("@",A2)+1,FIND(".",A2)-FIND("@",A2)-1)

    Apply filter for row 1 and sort by column B

    A
    B
    1
    Address Filter
    2
    xyz@aaa.com. aaa
    3
    xyz@email.com email
    4
    Alex@gmail.com gmail
    5
    Bella@Yahoo.com Yahoo
    If you like my answer please click on * Add Reputation
    Don't forget to mark threads as "Solved" if your problem has been resolved

    "Nothing is so firmly believed as what we least know."
    --Michel de Montaigne

  5. #5
    Forum Contributor
    Join Date
    08-20-2013
    Location
    north america
    MS-Off Ver
    Excel 2002 YES still in 2025
    Posts
    189

    Re: can i sort email addresses in vers 2002?

    thanks a lot guys!

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 1
    Last Post: 09-09-2013, 03:46 PM
  2. email excel file or worksheet as an attachment to multiple email addresses
    By jgeagle5 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 11-16-2009, 03:40 PM
  3. Replies: 6
    Last Post: 08-15-2006, 05:30 AM
  4. Outlook 2002 calendar dates exported to Excel 2002 sort incorrectl
    By scampbell in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 02-22-2006, 02:35 PM
  5. [SOLVED] How to Sort Invalid Email Addresses?
    By la90292 in forum Excel - New Users/Basics
    Replies: 10
    Last Post: 02-10-2006, 01:40 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1