Countif - Multiple Condtions

  • Thread starter Thread starter Joe Gieder
  • Start date Start date
J

Joe Gieder

I am trying to count how many cells meet a combination of
two criteria, can this be done? What I have tried is
=IF(E3:E3825<>"M",COUNTIF(J3:J3825,">0"),"") and I get
either an error or just a blank value. Can this be done
as a single formula or do I need to have two formulas,
one to count the M's and the other to count those > 0 and
then subtract the M's.

Thanks In Advance.
Joe
 
Back
Top