=MINIF(range, criteria, [sum_range])
This function calculates the minimum value in a range that meets a given criteria.
Syntax: =MINIF(range, criteria, [sum_range])
Parameters:
- range – The range of cells that you want evaluate.
- criteria – The criteria in the form of a number, expression, cell reference, or text that defines which cells will be used to find the minimum value.
- sum_range (optional) – The cells to sum, if different from the range argument.