MEDIAN function

Category: Statistical
Introduced: Excel 2003

Summary

Returns the median of the given numbers

Syntax

MEDIAN(number1, [number2], ...) The MEDIAN function syntax has the following arguments:
• Number1, number2, ... Number1 is required, subsequent numbers are optional. 1 to 255 numbers for which you want the median.

Example

=MEDIAN(A2:A6)
=MEDIAN(A2:A7)

Microsoft Support Page

https://support.microsoft.com/en-us/office/median-function-d0916313-4753-414c-8537-ce85bdd967d2

Back to Functions