Hello.
I trying to get results from a report I run, and I a, attempting to match a couple criteria.
The report will have more than one row that will match the first criteria. Then, from those, one will match the second. Then I can get the value I'm looking for.
Im using Index/Match for some other formulas, but I think the part that complicating this one is the multiple matches (rows). I have used SMALL before, but I cant quite figure out how to put it all together. Any help is appreciated.
This is what I have so far:
=INDEX(Report!$A$2:$O$132,MATCH(1,(Display!$B4,Report!$A$2:$A$132)*(Display!E$3,Report!$K$2:$K$132),13))
I know I may need to enter as an Array, though would not mind avoiding that...
I trying to get results from a report I run, and I a, attempting to match a couple criteria.
The report will have more than one row that will match the first criteria. Then, from those, one will match the second. Then I can get the value I'm looking for.
Im using Index/Match for some other formulas, but I think the part that complicating this one is the multiple matches (rows). I have used SMALL before, but I cant quite figure out how to put it all together. Any help is appreciated.
This is what I have so far:
=INDEX(Report!$A$2:$O$132,MATCH(1,(Display!$B4,Report!$A$2:$A$132)*(Display!E$3,Report!$K$2:$K$132),13))
I know I may need to enter as an Array, though would not mind avoiding that...