This is the legacy 4D documentation web site. Documentations are progressively being moved to developer.4d.com

Home

 
4D v19
MIN

MIN 


 

MIN ( value {, value2 , ... , valueN} ) 
Parameter Type   Description
value  Real, Array in 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.

Example  

MIN(2,15,12,3,7,19,4) //2



See also 

MAX

 
PROPERTIES 

Product: 4D
Theme: 4D View Pro Formulas

 
PAGE CONTENTS 
 
HISTORY 

 
ARTICLE USAGE

4D View Pro Reference ( 4D v19)