+ Reply to Thread
Results 1 to 7 of 7

VLOOKUP - Across Multiple Sheets

  1. #1
    Registered User
    Join Date
    07-10-2013
    Location
    USA
    MS-Off Ver
    Excel 2010
    Posts
    86

    VLOOKUP - Across Multiple Sheets

    I'm having trouble with a VLOOKUP and need some help.
    We have customers across various states and each state is further split up into various regions.
    I have a sheet for each state, with its regions and its customers.

    I want to create a VLOOKUP on the summary page, that will look at the respective state and return the result for that particular customer, region and month.

    See attached for clarification.

    Thanks!
    Attached Files Attached Files

  2. #2
    Forum Contributor
    Join Date
    07-13-2015
    Location
    Quebec, Canada
    MS-Off Ver
    2013
    Posts
    232

    Re: VLOOKUP - Across Multiple Sheets

    Can there be more than one region for a customer? If not, in cell E4 and drag down:
    =INDEX(INDIRECT("'"&B4&"'!$F$3:$F$10"),MATCH(C4,INDIRECT("'"&B4&"'!$B$3:$B$10"),0))

  3. #3
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,791

    Re: VLOOKUP - Across Multiple Sheets

    You can use this formula in E4:

    =VLOOKUP(C4,INDIRECT("'"&B4&"'!B3:O10"),MATCH(E$3,INDIRECT("'"&B4&"'!B2:O2"),0),0)

    then copy down.

    Hope this helps.

    Pete

  4. #4
    Forum Expert azumi's Avatar
    Join Date
    12-10-2012
    Location
    YK, Indonesia
    MS-Off Ver
    Excel 2019
    Posts
    2,371

    Re: VLOOKUP - Across Multiple Sheets

    another version

    =LOOKUP(2,1/(INDIRECT("'"&$B4&"'!B3:B10")=$C4),INDEX(INDIRECT("'"&$B4&"'!D3:O10"),0,MATCH($E$3,INDIRECT("'"&$B4&"'!D2:O2"),0)))
    Last edited by azumi; 07-01-2016 at 06:01 PM.

  5. #5
    Registered User
    Join Date
    07-10-2013
    Location
    USA
    MS-Off Ver
    Excel 2010
    Posts
    86

    Re: VLOOKUP - Across Multiple Sheets

    Hey Guys,

    Thanks so much for the help.
    Is it possible to add another dimension to the formula? In other words, can it also look for a match on the region as well?

    Thanx!

  6. #6
    Forum Contributor
    Join Date
    07-13-2015
    Location
    Quebec, Canada
    MS-Off Ver
    2013
    Posts
    232

    Re: VLOOKUP - Across Multiple Sheets

    Hi, try this:

    =INDEX(INDIRECT("'"&B4&"'!$F$3:$F$10"),MATCH(C4&D4,INDIRECT("'"&B4&"'!$B$3:$B$10")&INDIRECT("'"&B4&"'!$C$3:$C$10"),0))

    You have to enter it by pressing CTRL + SHIFT + ENTER

  7. #7
    Registered User
    Join Date
    07-10-2013
    Location
    USA
    MS-Off Ver
    Excel 2010
    Posts
    86

    Re: VLOOKUP - Across Multiple Sheets

    Thanks Guys! They all worked beautifully!

+ 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