PowerTools SPREAD for ASP.NET 8.0J 関数リファレンス
RANK.AVG

概要

This function returns the rank of a number in a set of numbers.

書式

RANK.AVG(number,array,order)

引数

有効な引数は次のとおりです。

引数 説明
number Number whose rank you want to return
array Reference to the set of numbers
order [Optional] How the number is ranked, either in descending order (0 or omitted) or ascending order (non-zero value)

解説

 The size of the returned number is relative to other values in the list. The average rank is returned if more than one value has the same rank.

データ型

Accepts numeric data for the number argument, a reference for the array argument, and numeric data for the order argument. Returns numeric data.

サンプル

RANK.AVG(B3,B1:B8,1)

RANK.AVG(R3C2,R1C2:R8C2,1)

使用可能な製品バージョン

製品バージョン 7.0 以降で使用できます。

 関連トピック

RANK.EQ

 

 


Copyright © 2003-2015 GrapeCity inc. All rights reserved.