+ Reply to Thread
Results 1 to 12 of 12

Challenging Duplicate Question...

  1. #1
    Registered User
    Join Date
    06-08-2005
    Posts
    9

    Question Challenging Duplicate Question...

    I have worksheet A with column A with e-mail addresses[email protected])...
    In worksheet B column A with URL's:
    www.somewhere.com----

    I would like to check worksheet A e-mail addresses against the URL's of worksheet B...meaning somehow come up with a function to display in column B of worksheet A "ADVERTISER".

    So in theory, I have to use something like
    =IF(COUNTIF($A$1:a1,A1)>1, "ADVERTISER", "Non-advertiser"
    but gear it to after the @ in worksheet A. And since all the e-mail addresses are different, can't use character count. It would also reference the URL's in workshhet B and since they are all www. I could use character count or something...

    If someone could HELP me, I would be so thankful.

  2. #2
    Duke Carey
    Guest

    RE: Challenging Duplicate Question...

    Why not just split the e-mail addresses by using
    Data>Text-To-Columns>Delimited and telling Excel to use the @ sign as the
    delimiter. Then you'd have the domain name separately & you could prefix it
    with the WWW. if you wanted to, in order to simplify the comparisons.


    "rae820" wrote:

    >
    > I have worksheet A with column A with e-mail
    > addresses[email protected])...
    > In worksheet B column A with URL's:
    > www.somewhere.com----
    >
    > I would like to check worksheet A e-mail addresses against the URL's of
    > worksheet B...meaning somehow come up with a function to display in
    > column B of worksheet A "ADVERTISER".
    >
    > So in theory, I have to use something like
    > =IF(COUNTIF($A$1:a1,A1)>1, "ADVERTISER", "Non-advertiser"
    > but gear it to after the @ in worksheet A. And since all the e-mail
    > addresses are different, can't use character count. It would also
    > reference the URL's in workshhet B and since they are all www. I could
    > use character count or something...
    >
    > If someone could HELP me, I would be so thankful.
    >
    >
    > --
    > rae820
    > ------------------------------------------------------------------------
    > rae820's Profile: http://www.excelforum.com/member.php...o&userid=24135
    > View this thread: http://www.excelforum.com/showthread...hreadid=377527
    >
    >


  3. #3
    Registered User
    Join Date
    06-08-2005
    Posts
    9
    thank you so much. I guess I didn't look at it like that at all. Just needed to step outside the box on that I guess

  4. #4
    Duke Carey
    Guest

    RE: Challenging Duplicate Question...

    Why not just split the e-mail addresses by using
    Data>Text-To-Columns>Delimited and telling Excel to use the @ sign as the
    delimiter. Then you'd have the domain name separately & you could prefix it
    with the WWW. if you wanted to, in order to simplify the comparisons.


    "rae820" wrote:

    >
    > I have worksheet A with column A with e-mail
    > addresses[email protected])...
    > In worksheet B column A with URL's:
    > www.somewhere.com----
    >
    > I would like to check worksheet A e-mail addresses against the URL's of
    > worksheet B...meaning somehow come up with a function to display in
    > column B of worksheet A "ADVERTISER".
    >
    > So in theory, I have to use something like
    > =IF(COUNTIF($A$1:a1,A1)>1, "ADVERTISER", "Non-advertiser"
    > but gear it to after the @ in worksheet A. And since all the e-mail
    > addresses are different, can't use character count. It would also
    > reference the URL's in workshhet B and since they are all www. I could
    > use character count or something...
    >
    > If someone could HELP me, I would be so thankful.
    >
    >
    > --
    > rae820
    > ------------------------------------------------------------------------
    > rae820's Profile: http://www.excelforum.com/member.php...o&userid=24135
    > View this thread: http://www.excelforum.com/showthread...hreadid=377527
    >
    >


  5. #5
    Duke Carey
    Guest

    RE: Challenging Duplicate Question...

    Why not just split the e-mail addresses by using
    Data>Text-To-Columns>Delimited and telling Excel to use the @ sign as the
    delimiter. Then you'd have the domain name separately & you could prefix it
    with the WWW. if you wanted to, in order to simplify the comparisons.


    "rae820" wrote:

    >
    > I have worksheet A with column A with e-mail
    > addresses[email protected])...
    > In worksheet B column A with URL's:
    > www.somewhere.com----
    >
    > I would like to check worksheet A e-mail addresses against the URL's of
    > worksheet B...meaning somehow come up with a function to display in
    > column B of worksheet A "ADVERTISER".
    >
    > So in theory, I have to use something like
    > =IF(COUNTIF($A$1:a1,A1)>1, "ADVERTISER", "Non-advertiser"
    > but gear it to after the @ in worksheet A. And since all the e-mail
    > addresses are different, can't use character count. It would also
    > reference the URL's in workshhet B and since they are all www. I could
    > use character count or something...
    >
    > If someone could HELP me, I would be so thankful.
    >
    >
    > --
    > rae820
    > ------------------------------------------------------------------------
    > rae820's Profile: http://www.excelforum.com/member.php...o&userid=24135
    > View this thread: http://www.excelforum.com/showthread...hreadid=377527
    >
    >


  6. #6
    Duke Carey
    Guest

    RE: Challenging Duplicate Question...

    Why not just split the e-mail addresses by using
    Data>Text-To-Columns>Delimited and telling Excel to use the @ sign as the
    delimiter. Then you'd have the domain name separately & you could prefix it
    with the WWW. if you wanted to, in order to simplify the comparisons.


    "rae820" wrote:

    >
    > I have worksheet A with column A with e-mail
    > addresses[email protected])...
    > In worksheet B column A with URL's:
    > www.somewhere.com----
    >
    > I would like to check worksheet A e-mail addresses against the URL's of
    > worksheet B...meaning somehow come up with a function to display in
    > column B of worksheet A "ADVERTISER".
    >
    > So in theory, I have to use something like
    > =IF(COUNTIF($A$1:a1,A1)>1, "ADVERTISER", "Non-advertiser"
    > but gear it to after the @ in worksheet A. And since all the e-mail
    > addresses are different, can't use character count. It would also
    > reference the URL's in workshhet B and since they are all www. I could
    > use character count or something...
    >
    > If someone could HELP me, I would be so thankful.
    >
    >
    > --
    > rae820
    > ------------------------------------------------------------------------
    > rae820's Profile: http://www.excelforum.com/member.php...o&userid=24135
    > View this thread: http://www.excelforum.com/showthread...hreadid=377527
    >
    >


  7. #7
    Duke Carey
    Guest

    RE: Challenging Duplicate Question...

    Why not just split the e-mail addresses by using
    Data>Text-To-Columns>Delimited and telling Excel to use the @ sign as the
    delimiter. Then you'd have the domain name separately & you could prefix it
    with the WWW. if you wanted to, in order to simplify the comparisons.


    "rae820" wrote:

    >
    > I have worksheet A with column A with e-mail
    > addresses[email protected])...
    > In worksheet B column A with URL's:
    > www.somewhere.com----
    >
    > I would like to check worksheet A e-mail addresses against the URL's of
    > worksheet B...meaning somehow come up with a function to display in
    > column B of worksheet A "ADVERTISER".
    >
    > So in theory, I have to use something like
    > =IF(COUNTIF($A$1:a1,A1)>1, "ADVERTISER", "Non-advertiser"
    > but gear it to after the @ in worksheet A. And since all the e-mail
    > addresses are different, can't use character count. It would also
    > reference the URL's in workshhet B and since they are all www. I could
    > use character count or something...
    >
    > If someone could HELP me, I would be so thankful.
    >
    >
    > --
    > rae820
    > ------------------------------------------------------------------------
    > rae820's Profile: http://www.excelforum.com/member.php...o&userid=24135
    > View this thread: http://www.excelforum.com/showthread...hreadid=377527
    >
    >


  8. #8
    Duke Carey
    Guest

    RE: Challenging Duplicate Question...

    Why not just split the e-mail addresses by using
    Data>Text-To-Columns>Delimited and telling Excel to use the @ sign as the
    delimiter. Then you'd have the domain name separately & you could prefix it
    with the WWW. if you wanted to, in order to simplify the comparisons.


    "rae820" wrote:

    >
    > I have worksheet A with column A with e-mail
    > addresses[email protected])...
    > In worksheet B column A with URL's:
    > www.somewhere.com----
    >
    > I would like to check worksheet A e-mail addresses against the URL's of
    > worksheet B...meaning somehow come up with a function to display in
    > column B of worksheet A "ADVERTISER".
    >
    > So in theory, I have to use something like
    > =IF(COUNTIF($A$1:a1,A1)>1, "ADVERTISER", "Non-advertiser"
    > but gear it to after the @ in worksheet A. And since all the e-mail
    > addresses are different, can't use character count. It would also
    > reference the URL's in workshhet B and since they are all www. I could
    > use character count or something...
    >
    > If someone could HELP me, I would be so thankful.
    >
    >
    > --
    > rae820
    > ------------------------------------------------------------------------
    > rae820's Profile: http://www.excelforum.com/member.php...o&userid=24135
    > View this thread: http://www.excelforum.com/showthread...hreadid=377527
    >
    >


  9. #9
    Duke Carey
    Guest

    RE: Challenging Duplicate Question...

    Why not just split the e-mail addresses by using
    Data>Text-To-Columns>Delimited and telling Excel to use the @ sign as the
    delimiter. Then you'd have the domain name separately & you could prefix it
    with the WWW. if you wanted to, in order to simplify the comparisons.


    "rae820" wrote:

    >
    > I have worksheet A with column A with e-mail
    > addresses[email protected])...
    > In worksheet B column A with URL's:
    > www.somewhere.com----
    >
    > I would like to check worksheet A e-mail addresses against the URL's of
    > worksheet B...meaning somehow come up with a function to display in
    > column B of worksheet A "ADVERTISER".
    >
    > So in theory, I have to use something like
    > =IF(COUNTIF($A$1:a1,A1)>1, "ADVERTISER", "Non-advertiser"
    > but gear it to after the @ in worksheet A. And since all the e-mail
    > addresses are different, can't use character count. It would also
    > reference the URL's in workshhet B and since they are all www. I could
    > use character count or something...
    >
    > If someone could HELP me, I would be so thankful.
    >
    >
    > --
    > rae820
    > ------------------------------------------------------------------------
    > rae820's Profile: http://www.excelforum.com/member.php...o&userid=24135
    > View this thread: http://www.excelforum.com/showthread...hreadid=377527
    >
    >


  10. #10
    Duke Carey
    Guest

    RE: Challenging Duplicate Question...

    Why not just split the e-mail addresses by using
    Data>Text-To-Columns>Delimited and telling Excel to use the @ sign as the
    delimiter. Then you'd have the domain name separately & you could prefix it
    with the WWW. if you wanted to, in order to simplify the comparisons.


    "rae820" wrote:

    >
    > I have worksheet A with column A with e-mail
    > addresses[email protected])...
    > In worksheet B column A with URL's:
    > www.somewhere.com----
    >
    > I would like to check worksheet A e-mail addresses against the URL's of
    > worksheet B...meaning somehow come up with a function to display in
    > column B of worksheet A "ADVERTISER".
    >
    > So in theory, I have to use something like
    > =IF(COUNTIF($A$1:a1,A1)>1, "ADVERTISER", "Non-advertiser"
    > but gear it to after the @ in worksheet A. And since all the e-mail
    > addresses are different, can't use character count. It would also
    > reference the URL's in workshhet B and since they are all www. I could
    > use character count or something...
    >
    > If someone could HELP me, I would be so thankful.
    >
    >
    > --
    > rae820
    > ------------------------------------------------------------------------
    > rae820's Profile: http://www.excelforum.com/member.php...o&userid=24135
    > View this thread: http://www.excelforum.com/showthread...hreadid=377527
    >
    >


  11. #11
    Duke Carey
    Guest

    RE: Challenging Duplicate Question...

    Why not just split the e-mail addresses by using
    Data>Text-To-Columns>Delimited and telling Excel to use the @ sign as the
    delimiter. Then you'd have the domain name separately & you could prefix it
    with the WWW. if you wanted to, in order to simplify the comparisons.


    "rae820" wrote:

    >
    > I have worksheet A with column A with e-mail
    > addresses[email protected])...
    > In worksheet B column A with URL's:
    > www.somewhere.com----
    >
    > I would like to check worksheet A e-mail addresses against the URL's of
    > worksheet B...meaning somehow come up with a function to display in
    > column B of worksheet A "ADVERTISER".
    >
    > So in theory, I have to use something like
    > =IF(COUNTIF($A$1:a1,A1)>1, "ADVERTISER", "Non-advertiser"
    > but gear it to after the @ in worksheet A. And since all the e-mail
    > addresses are different, can't use character count. It would also
    > reference the URL's in workshhet B and since they are all www. I could
    > use character count or something...
    >
    > If someone could HELP me, I would be so thankful.
    >
    >
    > --
    > rae820
    > ------------------------------------------------------------------------
    > rae820's Profile: http://www.excelforum.com/member.php...o&userid=24135
    > View this thread: http://www.excelforum.com/showthread...hreadid=377527
    >
    >


  12. #12
    Duke Carey
    Guest

    RE: Challenging Duplicate Question...

    Why not just split the e-mail addresses by using
    Data>Text-To-Columns>Delimited and telling Excel to use the @ sign as the
    delimiter. Then you'd have the domain name separately & you could prefix it
    with the WWW. if you wanted to, in order to simplify the comparisons.


    "rae820" wrote:

    >
    > I have worksheet A with column A with e-mail
    > addresses[email protected])...
    > In worksheet B column A with URL's:
    > www.somewhere.com----
    >
    > I would like to check worksheet A e-mail addresses against the URL's of
    > worksheet B...meaning somehow come up with a function to display in
    > column B of worksheet A "ADVERTISER".
    >
    > So in theory, I have to use something like
    > =IF(COUNTIF($A$1:a1,A1)>1, "ADVERTISER", "Non-advertiser"
    > but gear it to after the @ in worksheet A. And since all the e-mail
    > addresses are different, can't use character count. It would also
    > reference the URL's in workshhet B and since they are all www. I could
    > use character count or something...
    >
    > If someone could HELP me, I would be so thankful.
    >
    >
    > --
    > rae820
    > ------------------------------------------------------------------------
    > rae820's Profile: http://www.excelforum.com/member.php...o&userid=24135
    > View this thread: http://www.excelforum.com/showthread...hreadid=377527
    >
    >


+ 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