Hi,
Currently My COUNTIF statement counts all the cell values which contain values above and below 2 calculated values (+- 2*SQRT(2/n)
=COUNTIF($R$2:$R$79,"<"&-2*SQRT(2/COUNT($R$2:$R$79)))+COUNTIF($R$2:$R$79,">"&2*SQRT(2/COUNT($R$2:$R$79)))
How do I add a second counter that ignores the ones that are in hidden rows?
Thanx
Currently My COUNTIF statement counts all the cell values which contain values above and below 2 calculated values (+- 2*SQRT(2/n)
=COUNTIF($R$2:$R$79,"<"&-2*SQRT(2/COUNT($R$2:$R$79)))+COUNTIF($R$2:$R$79,">"&2*SQRT(2/COUNT($R$2:$R$79)))
How do I add a second counter that ignores the ones that are in hidden rows?
Thanx