Counting using multiple criteria

  • Thread starter Thread starter Shawn
  • Start date Start date
S

Shawn

I need an array formula that will do the following. Count (not sum) the
number of cells in column C that are above the value of 0 if the adjacent
cells in Column A are equal to a value of 1.
 
What is the significance of the "--"s? Also, what if I want to change the
formula as follows?
=sumproduct(--(A1:A65536=B1),--(C1:C65536>0)) as opposed to
=sumproduct(--(A1:A65536=1),--(C1:C65536>0))
 

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