MINIFS(min_range, criteria_range1, criteria1, [criteria_range2, criteria2], ...)
=MINIFS(A1:A100,B1:B100,">50")
The MINIFS function can be used to select the minimum value in a range of values that meet certain criteria. For example, the formula will return the smallest value in A1:A100 where the corresponding value in B1:B100 is greater than 50.
=MINIFS(A1:A100,B1:B100,">50",C1:C100,"<100")
The MINIFS function can be used to select the minimum value in a range of values that meet multiple criteria. For example, the formula will return the smallest value in A1:A100 where the corresponding value in B1:B100 is greater than 50 and the corresponding value in C1:C100 is less than 100.
=MINIFS(A1:A100,B1:B100,">50",C1:C100,"Blue")
The MINIFS function can be used to select the minimum value in a range of values that meet multiple criteria specified as text. For example, the formula will return the smallest value in A1:A100 where the corresponding value in B1:B100 is greater than 50 and the corresponding value in C1:C100 is the text string "Blue".
The MINIFS function is a useful tool for finding the smallest value from a set of conditions or criteria, available on both Windows and Mac operating systems.