Syntax
AVERAGE(<number>;<number>,...)
Description
Averages the arguments. Supports more than 255 arguments.
Examples
AVERAGE(Column1;Column2;Column3)
Column1 | Column2 | Column3 | AVERAGE returns |
---|
1 | 9 | 10 | 6.6666 |
23 | 33 | 2 | 19.3333 |
43 | 34 | 70 | 49 |
22 | 11 | 3 | 12 |
6 | 23 | 52 | 27 |
32 | 234 | 25 | 97 |
24 | 342 | 3 | 123 |