median() Function

Returns the median of the specified number(s).

Syntax

median( number, … )

number: (Decimal Array) A number or array of numbers that will be used to calculate the median of the set.

Returns

Decimal

Examples

median(1,2,3,4) returns 2.5

Open in Github Built: Thu, Feb 23, 2023 (02:59:22 PM)

On This Page

FEEDBACK