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

Home

 
4D v19
MAX

MAX 


 

MAX ( value {, value2 , ... , valueN} ) 
Parameter Type   Description
value  Real, Array in Number or numeric array to evaluate

The MAX function returns the greatest (maximum) 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. You can use a single array (cell range) or multiple arrays (cell ranges).

If an array or reference contains text, logical values, or empty cells, MAX ignores those values; however, cells with the value zero are included in calculations.

Example  

MAX(A1,B2,C3,D4,E5)

MAX(A1:A9)

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



See also 

MIN

 
PROPERTIES 

Product: 4D
Theme: 4D View Pro Formulas

 
PAGE CONTENTS 
 
HISTORY 

 
ARTICLE USAGE

4D View Pro Reference ( 4D v19)