=IFERROR(STDEV(IF(('All Data'!$F:$F=[@Stuffername])*('All Data'!$AE:$AE<6),'All Data'!$AB:$AB)),"")
The above is the equation I'm using to get the standard deviation of values on a separate sheet with several conditions.
The other sheet has about 21000 rows of data.
I'm doing the STDEV calc above on a table and when I try and calculate this column, it takes 90 seconds or so.
Why does the array take so very long to calculate and is there anything I can do to markedly speed it up?
Thanks!
The above is the equation I'm using to get the standard deviation of values on a separate sheet with several conditions.
The other sheet has about 21000 rows of data.
I'm doing the STDEV calc above on a table and when I try and calculate this column, it takes 90 seconds or so.
Why does the array take so very long to calculate and is there anything I can do to markedly speed it up?
Thanks!