Average function

AVG returns the average of all values within the parentheses. Enter a separator (shown as a comma below) after each value.

Syntax

AVG (value1, value2, value3, . . .)

Examples

AVG (length 1, length 2)
AVG (length 1 * width 1, length 2 * width 2)