waynerenaud
IS-IT--Management
Hi, I need to do a countif using 2 sets of criteria.
Column A has dates, Column B has either "In" or "Out"
I want to do a countif that will count the number of entries for a date that I specify and that has "In" in column B.
I have tried some variations.......
=COUNTIF(All!B:B,"In"
gives me total number of "In"
=COUNTIF(All!A:A,C5)(C5 has the date I want to count on ) gives me total matching the date
=AND(COUNTIF(All!A:A,C5),(COUNTIF(All!B:B,"In"
)) gives me an answer of TRUE. (Not what I was hoping for)
Is it possible to use coutif with 2 criteria.
Any Help would be appreciated
Column A has dates, Column B has either "In" or "Out"
I want to do a countif that will count the number of entries for a date that I specify and that has "In" in column B.
I have tried some variations.......
=COUNTIF(All!B:B,"In"
=COUNTIF(All!A:A,C5)(C5 has the date I want to count on ) gives me total matching the date
=AND(COUNTIF(All!A:A,C5),(COUNTIF(All!B:B,"In"
Is it possible to use coutif with 2 criteria.
Any Help would be appreciated