stdev
Syntax:
Value
Number
stdev
(
Range
source)
Description:
Computes the standard deviation of numerical cells in
source
.
Examples:
($d4) = stdev($a1:$c3)
Before:
A
B
C
D
1
1
4
7
2
2
5
8
3
3
6
9
4
5
6
After:
A
B
C
D
1
1
4
7
2
2
5
8
3
3
6
9
4
2.73861278752583
5
6
($a1) = stdev($b1:$d20)