Dies ist die alte 4D Dokumentations-Website. Die neue und aktualisierte Dokumentation finden Sie unter developer.4d.com |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D v19
MAX
|
MAX ( value {, value2 , ... , valueN} ) | ||||||||
Parameter | Typ | Beschreibung | ||||||
value | Zahl, Array |
![]() |
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.
MAX(A1,B2,C3,D4,E5)
MAX(A1:A9)
MAX(2,15,12,3,7,19,4) //19
Produkt: 4D
Thema: Formeln in 4D View Pro
4D View Pro Handbuch ( 4D v19)