Assign more than one criteria in the countif function

P

Perin

I want to count range that satisfies more than one criteria using the countif
function.
 
B

Bob I

You will need to do multiple countif's, and add or subtract them as in

Countif(range,first criteria)-Countif(range,not second critera)
 
Top