AdvancedData Analysis
Name the second-best rep with LARGE and INDEX
Combine ranking with a lookup to return a name, not just a number.
LARGE · INDEX · MATCH
14 min40 points
A regional total in the monthly pack is returning zero and nobody can see why — the ranges look right, the region is spelled correctly, and the formula does not error. Someone has written it in the order SUMIF uses.
| Row number | A | B | C | D | E |
|---|---|---|---|---|---|
| 1 | Region | Amount | West total | ||
| 2 | West | $1,200 | #VALUE! | ||
| 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 |
Diagnose and correct a formula that returns the wrong answer.
IF
Apply two conditions at once to a conditional sum.
SUMIFS
Write one formula that stays correct filled both across and down a grid.
SUMIFS