Standard Deviation

S

Soccerboy83

Is it possible to form an equation that will give me a standard deviation for
all numbers above a certain value. I know there are SUMIF and COUNTIF
formulas and if you want the average you actually have to do (SUMIF/COUNTIF)
because there is no AVERAGEIF. I guess what i am asking is if there is a way
to do a standard deviation for only a certain range of numbers.
 
D

Domenic

Soccerboy83 said:
Is it possible to form an equation that will give me a standard deviation for
all numbers above a certain value. I know there are SUMIF and COUNTIF
formulas and if you want the average you actually have to do (SUMIF/COUNTIF)
because there is no AVERAGEIF. I guess what i am asking is if there is a way
to do a standard deviation for only a certain range of numbers.


Assuming that A2:A100 contains the data, and that C2 contains the value
of interest, try the following formula that needs to be confirmed with
CONTROL+SHIFT+ENTER...

=STDEV(IF($A$2:$A$100>C2,$A$2:$A$100))
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top