Skip to content
Free Excel Tutorials
  • Home
  • Excel For Beginners
  • Excel Intermediate
  • Advanced Excel For Experts

Data Analysis

  • How to Create Thermometer Chart in Excel
  • Add Outline to Data in Excel
  • Subtotal function in Excel
  • How to create Checklist in Excel
  • Understanding Anova in Excel

References

  • Left Lookup in Excel
  • How to get address of named range in Excel
  • How to calculate two-way lookup VLOOKUP in Excel Table
  • How to use Excel MMULT Function
  • VLOOKUP function: Description, Usage, Syntax, Examples and Explanation

Data Validations

  • Data validation must not exist in list
  • Excel Data validation with conditional list
  • How To Create Drop-down List in Excel
  • Excel Data validation no punctuation
  • Excel Data validation number multiple 100

AVERAGEIF function: Description, Usage, Syntax, Examples and Explanation

by

What is AVERAGEIF function in Excel?

AVERAGEIF function is one of Statistical functions in Microsoft Excel that returns the average (arithmetic mean) of all the cells in a range that meet a given criteria.

Syntax of AVERAGEIF function

AVERAGEIF(range, criteria, [average_range])

The AVERAGEIF function syntax has the following arguments:

  • Range    Required. One or more cells to average, including numbers or names, arrays, or references that contain numbers.
  • Criteria    Required. The criteria in the form of a number, expression, cell reference, or text that defines which cells are averaged. For example, criteria can be expressed as 32, “32”, “>32”, “apples”, or B4.
  • Average_range    Optional. The actual set of cells to average. If omitted, range is used.

AVERAGEIF formula explanation

  • Cells in range that contain TRUE or FALSE are ignored.
  • If a cell in average_range is an empty cell, AVERAGEIF ignores it.
  • If range is a blank or text value, AVERAGEIF returns the #DIV0! error value.
  • If a cell in criteria is empty, AVERAGEIF treats it as a 0 value.
  • If no cells in the range meet the criteria, AVERAGEIF returns the #DIV/0! error value.
  • You can use the wildcard characters, question mark (?) and asterisk (*), in criteria. A question mark matches any single character; an asterisk matches any sequence of characters. If you want to find an actual question mark or asterisk, type a tilde (~) before the character.
  • Average_range does not have to be the same size and shape as range. The actual cells that are averaged are determined by using the top, left cell in average_range as the beginning cell, and then including cells that correspond in size and shape to range. For example:
If range is And average_range is Then the actual cells evaluated are
A1:A5 B1:B5 B1:B5
A1:A5 B1:B3 B1:B5
A1:B4 C1:D4 C1:D4
A1:B4 C1:C2 C1:D4

Note: The AVERAGEIF 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.

Examples of AVERAGEIF function

Steps to follow:

1. Open a new Excel worksheet.

2. Copy data in the following table below and paste it in cell A1

Note: For formulas to show results, select them, press F2 key on your keyboard and then press Enter.

You can adjust the column widths to see all the data, if need be.

Property Value Commission
100000 7000
200000 14000
300000 21000
400000 28000
Formula Description Result
=AVERAGEIF(B2:B5,”<23000″) Average of all commissions less than 23000. Three of the four commissions meet this condition, and their total is 42000. 14000
=AVERAGEIF(A2:A5,”<250000″) Average of all property values less than 250000. Two of the four property values meet this condition, and their total is 300000. 150000
=AVERAGEIF(A2:A5,”<95000″) Average of all property values less than 95000. Because there are 0 property values that meet this condition, the AVERAGEIF function returns the #DIV/0! error because it tries to divide by 0. #DIV/0!
=AVERAGEIF(A2:A5,”>250000″,B2:B5) Average of all commissions with a property value greater than 250000. Two commissions meet this condition, and their total is 49000. 24500

Example 2

Region Profits (Thousands)
East 45678
West 23789
North -4789
South (New Office) 0
MidWest 9678
Formula Description Result
=AVERAGEIF(A2:A6,”=*West”,B2:B6) Average of all profits for the West and MidWest regions. 16733.5
=AVERAGEIF(A2:A6,”<>*(New Office)”,B2:B6) Average of all profits for all regions excluding new offices. 18589

Post navigation

Previous Post:

How to generate random date between two dates in Excel

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Learn Basic Excel

Ribbon
Workbook
Worksheets
Format Cells
Find & Select
Sort & Filter
Templates
Print
Share
Protect
Keyboard Shortcuts

Categories

  • Charts
  • Data Analysis
  • Data Validation
  • Excel Functions
    • Cube Functions
    • Database Functions
    • Date and Time Functions
    • Engineering Functions
    • Financial Functions
    • Information Functions
    • Logical Functions
    • Lookup and Reference Functions
    • Math and Trig Functions
    • Statistical Functions
    • Text Functions
    • Web Functions
  • Excel VBA
  • Excel Video Tutorials
  • Formatting
  • Grouping
  • Others

Logical Functions

  • Invoice status with nested if in Excel
  • SWITCH function example in Excel
  • How to use Excel OR Function
  • FALSE function: Description, Usage, Syntax, Examples and Explanation
  • Check multiple cells are equal in Excel

Date Time

  • Display Date is same month in Excel
  • Add business days to date in Excel
  • Display Date is workday in Excel
  • Convert Excel time to decimal hours in Excel
  • Calculate date overlap in days in Excel

Grouping

  • If cell contains one of many things in Excel
  • Map inputs to arbitrary values in Excel
  • How to randomly assign data to groups in Excel
  • How to randomly assign people to groups in Excel
  • Running count group by n size in Excel

General

  • How to generate random number between two numbers in Excel
  • Find Most Frequently Occurring Word in Excel Worksheet
  • How to count total number of cells in a rectangular range in Excel
  • How to choose page/paper size in Excel before Printing
  • How to set or clear a print area in Excel Worksheet
© 2025 xlsoffice . All Right Reserved. | Teal Smiles | Abbreviations And Their Meaning