Framework:AVG: Difference between revisions

From CoPlanner 11
Jump to navigationJump to search
No edit summary
No edit summary
Line 4: Line 4:




{| cellspacing="1" cellpadding="3" width={{{breite|80%}}}  border="1"
{| class="wikitable" width="100%"
|-
|- {{Tabellentitel}}  
| style=background-color:#f6f6f6 |'''Parameter'''
| Parameter
| style=background-color:#f6f6f6 |'''Description'''
| Description
|-
|-
|Number 1 to n
|Number 1 to n

Revision as of 11:41, 6 March 2012

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.