Advanced-excel-functions-advanced-excel-statistical-maxifs-function

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

高度なExcel統計-MAXIFS関数

説明

MAXIFS関数は、指定された一連の条件または基準で指定されたセル間の最大値を返します。 この関数はExcel 2016で追加されました。

構文

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

引数

Argument Description 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

Is the criteria in the form of a number, expression, or text that defines which cells will be evaluated as maximum.

同じ一連の基準が、MINIFS、SUMIFS、およびAVERAGEIFS関数に対して機能します。

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

ノート

  • max_rangeおよびcriteria_rangeN引数のサイズと形状は同じでなければなりません。そうでない場合、これらの関数は#VALUE!を返します。 エラー。
  • {ブランク}

適用範囲

Excel 2016

Maxifs Function