I have a formula
=INDEX(Sheet_1_crosstab.csv!$D:$D,MATCH(1,(A2=Sheet_1_crosstab.csv!$B:$B)*(B2=Sheet_1_crosstab.csv!$C:$C),0))
It's great for giving me the first result from Column D in my Sheet_1)crosstab.csv that matches my 2 different criteria. What I can't figure out is how to get the 2nd, 3rd.....xth result (should there be one) as well.
I don't mind how that looks, either the result in the next column or in the same cell with a comma etc etc
Any help much appreciated!
Thanks
Tom
=INDEX(Sheet_1_crosstab.csv!$D:$D,MATCH(1,(A2=Sheet_1_crosstab.csv!$B:$B)*(B2=Sheet_1_crosstab.csv!$C:$C),0))
It's great for giving me the first result from Column D in my Sheet_1)crosstab.csv that matches my 2 different criteria. What I can't figure out is how to get the 2nd, 3rd.....xth result (should there be one) as well.
I don't mind how that looks, either the result in the next column or in the same cell with a comma etc etc
Any help much appreciated!
Thanks
Tom