This is the legacy 4D documentation web site. Documentations are progressively being moved to developer.4d.com |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D v19
AVERAGE
|
AVERAGE ( value {, value2 , ... , valueN} ) | ||||||||
Parameter | Type | Description | ||||||
value | Real, 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)
Product: 4D
Theme: 4D View Pro Formulas
4D View Pro Reference ( 4D v19)