0
0
Excelspreadsheet~5 mins

AVERAGEIF and AVERAGEIFS in Excel - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What does the AVERAGEIF function do in Excel?
AVERAGEIF calculates the average (mean) of numbers in a range that meet a single condition or criteria.
Click to reveal answer
beginner
How is AVERAGEIFS different from AVERAGEIF?
AVERAGEIFS calculates the average of numbers that meet multiple conditions, while AVERAGEIF works with only one condition.
Click to reveal answer
beginner
Write the syntax of AVERAGEIF function.
AVERAGEIF(range, criteria, [average_range])<br> - range: cells to check the condition<br> - criteria: condition to meet<br> - average_range (optional): cells to average if different from range
Click to reveal answer
intermediate
What happens if no cells meet the criteria in AVERAGEIF or AVERAGEIFS?
Excel returns the #DIV/0! error because it tries to divide by zero (no matching cells to average).
Click to reveal answer
intermediate
Give a real-life example where AVERAGEIFS is useful.
Calculating the average sales amount for a specific product in a specific region, using multiple conditions like product name and region.
Click to reveal answer
Which function would you use to find the average of numbers greater than 50 in a list?
AAVERAGEIFS
BSUMIF
CAVERAGEIF
DCOUNTIF
What is the correct syntax for AVERAGEIFS?
AAVERAGEIFS(average_range, criteria_range1, criteria1, [criteria_range2, criteria2], ...)
BAVERAGEIFS(criteria_range, criteria, average_range)
CAVERAGEIFS(range, criteria)
DAVERAGEIFS(criteria, range)
If you want to average scores only for students who scored above 80 and attended more than 90% classes, which function is best?
AAVERAGEIFS
BSUMIF
CAVERAGEIF
DCOUNTIF
What result do you get if no cells meet the criteria in AVERAGEIF?
A0
B#DIV/0! error
CBlank cell
DSum of all cells
Which argument is optional in AVERAGEIF?
Arange
Bcriteria_range
Ccriteria
Daverage_range
Explain how to use AVERAGEIF to find the average of sales above $1000 in a sales list.
Think about which cells you want to check and which cells to average.
You got /4 concepts.
    Describe a scenario where AVERAGEIFS is better than AVERAGEIF and how you would set it up.
    Consider filtering data by more than one rule.
    You got /4 concepts.