Correct Answer: AVERAGEIFS
The AVERAGEIF() function is used to calculate the average (arithmetic mean) of a range based on one or more true or false conditions.
Syntax:
=AVERAGEIFS(average_range, criteria_range1, criterion1, ...)
Correct Answer: AVERAGEIF
The AVERAGEIF() function is used to calculate the average (arithmetic mean) of a range based on a true or false condition.
Syntax:
=AVERAGEIF(criteria_range, criterion, [average_range])
Correct Answer: AVERAGE
The AVERAGE() function is used to calculate the average (arithmetic mean).
Syntax:
=AVERAGE(value1, [value2, ...])
Correct Answer: SUMIF
To calculate the sum of values in a range based on a true or false condition - SUMIF() function is used.
Syntax:
=SUMIF(range, criterion, [sum_range])
Correct Answer: Currency
The numbers denoted by the dollar ($) sign are represented by the currency. To do this, choose the cells that have the numbers in them, click "Format Menu," then choose "Number" from the list, and finally click "Currency."
Correct Answer: SUMIFS
To calculate the sum of a range based on one or more true or false conditions - SUMIFS() function is used.
Syntax:
=SUMIFS(sum_range, criteria_range1, criterion1, [criteria_range2, ...], [criterion2, ...])
Correct Answer: SUM
To add up numbers in a range - SUM() function is used.
Example: = SUM (B2:B10)