Excel MAXIFS Function

Summary

The Excel MAXIFS function returns the largest numeric value that meets one or more criteria in a range of values. MAXIFS can be used with criteria based on dates, numbers, text, and other conditions. MAXIFS supports logical operators (>,<><>,=) and wildcards (*,?) for partial matching.

Purpose

Get maximum value with criteria

Return value

Maximum value

Syntax

=MAXIFS (max_range, range1, criteria1, [range2], [criteria2], ...)

Arguments

Usage notes

In the example shown, the formula in G7 is:

=MAXIFS(D3:D15,C3:C15,"F")

 

Excel MAXIFS Function

Summary

The Excel MAXIFS function returns the largest numeric value that meets one or more criteria in a range of values. MAXIFS can be used with criteria based on dates, numbers, text, and other conditions. MAXIFS supports logical operators (>,<><>,=) and wildcards (*,?) for partial matching.

Purpose

Get maximum value with criteria

Return value

Maximum value

Syntax

=MAXIFS (max_range, range1, criteria1, [range2], [criteria2], ...)

Arguments

Usage notes

In the example shown, the formula in G7 is:

=MAXIFS(D3:D15,C3:C15,"F")