avg
Syntax:
Value
Number
avg
(
Range
source)
Description:
Computes the average of numerical cells in
source
.
Examples:
($d4) = avg($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
5
5
6
($a1) = avg($b1:$d20)