+ Reply to Thread
Results 1 to 6 of 6

Index/Lookup two variables across multiple sheets

Hybrid View

  1. #1
    Registered User
    Join Date
    08-13-2014
    Location
    Hobart
    MS-Off Ver
    2013
    Posts
    32

    Index/Lookup two variables across multiple sheets

    I have a list of unique entries and want to look up information in adjacent sheets that correspond to entries in that list using a formula.

    Index and Match (my trusty friend) falls short here.

    The example I have attached is for conceptual purposes, I can't combine my real dataset.

    I hope someone can assist.

    Thanks,
    André
    Attached Files Attached Files

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

    Re: Index/Lookup two variables across multiple sheets

    use indirect to get sheet
    Attached Files Attached Files
    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 Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,788

    Re: Index/Lookup two variables across multiple sheets

    In B2 Cell of Summary Sheet


    =IFERROR(INDEX(INDIRECT("'"&$A2&"'!B:B"),MATCH(B$1,INDIRECT("'"&$A2&"'!A:A"),0)),"")


    Drag it down and right...


    If your problem is solved, then please mark the thread as SOLVED>>Above your first post>>Thread Tools>>
    Mark your thread as Solved


    If the suggestion helps you, then Click *below to Add Reputation

  4. #4
    Registered User
    Join Date
    08-13-2014
    Location
    Hobart
    MS-Off Ver
    2013
    Posts
    32

    Re: Index/Lookup two variables across multiple sheets

    Thanks a lot, both of you. It does exactly what I need, but could I get you to explain how it works though?

  5. #5
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,788

    Re: Index/Lookup two variables across multiple sheets

    Read the definitions of each functions Or make use of Evaluate button under the Formula's Tab (While using Evaluate the cursor should be in formula cell)

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

    Re: Index/Lookup two variables across multiple sheets

    indirect is pretty easy to understand

    look under Create a Reference To a Different Sheet
    http://www.contextures.com/xlFunctions05.html

+ 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. LOOKUP Array & Index Function (Search data across multiple sheets)
    By dizzle in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 07-02-2013, 09:26 AM
  2. Replies: 2
    Last Post: 04-28-2013, 05:55 PM
  3. [SOLVED] INDEX/MATCH Multiple Worsheets Multiple Variables
    By Jadvancing in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 01-28-2013, 06:42 PM
  4. Lookup (multiple variables)
    By stevenpwhite in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 12-16-2005, 08:40 AM
  5. Index Match function for multiple linked variables
    By Bob in forum Excel Formulas & Functions
    Replies: 13
    Last Post: 11-22-2005, 09:00 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