Hey, I am using the index match formula to check for two values that are in column A and B in the same row, and then it gives me the value that is in column I.
I am using the following formula:
INDEX($I$2:$I$200,MATCH(Y2&$W$3,$A$2:$A$200&$B$2:$B$200,0))
This works great when the text I am...