+ Reply to Thread
Results 1 to 3 of 3

Tracking Email Delivery Failures

  1. #1
    mheimerl@orionrisk.com
    Guest

    Tracking Email Delivery Failures

    Can someone help me out?
    I have a database of prospect email addresses (Col A) and
    responsible sales person (Col B).
    Let's call this Sheet 1.

    Can I enter a list of rejected email addresses in Col A of Sheet 2, and
    have Excel find those address in sheet 1 and return the name of the
    sales person (Col B Sheet 1) into Col B of Sheet 2?


  2. #2
    Registered User
    Join Date
    07-01-2006
    Posts
    2
    Vlookup.

    If your rejected email address is in Sheet 2, cell A1 then;

    In Sheet 2, cell B1, enter:

    =VLOOKUP(A1,Sheet1!A:B,FALSE)

    And then copy this down.
    Last edited by mishkarella; 07-07-2006 at 08:13 PM.

  3. #3
    Dave Peterson
    Guest

    Re: Tracking Email Delivery Failures

    I bet you meant:

    =VLOOKUP(A1,Sheet1!A:B,2,FALSE)

    mishkarella wrote:
    >
    > Vlookup.
    >
    > If your rejected email address is in Sheet 2, cell A1 then;
    >
    > In Sheet 2, cell B1, enter:
    >
    > =VLOOKUP(A1,Sheet1!A:B,FALSE)
    >
    > And then copy this down.
    >
    > --
    > mishkarella
    > ------------------------------------------------------------------------
    > mishkarella's Profile: http://www.excelforum.com/member.php...o&userid=35974
    > View this thread: http://www.excelforum.com/showthread...hreadid=559521


    --

    Dave Peterson

+ 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