November 20259 min readTransformation
From spreadsheets to systems: a transformation playbook
Every transformation starts with a spreadsheet.
Not literally — but in most operations teams, the critical processes that keep the business running are managed in Excel. Risk registers, control inventories, KPI trackers, project plans, client onboarding checklists — all living in spreadsheets that are emailed between teams, saved in personal drives, and maintained through heroic individual effort.
These spreadsheets work. That is why they exist. They are flexible, familiar, and fast to create. The problem is not the spreadsheet itself — it is what happens when the process it supports needs to scale, share data, maintain an audit trail, or survive the departure of the person who built it.
The journey from spreadsheet to system is not a technology project. It is a change management project with a technology component. Here is the playbook I have used across multiple transformations.
Phase one: understand the spreadsheet. Before building anything, understand why the spreadsheet exists. What problem does it solve? Who uses it? What are the inputs and outputs? How often is it updated? What breaks when it goes wrong? This analysis often reveals that the spreadsheet is solving multiple problems — some of which are better addressed by different solutions.
Phase two: separate data from logic. Spreadsheets interleave data storage, business logic, and presentation in a single file. The first step toward a system is separating these concerns. Move the data into a structured store (even a simple database). Extract the business logic into documented rules. This separation alone — even without a new interface — improves reliability and maintainability.
Phase three: build the minimum viable tool. Replace the spreadsheet with a purpose-built tool that handles the most common workflow. Not all workflows — just the one that consumes 80% of the time. Keep the spreadsheet available as a fallback for edge cases. Users should feel that the new tool makes their core workflow easier, not that it restricts their flexibility.
Phase four: expand and retire. As the tool proves its value, gradually expand its scope to cover more workflows. Each expansion should be driven by user demand, not by a project plan. When the tool covers enough ground that the spreadsheet is rarely opened, retire it formally — but keep the data archived.
The biggest risk in this journey is moving too fast. If you replace the spreadsheet before users trust the new tool, they will maintain both — doubling their workload and resenting the change. Patience is not a luxury; it is a prerequisite for lasting transformation.