Hello,

I have this formula, which works for averaging the values that I want:

=AVERAGEIF($A$1:$A$5913,"="&H2,$B$1:$B$5913)
But now that I have the average of the numbers, I would like the stdev. How can I alter the averageif to be a stdev (if)?

Thanks