RANK.AVG函数在提供的值数组中返回给定值的统计等级。如果列表中有重复值,则返回平均排名。
RANK.AVG (number,ref,[order])
Argument | 描述 | Required/Optional |
---|---|---|
Number | The number whose rank you want to find. | Required |
Ref | An array of, or a reference to, a list of numbers. Nonnumeric values in Ref are ignored. | Required |
Order | A number specifying how to rank number. | Optional |
如果Order为0(零)或省略,则Excel会将数字排名,就好像ref是按降序排序的列表一样。
如果Order为任何非零值,则Excel会将数字排名,就好像ref是按升序排序的列表一样。
如果所提供的引用中不存在所提供的编号,则RANK.AVG返回错误值#N/A。
如果提供的引用数组中的值为文本值,则RANK.AVG返回错误值#N/A。
Excel 2010,Excel 2013,Excel 2016
这一章《JavaScript - RANK.AVG 函数》你学到了什么?在下面做个笔记吧!做站不易,你的分享是对我们最大的支持
无法访问存储在 vue.js 中本地存储 [object Object] 中的 json...
正则表达式(Regex)不适用于坐标javascript的所有样本