ZonoTools

Excel Practice - AVERAGEIFS

Instruction

Calculate the average of C2:C6 for rows where A2:A6 is "South".

Formula Syntax

=AVERAGEIFS(average_range, criteria_range1, criteria1, ...)

  • average_range: Range of numbers to average when criteria are met.
  • criteria_range1: Range used to evaluate a condition.
  • criteria1: Condition used to filter values.
  • ...: Additional optional arguments.

What it does

Average values that match multiple conditions.

sales-by-region.xlsx

ABC
1RegionRepSales
2NorthLiam320
3SouthMia280
4NorthNoah410
5WestOlivia295
6SouthPaul360
7Output

Input Formula

Need Help?

Tips

  • Use AVERAGEIFS with clean and consistent ranges for predictable results.
  • Validate data types (number, text, date) before applying the formula.
  • Test the formula with a small sample first, then scale it to larger ranges.