The code below gives me the average value of a data comlumn (ZENIT!H:H
), using a specific range (K2 & K3
) of another data column (ZENIT!N:N
).
=AVERAGEIFS(ZENIT!H:H,ZENIT!N:N,"<="&K2,ZENIT!N:N,">"&K3)
Now i want to get the standard deviations instead of the averages, what formula can I use.
Thanks for the help!