Which function to determine 1 and 2 standard deviation?

E

Eric

Does anyone know which function to determine 1 and 2 standard deviation?
The STDEV does not specific any number.
Thank you
Eric
 
D

David Biddulph

If you want 1 standard deviation, use STDEV(); if you want 2 standard
deviations, use =2*STDEV()
 
Top