MEDIAN
Syntax:
MEDIAN ( argument-list )
Description: Computes the median of the numeric values of its arguments.
Arguments:
Name |
Type |
Description |
---|---|---|
argument-list |
logical, number, name, arrays, reference to number. |
The arguments in argument-list designate the values whose median is to be computed. If there is an even number of numbers in the set, |
Return Type and Value: number – The median of the values of its arguments.
example: