COUNTIF with OR
Try this:
=SUMPRODUCT(--((A2:A300)+(B2:B30=2)0))
--
Biff
Microsoft Excel MVP
"giaraf" wrote in message
...
I'd like to use COUNT IF with OR. My criteria a A2:A300 OR B2:B30=2
I found plenty of posts on how to do COUNTIF where two criteria must both
be
true but I couldn't find any advice on COUNTIF where only one or the other
criterion must be true.
|