描述
QUARTILE.INC函数基于0 ... 1(含0 ... 1)的百分位值返回数据集的四分位数。
语法
QUARTILE.INC (array,quart)
争论
Argument | 描述 | Required/Optional |
---|---|---|
Array | The array or cell range of numeric values for which you want the quartile value. | Required |
Quart | Indicates which value to return | Required |
Notes
如果quart不是整数,则将其截断。
当夸脱分别等于0(零),2和4时,MIN,MEDIAN和MAX返回与QUARTILE.INC相同的值。
如果数组为空,则QUARTILE.INC返回#NUM!。错误值。
If quart < 0 or if quart > 4, QUARTILE.INC returns the #NUM! error value.
如果夸脱值不能解释为数字值,则QUARTILE.INC返回#VALUE!。错误值。
适用性
Excel 2010, Excel 2013, Excel 2016Example

参考链接
https://www.learnfk.com/javascript/advanced-excel-statistical-quartileinc-function.html