I'm trying to count with (2) conditions: and I'm using COUNTIF
Example
Column A has 450 lines items and each line item is assigned to various people
Column B has various Delta's for days late. (i.e. <10 days late, <30 Days late, etc
My first Count I can get, My formula is COUNTIF (I1:I450, "<10") = 100
Now I want to count of the 100 how many are Jane Doe
I've tried this COUNTIF (B1:B450, "<10") and, COUNTIF (A1:A450, "<Jan Doe") - this does not work
Example
Column A has 450 lines items and each line item is assigned to various people
Column B has various Delta's for days late. (i.e. <10 days late, <30 Days late, etc
My first Count I can get, My formula is COUNTIF (I1:I450, "<10") = 100
Now I want to count of the 100 how many are Jane Doe
I've tried this COUNTIF (B1:B450, "<10") and, COUNTIF (A1:A450, "<Jan Doe") - this does not work