This is the legacy 4D documentation web site. Documentations are progressively being moved to developer.4d.com |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D v19
MIN
|
MIN ( value {, value2 , ... , valueN} ) | ||||||||
Parameter | Type | Description | ||||||
value | Real, Array |
![]() |
Number or numeric array to evaluate | |||||
The MIN function returns the lowest (minimum) value of value. It accepts and returns numeric data.
In value, pass the values to evaluate. Each argument can be a number, or an array of numbers (a single array (cell range) or multiple arrays (cell ranges)).
If an array or reference contains text, logical values, or empty cells, MIN ignores those values; however, cells with the value zero are included in calculations.
MIN(2,15,12,3,7,19,4) //2
Product: 4D
Theme: 4D View Pro Formulas
4D View Pro Reference ( 4D v19)