How do i find the counts of data with a condition of other cells

G

Guest

How do i find the count of particular number with reference to other cell
conditions......

for example,
i have to find the number of 5's in column d...with refernce to the
conditions of other two fixed columns j and K........in brief i have to count
the number of 5's which falls in condition of j cell =0 and k cell =1.

hope will get good help.

Thanks
 
G

Guest

Let's say you have data in D2:D100, J2:J100 and K2:K100

=SUMPRODUCT(--(D2:D100=5),--(J2:J100=0),--(K2:K100=1))
 

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