Skip to main content

AVERAGE

Calculates the average (arithmetic mean) of the arguments.

Aliases: AVG

CategoryStatistical
SyntaxAVERAGE(number1, [number2], ...)

Parameters

ParameterRequiredDescription
number1RequiredThe first number, cell reference, or range.
number2OptionalAdditional numbers, cell references, or ranges.

Example

AVERAGE(10, 20, 30)   // → 20
AVERAGE(4 kN, 6 kN) // → 5 kN

Auto-generated from the EngCanvas function registry.