+ Reply to Thread
Results 1 to 7 of 7

Excel 2007 : Vlookup Help

  1. #1
    Registered User
    Join Date
    04-09-2011
    Location
    DFW
    MS-Off Ver
    Excel 2007
    Posts
    22

    Vlookup Help

    Good day all,
    Thank you in advance for your help.

    I have a workbook (we'll call A) showing me loan numbers, associate names and Decision Status (all of which have been filtered to show Open Conditions remain). I need scrubbed against this list another workbook (we'll call B) to find out which of these in A have Exceptions requested so they can be removed from the first workbook or Master. Workbook B simply contains loan numbers, Decision status (filtered to Open conditions) and whether the Exception is requested.
    My first attempt was to create the following vlookup formula in A under the Open Conditions tab (since this is a common column found in both) then simply filter out the NAs and delete them.

    =vlookup(A2,'SheetB'!A9:C12000,3,false)

    A2= Loan number - lookup value
    A9 = C12000 on Sheet B are loan numbers, exception granted, and open conditions - table array
    Colum index 3 is open conditions -

    This returns results of all NAs. Now I know for a fact that there are at least 200 files that can be found as duplicates.

    I have tried various version of this and cannot seem to get the desired result.

    I hope that is enough info. Thank you again
    Last edited by markharper80; 04-09-2011 at 03:54 PM.

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Vlookup Help

    Perhaps, if you have loan numbers, then they may not be formatted properly as numbers.

    Try selecting column A of SheetB and then go to Data|Text to Columns.. then click Finish.
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  3. #3
    Registered User
    Join Date
    04-09-2011
    Location
    DFW
    MS-Off Ver
    Excel 2007
    Posts
    22

    Re: Vlookup Help

    Thanks for the quick reply. no luck udpating the text to columns though.

  4. #4
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: Vlookup Help

    How about?

    =vlookup(A2+0,'SheetB'!A9:C12000,3,false)

  5. #5
    Registered User
    Join Date
    04-09-2011
    Location
    DFW
    MS-Off Ver
    Excel 2007
    Posts
    22

    Re: Vlookup Help

    Still no luck. Here is a dummy excel sheet with what I am doing. Thanks again for your help.

    I am trying to find any matches from B in A so that I may remove them from A.
    Attached Files Attached Files

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

    Re: Vlookup Help

    If you put absolute referencing on the B! range you'll find there are 101 matches when you drag your formula down. So use:

    =VLOOKUP(A2,B!$A$2:$C$166,2,FALSE)

    matches are found from rows 156 to 256

  7. #7
    Registered User
    Join Date
    04-09-2011
    Location
    DFW
    MS-Off Ver
    Excel 2007
    Posts
    22

    Re: Vlookup Help

    That got it, thank you!

+ 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