MIN function

Category: Statistical
Introduced: Excel 2003

Summary

Returns the minimum value in a list of arguments

Syntax

MIN(number1, [number2], ...) The MIN function syntax has the following arguments:
• Number1, number2, ... Number1 is optional, subsequent numbers are optional. 1 to 255 numbers for which you want to find the minimum value.

Example

=MIN(A2:A6)
=MIN(A2:A6,0)

Microsoft Support Page

https://support.microsoft.com/en-us/office/min-function-61635d12-920f-4ce2-a70f-96f202dcc152

Back to Functions