fixthis
New Member
I have a workbook consisting of worksheets with the same layout by month (i.e, Jan 2012, Feb 2012). From that I wish to lookup across each of the worksheets and list all category levels and corresponding months for the three criteria in columns B, C and D which are drop down boxes.
This formula works for one of the sheets:
'{=INDEX('May 2012'!$B$9:$B$100,SMALL(IF(($B$9='May 2012'!$C$9:$C$100)*('May 2012'!$I$9:$I$100=$C$9)*('May 2012'!$D$9:$D$100=$D$9),ROW('May 2012'!$B$9:$B$100)-MIN(ROW('May 2012'!$B$9:$B$100))+1),ROW(1:1)))}'
How do I get Excel to list information from all months (all worksheets in the named range MnthTabs)? In this case I only have Jan 2012 through Jul 2012. Also, The result in E9 is the result of the corresponding formula. I added a place for the corresponding month next to it (F9) but I could not figure out how to extract that.
See file at:
https://www.box.com/s/d31ec68ea11ad2505eb2
Any help would be appreciated. Excel 2003, Win 7
My question is also posted here:
http://www.mrexcel.com/forum/showthread.php?648809-Lookup-Across-Multiple-Worksheets-Using-Three-Criteria&highlight=
Thanks
This formula works for one of the sheets:
'{=INDEX('May 2012'!$B$9:$B$100,SMALL(IF(($B$9='May 2012'!$C$9:$C$100)*('May 2012'!$I$9:$I$100=$C$9)*('May 2012'!$D$9:$D$100=$D$9),ROW('May 2012'!$B$9:$B$100)-MIN(ROW('May 2012'!$B$9:$B$100))+1),ROW(1:1)))}'
How do I get Excel to list information from all months (all worksheets in the named range MnthTabs)? In this case I only have Jan 2012 through Jul 2012. Also, The result in E9 is the result of the corresponding formula. I added a place for the corresponding month next to it (F9) but I could not figure out how to extract that.
See file at:
https://www.box.com/s/d31ec68ea11ad2505eb2
Any help would be appreciated. Excel 2003, Win 7
My question is also posted here:
http://www.mrexcel.com/forum/showthread.php?648809-Lookup-Across-Multiple-Worksheets-Using-Three-Criteria&highlight=
Thanks