Using countif with 2 conditions

G

Guest

I want to count the number of times the data in column a =913 AND the value
in column c is <=999. I only want to count rows in which both conditions are
true. Countif only allows for one condition so how do I accomplish this?
 
P

Paul Sheppard

Cheryl said:
I want to count the number of times the data in column a =913 AND th
value
in column c is <=999. I only want to count rows in which bot
conditions are
true. Countif only allows for one condition so how do I accomplis
this?

Hi Cheryl

Try this > type this formula =SUM((A1:A15=913)*(C1:C15=999)) into an
blank cell and enter as an arrayby CTRL/Shift/Enter at the same time

Change the rabges A1:A15 and C1:C15 to suit your dat
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top