Countif Problem

A

Alicia

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
 
A

Aladin Akyurek

What is the intent if not

=SUMPRODUCT(--((CE4:CE182+CF4:CF182)/CG4:CG182)=1)
 
Top