Returns the median of the specified number(s).
median( number, … )
number: (Decimal Array) A number or array of numbers that will be used to calculate the median of the set.
Decimal
median(1,2,3,4) returns 2.5
median(1,2,3,4)
2.5
On This Page