View Single Post
 
Old 11-21-2017, 08:04 AM
NBVC's Avatar
NBVC NBVC is offline Windows 10 Office 2013
The Formula Guy
 
Join Date: Mar 2012
Location: Mississauga, CANADA
Posts: 215
NBVC will become famous soon enoughNBVC will become famous soon enough
Default

I realized when I entered the formula in your sheet that I screwed up the formula. The index part should be indirectly referenced too....

=IFERROR(INDEX(INDIRECT("'"&$A3&"'!A:A"),MATCH(10^ 10,INDIRECT("'"&$A3&"'!$A:$A"))),"")

copied down

repeat for each column changing the A:A in the INDEX part to respective column in other sheet.

You may need to format the results to match the type of data you are pulling.
Reply With Quote