Hi All, trying to do nested Index and Match with IF statements . . . 6 nested IF's to be exact.
When I put =INDEX(IF(C8="Confirmed Sideways",'D1'!$Q$1:$Q$100),MATCH(F8,'D1'!$S$1:$S$100,0)), it works great, it returns what I need.
However, when I add the next IF statement...