Framework:AVG: Difference between revisions
From CoPlanner 11
Jump to navigationJump to search
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
==[[Framework:Functions|Function]]== | ==[[Framework:Functions|Function]]== | ||
AVG(<Number 1>, <Number 2>, …, <Number n>) | <span {{CoPFormel}}>AVG(<Number 1>, <Number 2>, …, <Number n>)</span> | ||
| Line 19: | Line 19: | ||
==Example== | ==Example== | ||
AVG(1, 2, 3, 4)<br> | <span {{CoPFormel}}>AVG(1, 2, 3, 4)</span><br> | ||
Result: 2,5. | Result: 2,5. | ||
Revision as of 15:56, 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.