【问题标题】:Add Percentile_Inc to Excel 2011 MAC?将 Percentile_Inc 添加到 Excel 2011 MAC?
【发布时间】:2013-09-29 09:50:09
【问题描述】:

Mac 2011 似乎不包括 Percentile_Inc。

我的问题很简单,是否可以在 Excel 2011 MAC 版本中添加 Percentile_Inc ?

提前致谢。

蜜蜂

【问题讨论】:

  • application.Percentile_Inc() 在 Excel 2010 中似乎没问题,您确定不是在 2011 Mac 版本中吗?

标签: excel excel-2011


【解决方案1】:

我相信您的意思是 PERCENTILE.INC 函数也适用于 Excel 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)

屏幕截图

【讨论】:

  • 感谢您的重播。使用此代码:min_seuil = Percentile.INC(Range("A1:A" & i), 0.9),我有这个错误:需要对象...感谢您的帮助。
  • 您是在 VBA 中执行此操作的吗?
【解决方案2】:

你的意思是PERCENTILE.INC?根据this link 应该包含(在统计函数下)......但你也可以使用简单的PERCENTILE 函数,它完全一样。

【讨论】:

  • + 1 我已将其发布为评论,然后将其删除以将其发布为答案,同时您发布了它:p
猜你喜欢
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 2016-09-29
  • 1970-01-01
  • 2013-04-20
  • 2013-08-19
相关资源
最近更新 更多