You're a retail analyst pulling out the three best-selling products from a 10-row catalog. Columns A–B contain Product and UnitsSold.
Your task:
- In column F (Top Product), return the product name of the rank-1, rank-2, and rank-3 best-sellers using LARGE + INDEX/MATCH.
The formula in F2 should drag-fill from F2 → F4, picking up rank 1, 2, 3 automatically.
Graded cells: F2 (rank 1), F3 (rank 2), F4 (rank 3).
Open this problem on a desktop to attempt it.