+ Reply to Thread
Results 1 to 2 of 2

sort starting from a specific character (@ sign) for email addres

  1. #1
    RobJ
    Guest

    sort starting from a specific character (@ sign) for email addres

    I am trying to sort a very large list of email addresses, and I want to start
    the sorts from the "@" symbol in each address. Is this possible?

  2. #2
    Chip Pearson
    Guest

    Re: sort starting from a specific character (@ sign) for email addres

    Insert a column next to your original data and enter the
    following formula and copy down as far as you need to go.

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

    Then sort by this column.


    --
    Cordially,
    Chip Pearson
    Microsoft MVP - Excel
    Pearson Software Consulting, LLC
    www.cpearson.com



    "RobJ" <[email protected]> wrote in message
    news:[email protected]...
    >I am trying to sort a very large list of email addresses, and I
    >want to start
    > the sorts from the "@" symbol in each address. Is this
    > possible?




+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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