+ Reply to Thread
Results 1 to 3 of 3

Is this possible?

  1. #1
    Registered User
    Join Date
    03-14-2006
    Posts
    1

    Is this possible?

    Hi i'm new here, so don't know if this questioin has been answered.

    I have a list of about 500 email addresses, which i need to find out if any of the providers are the same. after the @ symbol.

    So imagine 500 of these addresses, most with different provider, but some will be the same is there any way on excel that i can arrange them by that. A kind of ascending thing, but not using the first part of the name in the cell, but the middle, for instance joe.blogs@wherever.com

    Anyone know if this is possible

    Cheers

    Colin

  2. #2
    Guest

    Re: Is this possible?

    Hi

    You could use a helper column with this in:
    =MID(A2,FIND("@",A2)+1,255)
    to strip out the domain bit, and analyse that.

    Andy.

    "colind" <[email protected]> wrote in
    message news:[email protected]...
    >
    > Hi i'm new here, so don't know if this questioin has been answered.
    >
    > I have a list of about 500 email addresses, which i need to find out if
    > any of the providers are the same. after the @ symbol.
    >
    > So imagine 500 of these addresses, most with different provider, but
    > some will be the same is there any way on excel that i can arrange them
    > by that. A kind of ascending thing, but not using the first part of the
    > name in the cell, but the middle, for instance
    > joe.blogs@*::wherever::*.com
    >
    > Anyone know if this is possible
    >
    > Cheers
    >
    > Colin
    >
    >
    > --
    > colind
    > ------------------------------------------------------------------------
    > colind's Profile:
    > http://www.excelforum.com/member.php...o&userid=32451
    > View this thread: http://www.excelforum.com/showthread...hreadid=522249
    >




  3. #3
    Ron P
    Guest

    Re: Is this possible?

    "colind" <[email protected]> wrote in
    message news:[email protected]...
    >
    > Hi i'm new here, so don't know if this questioin has been answered.
    >
    > I have a list of about 500 email addresses, which i need to find out if
    > any of the providers are the same. after the @ symbol.
    >
    > So imagine 500 of these addresses, most with different provider, but
    > some will be the same is there any way on excel that i can arrange them
    > by that. A kind of ascending thing, but not using the first part of the
    > name in the cell, but the middle, for instance
    > joe.blogs@*::wherever::*.com
    >
    > Anyone know if this is possible


    If all of the email addresses are in one column, insert a blank column to
    the right of this column (if there isn't a blank column already). Highlight
    the column of email addresses and then choose DATA/TEXT TO COLUMNS. Select
    DELIMITED and choose the @ sign as the delimiter. This should move
    everything to the right of the @ sign into the blank column.
    --


+ 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