Excel MINIFS Function

Summary

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

Purpose

Get minimum value with criteria

Return value

Minimim value

Syntax

=MINIFS (min_range, range1, criteria1, [range2], [criteria2], ...)

Arguments

Usage notes

In the example shown, the formula in H7 is:

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

 

Excel MINIFS Function

Summary

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

Purpose

Get minimum value with criteria

Return value

Minimim value

Syntax

=MINIFS (min_range, range1, criteria1, [range2], [criteria2], ...)

Arguments

Usage notes

In the example shown, the formula in H7 is:

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