A complete operating manual for analytical spreadsheet modeling, synthesized from MGT 6574 (Spreadsheets for Business Analytics, Module III 2025, Dr. Larry J. LeBlanc, Owen Graduate School of Management, Vanderbilt University) — fourteen classes, six homework sets, two written technique papers, and the complete in-class solution library of roughly seventy workbooks. Approximately 30,000 words across a landing page, ten module sub-pages, and an eleven-page Master Playbook.
MGT 6574 is Owen's power-user course — the class that takes a manager who can already type =SUM(A1:A10) and turns them into someone who can build, audit, and trust a model that a real company will make a seven-figure decision on. Its working claim is that the spreadsheet is the most widely used analytical tool on earth and the most widely trusted one that nobody verifies — and that the gap between those two facts is where careers and capital quietly leak away. Across fourteen classes the course builds two intertwined skill stacks. The first is optimization and simulation: modeling business decisions as linear programs solved with Excel's Solver, and modeling uncertainty with Monte Carlo simulation. The second is the craft of robust spreadsheet construction: formal Tables, PivotTables, structured references, the relative/absolute reference discipline, text functions, form controls, conditional formatting, INDIRECT, the advanced form of SUMPRODUCT, the modern dynamic-array functions (SORT, SORTBY, UNIQUE, FILTER, XLOOKUP), and data validation. Every technique is taught the same way: a business story, a live workbook, a wrong way that looks fine on small data and silently corrupts at scale, and the robust way that survives growth, edits, and the next analyst who inherits the file.
If you remember only three sentences from this course, remember these. Every function, every model, every formatting convention is a footnote to one of them.
SUMPRODUCT instead of hand-typed sums, lookup tables instead of nested IFs, formal Tables instead of bordering ranges, data validation instead of trust.=B16+C16 is fine for a four-instrument credit union and catastrophic for a 50-state, 200-vendor model. Every "advanced" technique in the course — the advanced SUMPRODUCT, dynamic arrays, INDIRECT, structured references, OFFSET/MATCH lookups — is the same idea re-derived for a world where the data is too big to eyeball and too live to freeze.Three habits run through every class and are worth naming up front, because they are what separates this course from a list of Excel tricks.
SUMPRODUCT errors out when text sneaks into a numeric range. Data validation refuses bad input at the keyboard. Conditional formatting lights up the outlier. Checker columns (=AND(G2=H2,H2=I2)) prove that four independent methods agree. Robustness is designed in, not inspected in.| Class | Topic | Module |
|---|---|---|
| 1 | Why spreadsheets; sorting, named ranges, IF, SUMPRODUCT primer | Module 1 |
| 2 | Modeling decisions as linear programs; Solver | Module 2 |
| 3 | LP continued; formal Tables and PivotTables | Modules 2 + 5 |
| 4 | Workforce-scheduling LP; text functions; relative/absolute references | Modules 3 + 6 |
| 5 | Form controls and related functions | Module 7 |
| 6 | Conditional formatting; INDIRECT across sheets | Module 7 |
| 7 | Sequential / multi-period LPs; cash-flow planning; advanced SUMPRODUCT | Modules 4 + 8 |
| 8 | Advanced SUMPRODUCT continued; spilling, SORT, SORTBY, UNIQUE | Modules 8 + 9 |
| 9 | Dynamic arrays continued; FILTER; auto filters | Module 9 |
| 10 | Supply-chain LPs; data validation; error-alert types | Modules 4 + 10 |
| 11 | Simulation with random variables; probability distributions | Module 10 |
| 12 | Simulation continued — perishable items, bidding, investment | Module 10 |
| 13 | Queuing systems; creating sub-sheets from a master sheet | Module 10 |
| 14 | Advanced SUMPRODUCT part 3; miscellaneous advanced Excel | Modules 8 + 10 |
The ten modules group the fourteen classes into natural learning arcs. The foundation (Module 1) is the analytics culture, the risk thesis, and SUMPRODUCT — the single primitive that every later model is built on. The optimization arc (Modules 2–4) builds linear programming from a two-product mix to multi-period and network models. The craft arc (Modules 5–7) covers the everyday power-user toolkit — Tables and PivotTables, references and text, interactivity and signaling. The risk-reduction engine (Module 8) is the advanced SUMPRODUCT, the course's signature technique and the instructor's own research contribution. The modern toolkit (Module 9) is dynamic arrays. And the uncertainty arc (Module 10) closes with data validation, Monte Carlo simulation, and robust design.
IF function; SUMPRODUCT taught as "the sum of products of corresponding cells," the scalable replacement for hand-typed term-by-term sums; and the grey-cell / red-border / double-border modeling convention used in every model that follows.550A + 500B − 100,000 subject to three machine-capacity constraints). Setting up Solver: target cell, Max/Min, changing cells, adding constraints, non-negativity, and choosing the Simplex LP engine. The Wine Bottler and Chair Manufacturer product-mix problems.SUMPRODUCT). The Burger King diet model (binary and integer staging, and how the fractional solution reveals the missing constraints). The Warehouse / Nurse set-covering schedule (the 0/1 coverage matrix, 77 employees, and unique optimum value vs. multiple optimal solutions).