IF.....

  • Thread starter Thread starter George
  • Start date Start date
G

George

Dear all,

The formula below is ok, but only for one row. How to use it for range of
rows?

=IF(IF(COUNTA(C4:AV4)=0;1;(SUMPRODUCT((A4>0)*(B4>0)*1)))=1;"OK";"NOT OK")

Thank you in advance,

George
 
Like this:
=IF(IF(COUNTA(C4:AV5)=0;1;(SUMPRODUCT((A4:A5>0)*(B4:B5>0)*1)))=1;"OK";"NOT
OK")

Regards,
Fred
 

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