Finds median value of a list of numbers
MEDIAN( value 1, [value 2 ...] )
value 1
[value 2 ...]
Returns the median of a list of numbers, ignoring any blank values.
Argument
Description
numeric column or value
[value 2...]
Optional. Column(s) to be included in the calculation; will output a row-wise calculation when this argument is provided.
Numerical median of input values
Last updated 4 years ago
Was this helpful?