+ Reply to Thread
Results 1 to 3 of 3

V-look up fuction

Hybrid View

  1. #1
    Registered User
    Join Date
    06-08-2007
    Posts
    1

    V-look up fuction

    I'm having trouble using the V-look up function. I have two excel documents open, I need to find if any of the values in the first excel are ALSO in the second excel file. Can anyone please help me step by step? Your advise is much appreciated
    Thanks

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898
    Are you just trying to find if a match exists or are you also returning a corresponding value from another column?

    Also, please indicate the exact names of the workbooks, worksheets and cell references, tables, columns, etc. your are looking from and looking to.
    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
    Forum Contributor
    Join Date
    10-27-2006
    Location
    United Kingdom
    MS-Off Ver
    EXCEL 2003 (2007 at home)
    Posts
    517

    MATCH() rather than VLOOKUP

    I suspect that you might want to use MATCH() rather than VLOOKUP()
    =MATCH(A1,[Book2]Sheet1!$A$1:$A$30,0)
    will check the cells A1 to A30 of Sheet1 in the workbook Book2 to see if any have the same value as cell A1 on the current sheet in the current workbook.

    It will return the position, within the range, of the first cell that matches or it will return #N/A if there are no matches.

    You can then use ISNUMBER(MATCH(....)) to give a TRUE of FALSE result depending on if there are any entries the same in the two workbooks.

    Hope this helps.

    Mark.

+ 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