Framework:AVG

From CoPlanner 11
Revision as of 15:18, 3 May 2011 by Admin (talk | contribs) (Created page with "==Function== AVG(Value 1, Value 2, …, Value n) {| cellspacing="1" cellpadding="3" width={{{breite|80%}}} border="1" |- | style=background-color:#f6...")

(diff) ← Older revision | Approved revision (diff) | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Function

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


Parameter Description
Value 1 to n Numeric expression

Result

Returns the average value of the parameters.

Example

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