Forum Discussion
jkoors
Jan 29, 2019Copper Contributor
Complex INDEX MATCH formula criteria could be one column or another
I am trying to query a sheet called DataImportTable using INDEX MATCH combo, the only challenge I have is that is I'm looking to match multiple criteria, however, I need to get a specific label in th...
- Jan 29, 2019
Hi,
For such data
that could be
=INDEX($C$2:$C$30,MATCH(1, INDEX( ($A$2:$A$30="Diamond")*($G$2:$G$30="Next")*( ($I$2:$I$30="TeamA")+($J$2:$J$30="TeamA")+($K$2:$K$30="TeamA")), 0), 0))
Please see attached
SergeiBaklan
Jan 29, 2019Diamond Contributor
Hi,
For such data
that could be
=INDEX($C$2:$C$30,MATCH(1, INDEX( ($A$2:$A$30="Diamond")*($G$2:$G$30="Next")*( ($I$2:$I$30="TeamA")+($J$2:$J$30="TeamA")+($K$2:$K$30="TeamA")), 0), 0))
Please see attached
jkoors
Jan 29, 2019Copper Contributor
Thanks! That worked and helped a lot. I tried many approaches and was seriously racking my brain.