I am trying to find what tab a value is on. The below is Named SheetList
=LEFT(VLOOKUP($A2,INDIRECT("'"&INDEX(SheetList,MATCH(1,--(COUNTIF(INDIRECT("'"&SheetList&"'!$A$1:$A$1000"),$A2)>0),0))&"'!$A$1:$d$1000"),4,FALSE),FIND(" - ",VLOOKUP($A2,INDIRECT("'"&INDEX(SheetList,MATCH(1,--(COUNTIF(INDIRECT("'"&SheetList&"'!$A$1:$A$1000"),$A2)>0),0))&"'!$A$1:$d$1000"),4,FALSE),1)-1)
with Ctrl-Shift-Enter
The above formula is in Tab column. But it is given the wrong tab name. It is on the Bread tab not the Breakfast tab.
Can anyone see what the issue is or give me a different way to get info?
Using Excel 13.
Breads |
Breakfast |
Cakes |
Cookies |
Ingredients |
Pastries & Sweets |
Pies |
Rolls |
with Ctrl-Shift-Enter
The above formula is in Tab column. But it is given the wrong tab name. It is on the Bread tab not the Breakfast tab.
Can anyone see what the issue is or give me a different way to get info?
Using Excel 13.