This post will guide you how to use Google Sheets AVERAGEIFS function with syntax and examples in Google Spreadsheet.
Description
The Google Sheets AVERAGEAIFS function returns the average of all numbers in a range of cells that meet multiple criteria.
The AVERAGEIFS function is a build-in function in Google Sheets and it is categorized as a Statistical Function.
Syntax
The syntax of the AVERAGEIFS function is as below:
= AVERAGEIFS (average_range, criteria_range1, criteria1, [criteria_range2, criteria2],…)
Where the AVERAGEIFS function arguments are:
-
Average_range – This is a required argument. The range of cells that you want to average.
-
Criteria_range1 – This is a required argument. The range to apply the associated criteria.
-
Criteria – This is an optional argument. The criteria used to define which cells are averaged.
Google Sheets AVERAGEIFS function Example
The below examples will show you how to use Google Sheets AVERAGEIFS Function to return the average of all numbers in a range of cells based on multiple criteria.
#1 To get the average of all numbers in average range B1:B5 and meet the criteria that equal to “2015” in range A1:A5, and equal to “TRUE”in range C1:C5 , just using the following Google Sheets formula:
=AVERAGEIFS(B1:B5,A1:A5,2018,C1:C5,"TRUE")

See Also:
Related Posts
Google Sheets MAX function
This post will guide you how to use Google Sheets MAX function with syntax and examples in Google Spreadsheet. Description The Google Sheets MAX function returns the largest numeric value from the numbers that you provided. Or returns the largest value in ...
Google Sheets AVERAGEIF Function
This post will guide you how to use Google Sheets AVERAGEIF function with syntax and examples in Google Spreadsheet. Description The Google Sheets AVERAGEIF function returns the average of all numbers in a range of cells that meet a given ...
Google Sheets MIN Function
This post will guide you how to use Google Sheets MIN function with syntax and examples in Google Spreadsheet. Description The Google Sheets MIN function returns the smallest numeric value from the numbers that you provided. Or returns the smallest ...
Google Sheets LARGE Function
This post will guide you how to use Google Sheets LARGE function with syntax and examples in Google Spreadsheet. Description The Google Sheets LARGE function returns the largest numeric value from the numbers that you provided. Or returns the largest ...
Google Sheets COUNTA function
This post will guide you how to use Google Sheets COUNTA function with syntax and examples in Google Spreadsheet. Description The Google Sheets COUNTA function counts the number of cells that are not empty in a range. And it returns ...
Google Sheets COUNT Function
This post will guide you how to use Google Sheets COUNT function with syntax and examples in Google Spreadsheets. Description The Google Sheets COUNT function counts the number of cells that contain numbers, and counts numbers within the list of ...
Google Sheets AVERAGE Function
This post will guide you how to use Google Sheets AVERAGE function with syntax and examples in Google Spreadsheets. Description The Google Sheets AVERAGE function returns the average of the numbers that you provided. The AVERAGE function is a build-in function ...