median
Syntax:
Value
Number
median
(
Range
source)
Description:
Computes the median of
source
.
Examples:
($d4) = median($a1:$c3)
Before:
A
B
C
D
1
1
6
7
2
12
4
8
3
3
-5
20
4
5
6
After:
A
B
C
D
1
1
6
7
2
12
4
8
3
3
-5
20
4
6
5
6
($a1) = median($b1:$f20)