IntermediateData Analysis
Total only the orders above average
Sum the orders that beat the average, without typing the average in yourself.
SUMIF · AVERAGE
8 min25 points
Harbor Supply's sales director wants the average order value for the West region only. The version of the report she inherited uses a function her copy of Excel does not have, so it needs rebuilding from parts that are always available.
| Row number | A | B | C | D | E | F |
|---|---|---|---|---|---|---|
| 1 | Region | Value | ||||
| 2 | West | $1,200 | West average | |||
| 3 | East | $500 | ||||
| 4 | South | $900 | ||||
| 5 | West | $800 | ||||
| 6 | North | $600 | ||||
| 7 | South | $1,100 | ||||
| 8 | East | $700 | ||||
| 9 | West | $1,000 | ||||
| 10 | South | $400 | ||||
| 11 | North | $300 | ||||
| 12 |
Add up only the rows matching a text condition.
SUMIF
Sum the orders that beat the average, without typing the average in yourself.
SUMIF · AVERAGE
Count how many rows meet a numeric condition.
COUNTIF