描述

MAXIFS函数返回由一组给定条件或条件指定的单元格中的最大值。 Excel 2016中已添加此功能。

语法

MAXIFS (max_range, criteria_range1, criteria1, [criteria_range2, criteria2], ...)

争论

Argument 描述 Required/Optional
max_range The actual range of cells in which the maximum will be determined. Required
criteria_range1 Is the set of cells to evaluate with the criteria. Required
criteria1

是数字,表达式或文本形式的条件,用于定义将被判断为最大的单元格。

相同的一组标准适用于MINIFS,SUMIFS和AVERAGEIFS函数。

Required
criteria_range2, criteria2,... Additional ranges and their associated criteria. You can enter up to 126 range/criteria pairs. Optional

Notes

  • max_range和criteria_rangeN参数的大小和形状必须相同,否则这些函数将返回#VALUE!错误。

适用性

Excel 2016

Example

Maxifs Function

参考链接

https://www.learnfk.com/javascript/advanced-excel-statistical-maxifs-function.html