Menu

MEDIAN

Description

Returns the median of the specified numbers. The median is the number that lies in the middle of a set of numbers.

Examples

MEDIAN(-10, NAN) = NAN

MEDIAN(15, 65, 98, 1) = 40

MEDIAN(NAN) = MEDIAN(NAN)

MEDIAN(INF) = MEDIAN(INF)

MEDIAN(-INF) = MEDIAN(-INF)

On this page