I am attempting to do a multiple countif statement but think I need to go another direction. Currently I have:
=COUNTIF(C53:C58,">="&D1020)-COUNTIF(C53:C58,">"&D1021)
Which counts if the date is between two time frames but I need to added one more variable from another column. I need to count if the date falls within that range and it belongs to a particular department.
Any suggestions?
=COUNTIF(C53:C58,">="&D1020)-COUNTIF(C53:C58,">"&D1021)
Which counts if the date is between two time frames but I need to added one more variable from another column. I need to count if the date falls within that range and it belongs to a particular department.
Any suggestions?