Another COUNTIF question...

D

digitallifeform

Hey all, i'm stuck.

I need to do a formula that will count the number of cells in column
'A' only if the corresponding cell in column 'B' has a value of '0'.

=COUNTIF(O:0,"0")+COUNTIF(P:p,">0") - just counts both, and that's as
far as i have got.

Can anyone help me please.

Thanks
 
A

Arvi Laanemets

Hi

=SUMPRODUCT((A1:A65536>0)*(B1:B65536<>"")*(B1:B65536=0))
(you can't use reference to column with SUMPRODUCT)

Arvi Laanemets
 

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