Array Functions
Advanced

Capstone: build a live regional summary

Everything in this track, in one report.

Task:

Finance wants a summary that maintains itself. Three cells, three formulas. In E2, list each region once from B2:B9. In F2, list the same regions ordered by name. In G2, list the order numbers from A2:A9 for orders over 1000.

Learning Objectives:

  • Combine UNIQUE, SORT and FILTER
  • Chain formulas with a spilled reference
  • Leave room for results to spill
Hints

Solve without hints for +5 XP

Interactive Spreadsheet

The data in this exercise

This is the grid you start with. Cell references in the task — B6, C2 — point at the row numbers and column letters below.

ABCDEFG
1OrderRegionAmountRegionsSortedLarge orders
2SO-1041North1200
3SO-1042South890
4SO-1043North2100
5SO-1044East640
6SO-1045South1750
7SO-1046North430
8SO-1047West980
9SO-1048East1310
What this exercise teaches (contains the answer)

Three formulas and the report maintains itself. Add an order next month and every one of them resizes. F2 pointing at E2# rather than E2:E5 is the detail that makes it durable — hardcode the range and it breaks the first time a new region appears.