Advanced-excel-functions-advanced-excel-statistical-percentrankinc-function

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

統計-PERCENTRANK.INC関数

説明

PERCENTRANK.INC関数は、データセット内の値のランクをデータセットのパーセンテージ(0..1を含む)として返します。 この関数を使用して、データセット内の値の相対的な状態を評価できます。

構文

PERCENTRANK.INC (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. If omitted, PERCENTRANK.INC uses three digits (0.xxx). Optional

ノート

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

適用範囲

Excel 2010、Excel 2013、Excel 2016

PercentRank.Inc Function