Returns the smallest from the specified arguments.
Syntax Copy Code |
---|
MIN( Number n1, [Number n2], ... ) → Number |
The arguments can be either numbers, or cells or arrays that contain numbers. Logical values, text, and empty cells are ignored. To consider logical values and text, use the MINA function.
Formula Copy Code |
---|
=MIN(A1:A5) |
Function Reference
MINA Function
MAX Function
MAXA Function
JSpreadsheet Programmer's Guide | © 2024 MindFusion |