Brook Preloader

Excel in the Age of AI — Why the “Old Tool” Still Wins (and How to Evolve It)

Excel in the Age of AI — Why the “Old Tool” Still Wins (and How to Evolve It)

Many SMEs still run on Excel — not just for one-off calculations, but as the spine of quotes, budgets, forecasts, reconciliations, even inventory. That isn’t a dirty secret. It’s reality. And it’s not inherently a bad one.

Why Excel Still Works

Excel is fast, familiar, and insanely flexible. Need a quick P&L by project? A pricing model with sliders? A what-if on headcount? You can build it this afternoon and ship it before dinner. In small teams, that speed beats committee-approved roadmaps every time.

The Trade-Offs

Speed has a shadow. Excel is:

  • Error-prone: silent formula breaks, hard-coded overrides, circular references hiding in the rafters.

  • Opaque: logic lives in cells, not in code; knowledge lives in one person’s head.

  • Fragile at scale: copy-paste inheritance creates version sprawl and conflicting truths.

Excel’s superpower—customization—is also its kryptonite.

When Excel Is the Right Tool

  • You’re exploring a problem and need rapid iteration.

  • The dataset is small to medium, with limited integration needs.

  • You need a prototype to prove value before committing engineering time.
    In these cases, Excel is not a compromise; it’s the right choice.

When It’s Time to Level Up

If reports must be repeatable, auditable, multi-user, and near real-time, you’ve outgrown spreadsheet-only operations. The answer isn’t “throw out Excel.” It’s repositioning Excel inside a sturdier data ecosystem.

The Step-by-Step Transition (the long route that’s actually shortest)

1) Stabilize the Source of Truth: ERP First

Lock down master data definitions (customers, SKUs, chart of accounts). Clean up posting rules and naming conventions. Bad ERP hygiene bleeds into every report you’ll ever build.

2) Centralize Data: Build Your Warehouse/Lakehouse

Create a single, modeled layer (star schemas, conformed dimensions) that feeds everything else. This is where reconciliation happens—once. After that, reporting is consumption, not detective work.

3) Standardize Metrics & Logic

Define revenue, margin, churn, ARR, utilization—once—in the semantic layer (e.g., Power BI models, dbt, or a metrics store). If the metric lives in ten Excel files, it lives nowhere.

4) Introduce a Hybrid Reporting Model

  • Keep Excel for analysis, ad hoc modeling, what-ifs.

  • Use BI tools (Power BI, Looker, Tableau) for distribution, governance, and drill-through.

  • Connect Excel to the governed model (Power BI dataset connections, ODBC, etc.) so analysts play with trusted numbers.

5) Wrap It in Lightweight Governance

  • Version control for key workbooks (SharePoint/OneDrive or Git-backed exports).

  • Data dictionary: plain-English definitions everyone can find.

  • Monthly change log: what changed in the model, why, and who signed off.

6) Replace Spreadsheets by Behavior, Not by Slogan

Identify the top five “fragile spreadsheets” (board pack, forecast, pricing, project margins, cash). For each:

  • Document inputs/outputs.

  • Move logic upstream where it belongs (warehouse/semantic layer).

  • Keep Excel as the interface if users love it, but feed it from trusted data.

Practical Guardrails for Teams That Still Love Excel

  • Name ranges and structured tables instead of A1 acrobatics.

  • Separate inputs, logic, outputs onto different sheets.

  • Turn off “file per person” culture; use a single controlled workbook or a template.

  • Add unit tests for key calcs (yes, in Excel: small test tables that assert expected values).

  • Protect critical cells; color-code input cells; document assumptions on the cover sheet.

The Mindset Shift

Don’t treat Excel as the enemy. Treat it as one endpoint in a system that starts with clean ERP data and a modeled warehouse. If the foundation is right, Excel becomes a powerful lens—not the source of truth.

In data, the patient path is the fast path. The long route really is the shortest: fix the ERP, model the data, standardize metrics, then let Excel (and BI) sing from the same score.