count double occurences
hello
i am trying to create a worksheet that will count how many times one
criteria is met in one column and another is met in a second column
the point is to count the times students have late assignments in the
various different subjects
example:
Adam History
Adam Math
Bob History
Adam Math
how many times did Adam have a late assignment in Math?
there a ppeared to be formula in Help that i could use but I couldn't get it
to work - not even by recreating their example
=COUNT(IF((A2:A11="Adam")*(B2:B11="Math"),D2:D11))
(i don't know why they needed a D range here)
|