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) = NAN

MEDIAN(INF) = NAN

MEDIAN(-INF) = NAN

On this page