I have something like this, which gives me the count of all the cells that match whatever's specified in J3:L3
=SUMPRODUCT((B:B=J3)*(C:C=K3)*(D:D=L3))
(the real formula has quite a bit more values/columns in it, this was a proof-of-concept sample)
however, I would really like to be able to...