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

Home

 
4D v19
AVERAGE

AVERAGE 


 

AVERAGE ( value {, value2 , ... , valueN} ) 
Parameter Type   Description
value  Real, Array in Number(s) whose mean is to be calculated

The AVERAGE function calculates the average of value.

In value, you can pass:

  • real or longint values,
  • a range or several ranges of cells.

Up to 255 arguments may be included.

Example  

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)



See also 

STDEV.P

 
PROPERTIES 

Product: 4D
Theme: 4D View Pro Formulas

 
PAGE CONTENTS 
 
HISTORY 

 
ARTICLE USAGE

4D View Pro Reference ( 4D v19)