How can I add two different COUNTIF formulas that look at different criteria. For example:
Column A shows me dates 4/1/2013
Column B shows me the Type of product HQTT
I plug this formula in:
=COUNTIF(A:A,M3)+COUNTIF(B:B,"HQ TT")
However this gives me 2
when it should be 1
because I only have one row that says 4/1/2013
with the product HQTT
.