傳回資料集中指定值的排名。
使用範本
RANK(A2,A2:A100)
RANK(4,A2:A100,1)
語法
RANK(value, data, [is_descending])
值
- 系統會計算此值的排名。- IF
data
不包含值
in any cell or element,RANK
will return the無法使用
訊息。
- IF
data
- 要列入計算的資料集所屬陣列或範圍。遞增
- [ OPTIONAL -0
by default ] Whether to consider the values indata
中的值以遞減或遞增排列。- If this is
0
, the greatest value indata
will have rank1
; if this is1
, the least value indata
will have rank1
.
- If this is
另請參閱
SMALL
: 傳回資料集中排名第 N 小的項目,N 可由使用者決定。
QUARTILE
: 傳回最接近資料集指定四分位數的值。
PERCENTRANK
: 傳回資料集中指定值的百分比排名 (百分位數)。
PERCENTILE
: 傳回資料集的已知百分位數值。
MINA
: 傳回資料集中的最小數值。
MIN
: 傳回數字資料集中的最小值。
MEDIAN
: 傳回數字資料集中的中位數。
MAXA
: 傳回資料集中的最大數值。
MAX
: 傳回數字資料集中的最大值。
LARGE
: 傳回資料集中排名第 N 大的項目,N 可由使用者決定。
AVERAGEA
: 傳回資料集的數字平均值。
AVERAGE
: 傳回資料集的數字平均值 (忽略文字)。