Framework:AVG: Difference between revisions

From CoPlanner 11
Jump to navigationJump to search
Created page with "==Function== AVG(Value 1, Value 2, …, Value n) {| cellspacing="1" cellpadding="3" width={{{breite|80%}}} border="1" |- | style=background-color:#f6..."
 
No edit summary
Line 1: Line 1:
==[[Framework:Functions|Function]]==
==[[Framework:Functions|Function]]==


AVG(Value 1, Value 2, …, Value n)
AVG(Number 1, Number 2, …, Number n)




Line 9: Line 9:
| style=background-color:#f6f6f6 |'''Description'''
| style=background-color:#f6f6f6 |'''Description'''
|-
|-
|Value 1 to n
|Number 1 to n
|Numeric expression
|Numeric expression
|}
|}

Revision as of 15:26, 3 May 2011

Function

AVG(Number 1, Number 2, …, Number n)


Parameter Description
Number 1 to n Numeric expression

Result

Returns the average value of the parameters.

Example

AVG(1, 2, 3, 4)
Result: 2,5.