MEDIAN

MEDIAN(args) → { number }

Returns the median, or the number in the middle of the set of given numbers.

Parameters:

Name Type Description
args number | string | array | ApiRange

Up to 255 numeric values for which the median will be calculated. The first argument is required, subsequent arguments are optional.

Returns:

Type
number