Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed:
=AVERAGEIFS(C2:C7,B2:B7,"West",A2:A7,"Q1")Edit the grid or formula, then run it through a real spreadsheet engine — no signup.
Sample data — click any cell to edit
Need it for your exact data?
Describe your columns in plain English and get the precise formula for your sheet, with the right Excel or Sheets syntax.
Yes. Use a comparison string as the criteria: =AVERAGEIF(C2:C7,">5000") averages all values in C2:C7 greater than 5000 (criteria_range and average_range are the same column).
Negligible on typical datasets. AVERAGEIFS with one criterion pair is equivalent to AVERAGEIF and equally fast.
Yes. Both AVERAGEIF and AVERAGEIFS are fully supported in Google Sheets with identical syntax to Excel.
Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed: