Forum Discussion
Carlyn1505
Jul 03, 2024Copper Contributor
Index and match with multiple criteria
Hi
Can someone please help me with an Index and Match formula.
I am trying to find a way to pull back the data using multiple criteria, but not sure if it is possible with INDEX and MATCH or if I need to try something different.
In the attached file you will see that I have tried a couple of different formulas. I am trying to look up the Month in column I and return the value from Column K-P where the value in Row1 and value in Row2 match. Is this possible?
- Detlef_LewinSilver Contributor
=INDEX($K$4:$P$15,MATCH(A4,$I$4:$I$15,0),MATCH($B$1&$B$2,$K$1:$P$1&$K$2:$P$2,0))
- Carlyn1505Copper ContributorThank you so much for your help!