+ Reply to Thread
Results 1 to 4 of 4

Vlookup multiple sheets

  1. #1
    Registered User
    Join Date
    12-01-2014
    Location
    england
    MS-Off Ver
    microsoft excel 2007
    Posts
    5

    Vlookup multiple sheets

    hi,

    Im trying to perform a vlookup across 5 sheets. I have been able to do one easy and two simultaneously using the iferror function but i keep getting errors when i try to expand to more sheets.

    im sure im doing something very simple wrong

    This is my simple 1 lookup and iferror look up i have used -

    =VLOOKUP(A7,'Coffee Bean Shop'!A5:D30,3,FALSE)

    =IFERROR(VLOOKUP(A9,'Coffee Bean Shop'!A5:D30,3,FALSE),VLOOKUP(A9,Miles!A5:D20,3,FALSE))

    but i cant seem to get more than 2 in one formula to work, Basically i need all these 5 lookups in one,


    =VLOOKUP(A6,'Coffee Bean Shop'!A5:D30,3,FALSE)
    =VLOOKUP(A6,Redber!A5:D45,3,FALSE)
    =VLOOKUP(A6,Miles!A5:D30,3,FALSE)
    =VLOOKUP(A6,Rave!A5:D30,3,FALSE)
    =VLOOKUP(A6,Pennine!A5:D60,3,FALSE)

    Am i going about this wrong?

    Any ideas please?

    thankyou

  2. #2
    Forum Expert
    Join Date
    06-08-2012
    Location
    Left the forum!
    MS-Off Ver
    Left the forum!
    Posts
    5,189

    Re: Vlookup multiple sheets

    There is no easy way to perform a lookup across multiple sheets. Given that you only have a small number of sheets, the method that you have tried is probably the easiest way.

    =IFERROR(VLOOKUP(A6,'Coffee Bean Shop'!A5:D30,3,FALSE),
    IFERROR(VLOOKUP(A6,Redber!A5:D45,3,FALSE),
    IFERROR(VLOOKUP(A6,Miles!A5:D30,3,FALSE),
    IFERROR(VLOOKUP(A6,Rave!A5:D30,3,FALSE),
    IFERROR(VLOOKUP(A6,Pennine!A5:D60,3,FALSE),"No Match")))))

    I've split the formula over multiple lines to make it easier for you to follow.

  3. #3
    Registered User
    Join Date
    12-01-2014
    Location
    england
    MS-Off Ver
    microsoft excel 2007
    Posts
    5

    Re: Vlookup multiple sheets

    That great thankyou works perfectly.

  4. #4
    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 sheets

    You need to put an IFERROR in front of each VLOOKUP.

    =IFERROR(VLOOKUP1(...),IFERROR(VLOOKUP2(...),IFERROR(VLOOKUP3(...),etc.
    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: 2
    Last Post: 02-03-2016, 12:46 AM
  2. Macro using VLOOKUP with multiple matches between multiple sheets
    By tripathy69 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 05-19-2014, 10:14 AM
  3. Excel Vlookup, multiple sheets and multiple variables
    By caninekopz in forum Excel General
    Replies: 3
    Last Post: 11-27-2013, 10:33 AM
  4. Vlookup (or index/match) with multiple criteria over multiple sheets
    By Groovicles in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 09-18-2013, 01:56 PM
  5. Vlookup function to return multiple values from multiple sheets
    By bsamant in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 08-13-2013, 11:31 AM
  6. Macro using VLOOKUP with multiple matches between multiple sheets
    By Derrek0204 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 08-16-2011, 06:20 PM
  7. Replies: 8
    Last Post: 03-30-2011, 11:09 AM

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