Countif Problem

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am using

=countif((CE4:CE182+CF4:CF182)/CG4:CG182,"1")

And its not working, has anybody got any clues what I'm doing wrong?

Thanks in advance
 
i am afraid that
CE4:CE182+CF4:CF182)/CG4:CG182
does not return a range
 
What is the intent if not

=SUMPRODUCT(--((CE4:CE182+CF4:CF182)/CG4:CG182)=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

Back
Top