Counting non blanks with SUMPRODUCT?

M

Mifty

Hi everyone is there a way to add another bit to get this formula to only
count if cells in column A are blank?

=SUMPRODUCT((All!$C$2:$C$1205=$A8)*(All!$W$2:$W$1205<=$Q$2))

Hoping someone can help :)

Cheers
 
P

Pete_UK

Try something like this:

=SUMPRODUCT((All!$C$2:$C$1205=$A8)*(All!$W$2:$W$1205<=$Q$2)*(All!$A$2:$A$1205=""))

Hope this helps.

Pete
 
M

Mike H

Maybe:-

=SUMPRODUCT((All!$C$2:$C$1205=$A8)*(All!$A$2:$A$1205="")*(All!$W$2:$W$1205<=$Q$2))

Mike
 
M

Mifty

Thank you both !!!!
--
Mifty


Pete_UK said:
Try something like this:

=SUMPRODUCT((All!$C$2:$C$1205=$A8)*(All!$W$2:$W$1205<=$Q$2)*(All!$A$2:$A$1205=""))

Hope this helps.

Pete
 

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

Similar Threads


Top