The following formula returns the #value error message:
=OR(SUMPRODUCT(--($C$2:$C$33=1),--($D$2:$D$33=4)>2,1,""),
SUMPRODUCT(--($C$2:$C$33=1),--($E$2:$E$33=6)>2,1,""),
SUMPRODUCT(--($D$2:$D$33=4),--($E$2:$E$33=6))>2,1,"")
Instead I need it to count if the string above occurs more than twice.
=OR(SUMPRODUCT(--($C$2:$C$33=1),--($D$2:$D$33=4)>2,1,""),
SUMPRODUCT(--($C$2:$C$33=1),--($E$2:$E$33=6)>2,1,""),
SUMPRODUCT(--($D$2:$D$33=4),--($E$2:$E$33=6))>2,1,"")
Instead I need it to count if the string above occurs more than twice.