描述

MEDIAN函数返回给定数字的中位数。中位数是一组数字中间的数字。

语法

MEDIAN (number1, [number2] ...)

争论

Argument 描述 Required/Optional
Number1 1 to 255 numbers for which you want the median. required
number2, ... Optional

Notes

  • MEDIAN函数测量集中趋势,集中趋势是统计分布中一组数字的中心的位置。

  • 如果集合中有偶数个数字,则MEDIAN将计算中间两个数字的平均值。

  • 争论 can either be numbers or names, arrays, or references that contain numbers.

  • 您直接在参数列表中键入的逻辑值和数字的文本表示形式将被计算在内。

  • 如果数组或引用参数包含文本,逻辑值或空单元格,则将忽略这些值。但是,包含值为零的像元。

  • 争论 that are error values or text that cannot be translated into numbers cause errors.

适用性

Excel 2007,Excel 2010,Excel 2013,Excel 2016

Example

Median Function

参考链接

https://www.learnfk.com/javascript/advanced-excel-statistical-median-function.html