+ Reply to Thread
Results 1 to 4 of 4

Vlookup through multiple sheets of data

Hybrid View

  1. #1
    Registered User
    Join Date
    11-29-2012
    Location
    UK
    MS-Off Ver
    Excel 2010
    Posts
    46

    Vlookup through multiple sheets of data

    Hi,

    Is it possible to have a Vlookup that looks at two tabs? I’m using the current formula in my spreadsheet;

    =IFERROR(VLOOKUP(LEFT(A12,3)&"*",ModelNumber!A:E,3,FALSE),"no match")

    There is approx. 500k rows of data on the ModelNumber sheet. I have however had to add approx. 1 million more rows of data to this, which I’ve had to move some onto a new sheet called “ModelNumber2” due to exceeding the number of rows within a sheet.

    Is there a way to edit my current lookup to get it to also search through the new sheet for the exact same criteria as above? So effectively the Vlookup is looking in the data in both sheets?

    Thanks,
    Last edited by Bandicoot; 12-06-2012 at 10:45 AM.

  2. #2
    Forum Contributor
    Join Date
    09-27-2012
    Location
    London, England
    MS-Off Ver
    2003, 2010
    Posts
    344

    Re: Vlookup through multiple sheets of data

    Hi Bandicoot,

    Try this:

    Formula: copy to clipboard
    =IFERROR(IFERROR(VLOOKUP(LEFT(A12,3)&"*",ModelNumber!A:E,3,FALSE),VLOOKUP(LEFT(A12,3)&"*",ModelNumber2!A:E,3,FALSE)),"No Match")


    Hope it helps.
    If solved kindly remember to mark Thread as solved.
    Click the small star icon at the bottom left of my post if this was useful.

  3. #3
    Registered User
    Join Date
    11-29-2012
    Location
    UK
    MS-Off Ver
    Excel 2010
    Posts
    46

    Re: Vlookup through multiple sheets of data

    Hi kbkumar ,

    Thank you - that's worked great, just what I was after.


  4. #4
    Forum Contributor
    Join Date
    09-27-2012
    Location
    London, England
    MS-Off Ver
    2003, 2010
    Posts
    344

    Re: Vlookup through multiple sheets of data

    You are welcome. Please mark the thread as solved

+ 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