+ Reply to Thread
Results 1 to 6 of 6

Excel 2007 : Need to match data and find missing

  1. #1
    Registered User
    Join Date
    04-02-2011
    Location
    Mumbai, India
    MS-Off Ver
    Excel 2003
    Posts
    3

    Need to match data and find missing

    Hi, i am a user on a Paid to Click site and i try to maintain data on how my referrals click on a spread sheet. Im having problems using the ISNA and the VLOOK UP formulas. I import data from the site that im using everyday. Some times referrals which do not perform get replaced. So, in my sheet i want to find out the referrals which have been replaced.

    I have been searching on google on how to solve this problem and i still haven't been able to understand these 2 functions.

    I have 2 sheets namely "input" and "daily clicks". The input sheet is where i import data daily from the site. The daily clicks sheet is used to record the referrals performance.

    I want the "missing" or "replaced referrals" to show up on the daily clicks sheet after i import the data in the "input" sheet.

    The "referral since" column is sorted as per Oldest to Newest. And the "referral id" column is sorted "A to Z".

    Currently, the data in the input sheet is of the date 3rd april. This is the data i want to add to my daily clicks sheet where in the missing referrals will show up.

    I have attached a copy of my sheet so u can understand better.


    I hope im not troubling you guys and i hope u can understand what i have tried to explain :D . Any help will be highly appreciated! thanks!
    Attached Files Attached Files
    Last edited by topgun3406; 04-02-2011 at 07:34 PM.

  2. #2
    Forum Expert Cutter's Avatar
    Join Date
    05-24-2004
    Location
    Ontario,Canada
    MS-Off Ver
    Excel 2010
    Posts
    6,451

    Re: Need to match data and find missing

    You're not troubling anyone.

    You should upload your file directly to this forum instead of providing a link to another site.
    Click on the FAQ button at top of page and follow the links to get instructions for that.

    In the meantime here are some links for you re ISNA() and VLOOKUP()

    http://www.excelfunctions.net/Excel-Isna-Function.html

    http://www.excelfunctions.net/ExcelVlookup.html

    http://www.excelfunctions.net/Excel-...-Tutorial.html

    The typical way to use the ISNA() VLOOKUP() formula is this:

    =IF(ISNA(VLOOKUP(),"something",VLOOKUP())

    The "something" is what you want to display if your VLOOKUP() produces #N/A - in other words when Excel can't find what you tell the VLOOKUP() to look for.

  3. #3
    Registered User
    Join Date
    04-02-2011
    Location
    Mumbai, India
    MS-Off Ver
    Excel 2003
    Posts
    3

    Re: Need to match data and find missing

    I have attached the worksheet after getting the info from the FAQ.

    On my daily clicks sheet , i entered the following formula:

    =IF(ISNA(VLOOKUP(B3, Input!#REF!,1,0)),"MISSING","Okay")

    It shows "okay" for all referrals when it should list the last one as missing. I have attached the worksheet after entering the above formula. The last referral was replaced and hence it should show up as missing.

    Thanks for the links. I understand better now how it works.. but still unable to apply it to my situation :D
    Attached Files Attached Files

  4. #4
    Forum Expert Cutter's Avatar
    Join Date
    05-24-2004
    Location
    Ontario,Canada
    MS-Off Ver
    Excel 2010
    Posts
    6,451

    Re: Need to match data and find missing

    If you simply want to know if an entry on Daily Clicks is present on Input you can use this:

    =IF(COUNTIF(Input!B:B,B3),"Okay","MISSING")

    for the first row and copied down.

  5. #5
    Registered User
    Join Date
    04-02-2011
    Location
    Mumbai, India
    MS-Off Ver
    Excel 2003
    Posts
    3

    Re: Need to match data and find missing

    Quote Originally Posted by Cutter View Post
    If you simply want to know if an entry on Daily Clicks is present on Input you can use this:

    =IF(COUNTIF(Input!B:B,B3),"Okay","MISSING")

    for the first row and copied down.
    Thanks a lot. That works very well!

    You made things really easier for me.. Thanks again

  6. #6
    Forum Expert Cutter's Avatar
    Join Date
    05-24-2004
    Location
    Ontario,Canada
    MS-Off Ver
    Excel 2010
    Posts
    6,451

    Re: Need to match data and find missing

    You're welcome.

    Don't forget to mark your thread as SOLVED.

    Oh, congratulations on India's cricket win.

+ 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