Evaluates a set of number values and/or expressions and returns the average of the non-null elements contained within that set.
n2 (optional)
Note: The following expressions are examples of using the Avg function:
Avg(2.5, 17, null) The average value of the first four non-null occurrences of Price. The average value of all non-null occurrences of Quantity.