+ Reply to Thread
Results 1 to 5 of 5

vlookup multiple ranges

  1. #1
    Forum Contributor
    Join Date
    06-17-2013
    Location
    australia
    MS-Off Ver
    Excel 2007
    Posts
    247

    vlookup multiple ranges

    Is there a way to look at 2 ranges, on two different sheets.. Basically i have 1 list of data on one page and another list of data on the other page and i want the vlookup to look at the cell and check both lists of data.

    Is this possible?

  2. #2
    Forum Expert
    Join Date
    08-12-2012
    Location
    Sydney, Australia
    MS-Off Ver
    Excel 2010
    Posts
    5,636

    Re: vlookup multiple ranges

    can you not run iferror vlookup on this range gives error look up next?
    If you are satisfied with the solution(s) provided, please mark your thread as Solved.
    Select Thread Tools-> Mark thread as Solved. To undo, select Thread Tools-> Mark thread as Unsolved.

  3. #3
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,906

    Re: vlookup multiple ranges

    Are you expecting there to be just one match over the two lists, or more than one? If the latter, then VLOOKUP won't be sufficient. More detail would help.
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

  4. #4
    Forum Contributor
    Join Date
    06-17-2013
    Location
    australia
    MS-Off Ver
    Excel 2007
    Posts
    247

    Re: vlookup multiple ranges

    just one match.

  5. #5
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: vlookup multiple ranges

    Try something like this...

    =IFERROR(VLOOKUP(A2,Sheet1!A:B,2,0),IFERROR(VLOOKUP(A2,Sheet2!A:B,2,0),""))
    Biff
    Microsoft MVP Excel
    Keep It Simple Stupid

    Let's Go Pens. We Want The Cup.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 0
    Last Post: 10-15-2012, 07:24 AM
  2. Can a =vlookup() consider multiple ranges of criteria?
    By MacroPolo in forum Excel General
    Replies: 3
    Last Post: 08-01-2012, 05:07 PM
  3. Vlookup in a macro for multiple ranges, Help?
    By ad9051 in forum Excel General
    Replies: 5
    Last Post: 12-05-2010, 06:48 AM
  4. Vlookup on multiple matches in multple ranges
    By sflemings in forum Excel General
    Replies: 4
    Last Post: 01-20-2010, 09:48 AM
  5. multiple ranges on Vlookup
    By lpj in forum Excel General
    Replies: 19
    Last Post: 01-11-2006, 01:50 PM

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