MIN Function Explained
The MIN
function in Microsoft Excel returns the smallest numerical value in a set of values. It can be used to find the lowest value in a range of cells, a range of numbers, or an array of numbers. It can also be used to find the lowest value in a list of arguments.
MIN Function Syntax
MIN(number1, [number2], ...)
number1
: The first number, cell reference, or range for which you want to find the minimum.number2
: (optional) Additional numbers, cell references, or ranges for which you want to find the minimum.