I am having a problem with Match/Index results.
In my first set of data, I was able to pull all the data that matched 2 criteria using Match/Index with out any problem using this formula, (Each data entry was unique.)
=INDEX(DATA1,MATCH(DATA2,IF(RANGE1=DATA, RANGE2),0),1)
However, my...