Dies ist die alte 4D Dokumentations-Website. Die neue und aktualisierte Dokumentation finden Sie unter developer.4d.com |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D v19
AVERAGE
|
AVERAGE ( value {, value2 , ... , valueN} ) | ||||||||
Parameter | Typ | Beschreibung | ||||||
value | Zahl, Array |
![]() |
Number(s) whose mean is to be calculated | |||||
The AVERAGE function calculates the average of value.
In value, you can pass:
Up to 255 arguments may be included.
AVERAGE(98,72,85) //result=85
AVERAGE(A1,B3,D5,E9,L8,L9)
AVERAGE(R1C1,R3C2)
AVERAGE(A1:A9)
AVERAGE(A1:A9,B1:B9,D5:D8)
Produkt: 4D
Thema: Formeln in 4D View Pro
4D View Pro Handbuch ( 4D v19)