(4+5+6+7)/4 = 5.5 The result of this calculation is the center of the group of numbers in a statistical distribution. This function is a measure of central tendency.

The Syntax of the AVERAGE Function

The average function must follow the formats that are shown in the table below. Each format is further explained in the following sections.

AVERAGE Function Syntax

Average of a Referenced Range

=AVERAGE(A1:A5) In this situation, a cell reference range is used to find the arithmetic mean. This method is used when each number in a data set that needs to be averaged appears in its cell.

Average of a Referenced Range & Numbers

=AVERAGE(A1:A25,20) In this situation, a cell reference range and a number are used to find the arithmetic mean. This method is used when most numbers in a data set that needs to be averaged appear in a group of cells, and one or more numbers that don’t appear in cells may need to be added.

Average of a Named Range

=AVERAGE(Range1) In this situation, a named range is used to find the arithmetic mean of that range. This method is used when the data that is used to find the arithmetic mean has been previously named in a range.

Average of Cell References

=AVERAGE(A1,A2,A3,A4,A5) In this situation, cell references are used to find the arithmetic mean. This method may be used because the data needed to find the arithmetic mean is spread out throughout a worksheet.

Average of Numbers

=AVERAGE(12,14,45,78,84) In this situation, numbers are used to find the arithmetic mean. This method is somewhat time-consuming since each number needs to be inputted into the function.

Entering the AVERAGE Function Into a Worksheet

The average function needs to be inputted like a formula for it to be able to work. To manually add this formula to a cell, a cell needs to be clicked, and “=AVERAGE(” needs to be typed. After the open parenthesis, the data (numbers, range, named range, cell references) that are used to find the arithmetic mean need to be entered and separated by commas. This is then followed by a closing parenthesis. After the formula is created, the enter button can be pressed to return the average for the data. The AVERAGE function can be inserted into a cell with the use of an insert tool for functions. To use this method select the cell where the result must appear. Next, the formulas tab is selected and the “More Functions” button on the Excel ribbon needs to be selected. The statistical selection from the list is then chosen. Select the average option from the list.

Inserting the AVERAGE Function From the Formulas Tab

After the AVERAGE function argument window appears, cell references or numbers to be averaged need to be added to the field. There is enough room for 255 numbers or cell references. Next, the Ok button can be clicked to return the arithmetic mean to the cell.

Other Considerations

Cells that are added to the AVERAGE function that will not be included in the calculation are cells, ranges, or named ranges that have logical values, empty cells, or text in them. Cells that contain a zero will be added to the calculation.

How to Use the Average Function

This content is accurate and true to the best of the author’s knowledge and is not meant to substitute for formal and individualized advice from a qualified professional. © 2020 Joshua Crowder

Comments

Joshua Crowder (author) from Tampa, FL on January 05, 2020: Sure I’m glad I could help! Androidblue16 on January 05, 2020: Thank you for post in this topic

How to Use the AVERAGE Function in Excel - 47How to Use the AVERAGE Function in Excel - 45How to Use the AVERAGE Function in Excel - 95