To start with, an array formula that works as expected.
{=COUNT(ABS(Alg.Oth!$AO$602:$AO$4592))}
Of course it gives result same as a non-array formula without ABS.
=COUNT(Alg.Oth!$AO$602:$AO$4592)
So, i tried to modify it to COUNTIF and Excel won't let me enter it, gives the "there is an error with this formula" dialog.
{=COUNTIF(ABS(Alg.Oth!$AO$602:$AO$4592),">20")}
Of course i could do it by adding another column to the worksheet with the ABS() of column $AO, but would like to do it with an array formula to save clutter on the worksheet (its already 18MB!), and also to understand more about array formulas and why this would not work as an array formula.
Thanks!
{=COUNT(ABS(Alg.Oth!$AO$602:$AO$4592))}
Of course it gives result same as a non-array formula without ABS.
=COUNT(Alg.Oth!$AO$602:$AO$4592)
So, i tried to modify it to COUNTIF and Excel won't let me enter it, gives the "there is an error with this formula" dialog.
{=COUNTIF(ABS(Alg.Oth!$AO$602:$AO$4592),">20")}
Of course i could do it by adding another column to the worksheet with the ABS() of column $AO, but would like to do it with an array formula to save clutter on the worksheet (its already 18MB!), and also to understand more about array formulas and why this would not work as an array formula.
Thanks!