I need the formula in E17:F19 to return a T(True) if any of the digits in Col B:D match the digits in COL's E:F. The values should be this, E17(F),E18(T),F17(T),F18(T). I must have an error in my formula.
The formula is =IF(SUMPRODUCT(--(ISNUMBER(MATCH(E$16,$B17:$D17,0))))>0,"T","F")
The formula is =IF(SUMPRODUCT(--(ISNUMBER(MATCH(E$16,$B17:$D17,0))))>0,"T","F")