median

Syntax:

Value Number  median(Range source)

Description:

Computes the median of source.

Examples:

($d4) = median($a1:$c3)
Before:
AB CD
1167
21248
33-520
4
5
6
After:
AB CD
1167
21248
33-520
46
5
6
($a1) = median($b1:$f20)