C
calebmichaud
I am not sure if i am using the correct function here....
but what i am trying to do is count the number of cells in column G
that are greater than 0 AND also have a text value of "C" in column E.
So for instnace G4 would have to be greater than zero and also have an
E4 text value of "C".
Below is the equation i have tried....an array. I keep getting a value
of zero.
=COUNT(IF($G$4:$G$39>"0",IF($E$4:$E$39="C",G4:G39)))
What i am trying to ultimatly do is have this serve as the demoniator
an an equation where i sum values in column G that are greater than
zero and have a corresponding column E value of C. I got this.....and
it works fine.
=SUMIF(E4:E39, "=C", $G$4:$G$39)
I could really use some help.
Thanks.
but what i am trying to do is count the number of cells in column G
that are greater than 0 AND also have a text value of "C" in column E.
So for instnace G4 would have to be greater than zero and also have an
E4 text value of "C".
Below is the equation i have tried....an array. I keep getting a value
of zero.
=COUNT(IF($G$4:$G$39>"0",IF($E$4:$E$39="C",G4:G39)))
What i am trying to ultimatly do is have this serve as the demoniator
an an equation where i sum values in column G that are greater than
zero and have a corresponding column E value of C. I got this.....and
it works fine.
=SUMIF(E4:E39, "=C", $G$4:$G$39)
I could really use some help.
Thanks.