AVERAGE

This function returns the average (arithmetic mean) of the arguments.

AVERAGE(number1, [number2],...)

  • number1 (Required) is the first number for which you want to average.
  • number2, ... (Optional) are the additional numbers for which you want the average, up to a maximum of 255.

Example: AVERAGE(TotalFloat) returns the average Total Float.