1

Mac 2011 には Percentile_Inc が含まれていないようです。

私の質問は簡単です。Percentile_Inc を Excel 2011 MAC バージョンに追加することは可能ですか?

前もって感謝します。

4

2 に答える 2

2

PERCENTILE.INCExcel 2011でも機能する機能を意味していると思います。この記事をご覧ください

http://office.microsoft.com/en-001/mac-excel-help/percentile-inc-function-HA102927917.aspx

そのリンクから引用

Applies to:
Excel for Mac 2011

PERCENTILE.INC function

Returns the k-th percentile of values in a range, where k is in the range 0 to 1, 
inclusive. You can use this function to establish a threshold of acceptance. 
For example, you can decide to examine candidates who score above the ninetieth 
percentile.

Syntax

PERCENTILE.INC(array,k)

コメントからのフォローアップ

VBAから実行している場合は、使用する必要があります

Application.WorksheetFunction.Percentile(Range("A1:A" & i),0.9)

スクリーンショット

ここに画像の説明を入力

于 2013-09-29T10:13:10.147 に答える
1

ということPERCENTILE.INCですか?このリンクによると、 (統計関数の下に)含める必要があります......しかし、単純なPERCENTILE関数を使用することもできます。まったく同じことを行います。

于 2013-09-29T10:12:00.433 に答える