Guys, while I'm testing a SOMPRODUCT formula in the excel sheet it works fine and gives me ture or false result based on the range values , but when I try to use the same formula in conditional formatting I get errors evrytime, please let me know what's I'm doing wrong - here is the formula
=SUMPRODUCT(('Stop Work'!$D$8:$D$500=$C11)*('Stop Work'!$K$8:$K$500="Open")*('Stop Work'!$C$8:$C$500=$B$2))*($T$10:$T500=$B$3)
it was working good in conditional formatting before I add the last condition which is this part *($T$10:$T500=$B$3)
=SUMPRODUCT(('Stop Work'!$D$8:$D$500=$C11)*('Stop Work'!$K$8:$K$500="Open")*('Stop Work'!$C$8:$C$500=$B$2))*($T$10:$T500=$B$3)
it was working good in conditional formatting before I add the last condition which is this part *($T$10:$T500=$B$3)