Forum Discussion
index match - multiple criteria error?
- May 09, 2022
=INDEX('array sheet'!B2:B385,MATCH(1,(O5='array sheet'!A2:A385)*(U5='array sheet'!C2:C385),0))
Great. I think it will work if you change the formula as above. The distribution center is in column C in the 'array sheet' and therefore the formula should have: (U5='array sheet'!C2:C385).
I managed to confirm the formula! but it is now giving me N/A error as a result 😄 The result should be the cell B281...
Could it be that it is because B281:B285 have the same data so it confuses the formula?
=INDEX('array sheet'!B2:B385,MATCH(1,(O5='array sheet'!A2:A385)*(U5='array sheet'!C2:C385),0))
Great. I think it will work if you change the formula as above. The distribution center is in column C in the 'array sheet' and therefore the formula should have: (U5='array sheet'!C2:C385).
- marinamosMay 09, 2022Copper ContributorOMG thank you!! I can't believe I didn't notice I forgot to update this part of the formula 😄
It worked Im so happy, thank you for your patience!!