K
Kim
I want to count the number of entries that have "attorney" in column C AND
"atlanta" in column D. I only want to count the entries that meet both
criteria (not one OR the other). I have tried numerous formulas usually get
an error #NUM!
Here is what I have tried.
=SUMPRODUCT((Attendance!C:C="Attorney")*(Attendance!D="Atlanta"))
=COUNTIF(Attendance!C:C, {"Attorney","Atlanta"})
=SUMPRODUCT(--(Attendance!C:C="Attorney"),--(Attendance!D="Atlanta"))
Any suggestions? Thank you.
"atlanta" in column D. I only want to count the entries that meet both
criteria (not one OR the other). I have tried numerous formulas usually get
an error #NUM!
Here is what I have tried.
=SUMPRODUCT((Attendance!C:C="Attorney")*(Attendance!D="Atlanta"))
=COUNTIF(Attendance!C:C, {"Attorney","Atlanta"})
=SUMPRODUCT(--(Attendance!C:C="Attorney"),--(Attendance!D="Atlanta"))
Any suggestions? Thank you.