+ Reply to Thread
Results 1 to 3 of 3

Comparing prospect and buyers lists

  1. #1
    twd
    Guest

    Comparing prospect and buyers lists

    I am trying to help out our marketing department and so far the only thing I
    have accomplished is to turn myself into a drooling idiot.

    My problem: We have two worksheets, the first is a list of names/emails of
    prospects and the second is a list of names/emails of people who have
    actually bought our product. Marketing wants to send an email to the people
    on the prospects list that are NOT already buyers.

    How can I compare the two lists, removing the names that are buyers but
    otherwise leaving the prospect list intact?

    I am using Office 2003.

    Thanks for the help

  2. #2
    Bob Phillips
    Guest

    Re: Comparing prospect and buyers lists

    I would suggest copying it to another worksheet.

    On the prospects list, in column C add a formula of

    =IF(COUNTIF('buyers'!$A$2:$A$100,A2)>0,"","Prospect")

    and copy down.

    Then either
    - filetr the data based on a value of Prospect (Data>Filter>Autofilter) and
    copy the visible rows to another worksheet
    - copy the rows using advanced filter (Data>Filter>Advanced Filter) using a
    criteria of 'Prospect' to another worksheet

    --

    HTH

    RP
    (remove nothere from the email address if mailing direct)


    "twd" <twd@discussions.microsoft.com> wrote in message
    news:474578EE-D95E-4290-B4B1-26CCC9760DA9@microsoft.com...
    > I am trying to help out our marketing department and so far the only thing

    I
    > have accomplished is to turn myself into a drooling idiot.
    >
    > My problem: We have two worksheets, the first is a list of names/emails of
    > prospects and the second is a list of names/emails of people who have
    > actually bought our product. Marketing wants to send an email to the

    people
    > on the prospects list that are NOT already buyers.
    >
    > How can I compare the two lists, removing the names that are buyers but
    > otherwise leaving the prospect list intact?
    >
    > I am using Office 2003.
    >
    > Thanks for the help




  3. #3
    twd
    Guest

    Re: Comparing prospect and buyers lists

    That worked, thanks a bunch.

    "Bob Phillips" wrote:

    > I would suggest copying it to another worksheet.
    >
    > On the prospects list, in column C add a formula of
    >
    > =IF(COUNTIF('buyers'!$A$2:$A$100,A2)>0,"","Prospect")
    >
    > and copy down.
    >
    > Then either
    > - filetr the data based on a value of Prospect (Data>Filter>Autofilter) and
    > copy the visible rows to another worksheet
    > - copy the rows using advanced filter (Data>Filter>Advanced Filter) using a
    > criteria of 'Prospect' to another worksheet
    >
    > --
    >
    > HTH
    >
    > RP
    > (remove nothere from the email address if mailing direct)
    >
    >
    > "twd" <twd@discussions.microsoft.com> wrote in message
    > news:474578EE-D95E-4290-B4B1-26CCC9760DA9@microsoft.com...
    > > I am trying to help out our marketing department and so far the only thing

    > I
    > > have accomplished is to turn myself into a drooling idiot.
    > >
    > > My problem: We have two worksheets, the first is a list of names/emails of
    > > prospects and the second is a list of names/emails of people who have
    > > actually bought our product. Marketing wants to send an email to the

    > people
    > > on the prospects list that are NOT already buyers.
    > >
    > > How can I compare the two lists, removing the names that are buyers but
    > > otherwise leaving the prospect list intact?
    > >
    > > I am using Office 2003.
    > >
    > > Thanks for the help

    >
    >
    >


+ 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