Statistical - AVERAGE Function



Description

The AVERAGE function returns the average (arithmetic mean) of the arguments.

Syntax

AVERAGE (number1, [number2] ...)

Arguments

Argument Description Required/ Optional
Number1 The first number, cell reference, or range for which you want the average. Required
Number2, ... Additional numbers, cell references or ranges for which you want the average, up to a maximum of 255. Optional

Notes

  • Arguments can either be numbers or names, ranges, or cell references that contain numbers.

  • Logical values and text representations of numbers that you type directly into the list of arguments are counted.

  • If a range or cell reference argument contains text, logical values, or empty cells, those values are ignored. However, cells with the value zero are included.

  • Arguments that are error values or text that cannot be translated into numbers cause errors.

  • If you want to include logical values and text representations of numbers in a reference as part of the calculation, use the AVERAGEA function.

  • If you want to calculate the average of only the values that meet certain criteria, use the AVERAGEIF Function or the AVERAGEIFS function.

  • The AVERAGE function measures central tendency, which is the location of the center of a group of numbers in a statistical distribution. The three most common measures of central tendency are −

    • Average, which is the arithmetic mean, and is calculated by adding a group of numbers and then dividing by the count of those numbers. For example, the average of 2, 3, 3, 5, 7, and 10 is 30 divided by 6, which is 5

    • Median, which is the middle number of a group of numbers; that is, half the numbers have values that are greater than the median, and half the numbers have values that are less than the median. For example, the median of 2, 3, 3, 5, 7, and 10 is 4

    • Mode, which is the most frequently occurring number in a group of numbers. For example, the mode of 2, 3, 3, 5, 7, and 10 is 3

  • For a symmetrical distribution of a group of numbers, these three measures of central tendency are all the same. For a skewed distribution of a group of numbers, they can be different.

  • When you average cells, keep in mind the difference between empty cells and those containing the value zero, especially if you have cleared the Show a zero in cells that have a zero value check box in the Excel Options dialog box in Excel. When this option is selected, empty cells are not counted, but zero values are

  • If the values to be averaged are all non-numeric, AVERAGE returns #DIV/0! Error

  • If any of the arguments that is supplied directly to the Function cannot be interpreted as numeric value, AVERAGE returns #VALUE! Error.

Applicability

Excel 2007, Excel 2010, Excel 2013, Excel 2016

Example

In the example given below, same range is selected for the AVERAGE Function. The result depends on the contents of the cells in the range.

Average Function
advanced_excel_statistical_functions.htm
Advertisements