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.
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.