count conditionally across two columns?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I need a runing total of how often conditions in two ciolumns are met. for
example, how often is column A > 45 and column B < 100 in my data?
 
Hi

Try entering in C1
=SUMPRODUCT(--($A$1:A1>45),--($B$1:B1<100))
Copy down column C as far as required.

Regards

Roger Govier
 

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

Back
Top