Returns the minimum value from a given list of arguments, ignoring text entries.
Syntax
Remarks
The MIN function returns 0 if there are no numbers in the given input.
Examples
|
Formula |
Result |
|
=MIN(A2:A6) |
-5 |
|
=MIN(12;-19;10;23) |
-19 |
|
=MIN(data) |
3 |
Possible Errors
|
Errors |
Meaning |
|
#N/A! |
|
|
#NAME! |
|
|
#VALUE! |
|
|
#REF! |
|
Similar Functions