Statistical
Calculates the arithmetic mean of numbers in a range. Ignores text and logical values.
=AVERAGE(number1, [number2], ...)number1First number or range to average
number2(number | range)Additional numbers or ranges (optional)
=AVERAGE(A1:A10)Calculates mean of all scores
Result: Average score
=AVERAGEIF(A1:A10, ">0")Average only positive numbers
Result: Average of positive values
=SUMPRODUCT(A1:A5, B1:B5) / SUM(B1:B5)Weighted average using prices and quantities
Result: Weighted mean
Our AI can generate tailored formulas based on your specific needs
Generate Custom Formula