上海公司注冊(cè)查詢seo視頻教程
QUARTILE函數(shù)取代了Excel 2010中的QUARTILE.INC函數(shù)。
描述
該函數(shù)返回?cái)?shù)據(jù)集的四分位數(shù)。四分位數(shù)通常用于銷售和調(diào)查數(shù)據(jù)中,以將人群分為幾類。
語法
QUARTILE (array,quart)
爭(zhēng)論
Argument | 描述 | Required/Optional |
---|---|---|
Array | The array or cell range of numeric values for which you want the quartile value. | Required |
Quart | 指示要返回的值。 Look at the 夸脫表 below. | Required |
夸脫表
夸脫 | QUARTILE返回 |
---|---|
0 | 最小值 |
1 | 第一個(gè)四分位數(shù)(第25個(gè)百分位數(shù)) |
2 | 中位數(shù)(第50個(gè)百分位數(shù)) |
3 | 第三四分位(第75個(gè)百分位數(shù)) |
4 | 最大值 |
Notes
如果quart不是整數(shù),則將其截?cái)唷?/p>
當(dāng)夸脫分別等于0(零),2和4時(shí),MIN,MEDIAN和MAX返回與QUARTILE相同的值。
如果數(shù)組為空,則QUARTILE返回#NUM!錯(cuò)誤值。
If quart < 0 or if quart > 4, QUARTILE returns the #NUM! error value.
Example

JavaScript 中的 QUARTILE函數(shù) - 無涯教程網(wǎng)無涯教程網(wǎng)提供QUARTILE函數(shù)取代了Excel 2010中的QUARTILE.INC函數(shù)。 描述該函數(shù)返回?cái)?shù)據(jù)集的四分位...https://www.learnfk.com/javascript/advanced-excel-compatibility-quartile-function.html