+ Reply to Thread
Results 1 to 2 of 2

Excel 2007 : VLOOKUP Question

  1. #1
    Registered User
    Join Date
    08-27-2010
    Location
    Buffalo, NY
    MS-Off Ver
    Excel 2010
    Posts
    1

    VLOOKUP Question

    Hello,

    I am trying to do a VLOOKUP function on a listing of request ID numbers against another list of request ID numbers to see if there are any missing from the 2nd list. The fist list contains 94 request ID's, while the 2nd list contains 90 request ID's. The 2nd list is essentially the conpleted requests, while the first list all havent nessasarily been completed. I have set the data up so the complete requests are in column A, the original list are in column B, how should the VLOOKUP formula look like?

  2. #2
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: VLOOKUP Question

    A MATCH test would suffice:

    C1: =MATCH($B1,$A$1:$A$90,0)
    copied down to C94
    where B1 holds first of 94 IDs and A1:A90 holds completed IDs

    Where C returns #N/A then incomplete.

+ 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