You're a finance analyst rolling 18 transactions up to a regional summary. Columns A–D contain TxID, Region (North/South/East/West), Product, and Revenue.
The region labels are already laid out in column F (F2=North → F5=West) and the Total Revenue header sits in G1.
Your task:
- In column G (Total Revenue), return the total Revenue per region using SUMIFS.
Graded cells: G2 (North), G4 (East), G5 (West).
Open this problem on a desktop to attempt it.