Advanced-excel-functions-advanced-excel-statistical-percentrankexc-function

提供:Dev Guides
移動先:案内検索

統計-PERCENTRANK.EXC関数

説明

PERCENTRANK.EXC関数は、データセットの値のランクをデータセットの割合(0 …​ 1、排他的)として返します。

構文

PERCENTRANK.EXC (array,x,[significance])

引数

Argument Description Required/Optional
Array The array or range of data with numeric values that defines relative standing. Required
X The value for which you want to know the rank. Required
Significance

A value that identifies the number of significant digits for the returned percentage value.

省略した場合、PERCENTRANK.EXCは3桁(0.xxx)を使用します。

Optional

ノート

  • xが配列の値の1つと一致しない場合、PERCENTRANK.EXCは補間して正しい割合のランクを返します。
  • 配列が空の場合、PERCENTRANK.EXCは#NUM!を返します。 エラー値
  • 重要度が1未満の場合、PERCENTRANK.EXCは#NUM!を返します。 エラー値
  • xが指定された配列の最小値より小さいか、最大値より大きい場合、PERCENTRANK.EXCは#N/Aエラー値を返します。

適用範囲

Excel 2010、Excel 2013、Excel 2016

PercentRank.Exc Function