G
gxrxba
=SUMPRODUCT(($I$104:$I$9998="CH")*($R$104:$R$9998<>0))
In the example above, I am trying to count the values in the R column
if values in the I column=CH. Now I would like to add an additiona
condition in the R column, ie I would only like to count the values i
1. <> 0 (already exiting condition) AND
2. Values which are outside of the range from -999 to 999. (ie if th
value in the r column is between -999 to 999, it should not b
counted)
Any suggestions.
Thanks in advance
In the example above, I am trying to count the values in the R column
if values in the I column=CH. Now I would like to add an additiona
condition in the R column, ie I would only like to count the values i
1. <> 0 (already exiting condition) AND
2. Values which are outside of the range from -999 to 999. (ie if th
value in the r column is between -999 to 999, it should not b
counted)
Any suggestions.
Thanks in advance