I have a workbook containing various worksheets. One of these worksheet contains a table of expected results related to specific programs. I have created a template that enable the selection of one of the specific program which when selected have all related expected results automatically appears. I have entered the following formulas
=INDEX('LIST OF EXPECTED RESULTS'!$D$2:$D$51;MATCH($C$4;'LIST OF EXPECTED RESULTS'!$C$2:$C$51;0))
which works great for the first one, (and good for the second one if I switch the 0 for a 1) but not for the next which can be up to multiple instances. I have already tried the example provided by another user which consist of: =INDEX($C$2:$C$6, SMALL(IF($B$8=$B$2:$B$6, ROW($B$2:$B$6)-MIN(ROW($B$2:$B$6))+1, ""), ROW(A1))) (p.s. not the right info, only example) the control+shift+enter does not work as Excel return my formula has being erronous, therefore not allowing me to click ok.
Can someone help me resolve my dilema, please? Thank you for all your assistance.
Michelle
=INDEX('LIST OF EXPECTED RESULTS'!$D$2:$D$51;MATCH($C$4;'LIST OF EXPECTED RESULTS'!$C$2:$C$51;0))
which works great for the first one, (and good for the second one if I switch the 0 for a 1) but not for the next which can be up to multiple instances. I have already tried the example provided by another user which consist of: =INDEX($C$2:$C$6, SMALL(IF($B$8=$B$2:$B$6, ROW($B$2:$B$6)-MIN(ROW($B$2:$B$6))+1, ""), ROW(A1))) (p.s. not the right info, only example) the control+shift+enter does not work as Excel return my formula has being erronous, therefore not allowing me to click ok.
Can someone help me resolve my dilema, please? Thank you for all your assistance.
Michelle