countif from two columns

J

James

I need to count when day column in Monday and value column
is 200, example somthing like:
countif ((A:A,"Monday") and (B:B,"200"))

This formulae does not work as it is, how must i modify it
to make it work?
 
A

acw

James

=sumproduct((a1:a500="Monday")*(b1:b500=200))
Unfortunately you cannot use the complete column selection
in this function.

Tony
 
J

james

Thanks,

This works perfectly.
The tip that i cannot use the complete column also helped
me solve other problems.

James.
 
J

james

Thanks,

This works perfectly.
The tip that i cannot use the complete column also helped
me solve other problems.

James.
 

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