+ Reply to Thread
Results 1 to 3 of 3

Dynamic Index Match Match with Indirect

  1. #1
    Registered User
    Join Date
    06-12-2018
    Location
    London
    MS-Off Ver
    2017
    Posts
    1

    Dynamic Index Match Match with Indirect

    Hi

    I'm trying to pull data from many sheets to a sheet called "Catalog", but I'm not getting the results I want.

    I'm currently using this:

    =INDEX(INDIRECT("'"&Sheet_Table[Sheet_List]&"'!A1:B7"),MATCH(A2,INDIRECT("'"&Sheet_Table[Sheet_List]&"'!A1:A7"),0),MATCH("Price",INDIRECT("'"&Sheet_Table[Sheet_List]&"'!A1:B1"),0))

    I need it to pull the price of the items listed in "Catalog" from the sheet where the item is located.

    Thank you!
    Attached Files Attached Files

  2. #2
    Registered User
    Join Date
    11-18-2004
    Location
    Chennai, India
    MS-Off Ver
    Excel 2016,Office 365
    Posts
    35

    Re: Dynamic Index Match Match with Indirect

    =IFNA(VLOOKUP(A2,INDIRECT("'"&$G$2&"'!"&"$a$2:$b$7"),2,FALSE),IFNA(VLOOKUP(A2,INDIRECT("'"&$G$3&"'!"&"$a$2:$b$7"),2,FALSE),IFNA(VLOOKUP(A2,INDIRECT("'"&$G$4&"'!"&"$a$2:$b$7"),2,FALSE),"")))

    this may possibly help you have 3 sheets, for every additional sheet we might have add another condition.

  3. #3
    Forum Moderator
    Join Date
    01-21-2014
    Location
    St. Joseph, Illinois U.S.A.
    MS-Off Ver
    Office 365 v 2403
    Posts
    13,406

    Re: Dynamic Index Match Match with Indirect

    Hello apzoe. Welcome to the forum.

    Edited Added another formula.

    Try in B2:B9 'Catalog'
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Also similar and maybe calculate faster.
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Last edited by FlameRetired; 01-01-2019 at 06:38 PM. Reason: Additional thoughts.
    Dave

+ 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: 8
    Last Post: 09-30-2018, 12:53 PM
  2. [SOLVED] Index/Match and indirect
    By Suede2 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 04-25-2018, 08:46 AM
  3. [SOLVED] sum using indirect index match
    By jpbisani in forum Excel General
    Replies: 4
    Last Post: 04-23-2016, 02:29 PM
  4. [SOLVED] INDEX MATCH, MATCH and ADD for a dynamic scatter gram chart
    By julesmctavish in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 02-12-2016, 10:40 AM
  5. Replies: 6
    Last Post: 11-08-2013, 10:29 PM
  6. Problem with INDEX, INDIRECT, MATCH, MATCH
    By JO505 in forum Excel General
    Replies: 5
    Last Post: 09-01-2011, 05:51 PM
  7. Index/Indirect/Match Help
    By robertsclark in forum Excel General
    Replies: 2
    Last Post: 04-20-2011, 10:24 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