Three weeks before a Target reset, a $22M kitchenware brand discovered their allocation spreadsheet had been pulling costs from the wrong column since February. Five months of purchase orders, margin calculations, and wholesale pricing decisions—all built on landed costs that were 11% too low. The founder found the error at 2 a.m. on a Sunday, tracing a margin shortfall back through four tabs, two VLOOKUP chains, and one copy-paste that referenced row 14 instead of row 15.

The fix took six hours. The damage—mispriced wholesale commitments, under-reserved inventory, a quarterly P&L that needed restating—took the rest of the quarter to unwind.

Every scaling CPG brand has a version of this story, or one waiting to happen.

How a spreadsheet ends up running your business

Nobody plans to run a $20M operation on spreadsheets. It happens incrementally. The founder builds a reorder calculator in year one because it solves an immediate problem. The ops hire inherits it and adds a tab for allocation. Someone pastes in a freight rate table. A seasonal adjustment column appears. By year three, a workbook that started as a quick tool has become the central nervous system for inventory planning, cost tracking, and wholesale pricing—with no documentation, no version control, and no backup beyond whatever Google Sheets auto-saved last.

The pattern is consistent across brands at the $5M–$30M stage:

ProcessWhat started asWhat it became
Reorder planningA quick calculator for two suppliersA 12-tab workbook with MOQs, lead times, safety stock, and seasonal adjustments for 200+ SKUs
Cost trackingA sheet matching POs to invoicesThe only place that knows actual landed cost per unit, including freight, duties, and warehouse handling
Wholesale pricingA price list for two accountsA dynamic model with account-specific pricing, volume tiers, promo calendars, and margin floors across 30+ retail and distributor accounts
Inventory allocationA simple split between DTC and wholesaleA multi-channel allocation engine covering Amazon, Shopify, four retail accounts, and a 3PL—with manual reserve overrides
Demand forecastingA trailing-average formulaA statistical model combining POS data, seasonality curves, promo lifts, and pipeline velocity across channels

Each of these started as the right tool for the job. The problem is that none of them were designed to be the system of record for a $20M brand—and all of them became exactly that.

The five failure modes

Spreadsheet failures don’t announce themselves. They compound silently until something downstream breaks hard enough to trace back.

1. Formula drift

A formula that worked when the sheet had 50 rows doesn’t always work at 500. Ranges that were hardcoded to A2:A50 don’t expand. A VLOOKUP that referenced a sorted table breaks when someone inserts a row. An IF/THEN chain that handled three product categories doesn’t account for the fourth one added in Q2.

The insidious part: these errors produce plausible numbers. A cost lookup that returns the wrong row still returns a cost. It looks reasonable, and it is wrong by just enough to erode margin without triggering an obvious alarm.

2. Single-owner dependency

Every critical spreadsheet has an owner—usually the person who built it. When that person is on vacation, sick, or leaves the company, the institutional knowledge leaves with them.

Questions that become unanswerable overnight:

  • Why does column M multiply by 1.085 instead of the standard 1.06 markup?
  • What does the yellow highlighting in the allocation tab mean?
  • Which cells are inputs vs. calculated fields?
  • Why is row 47 hardcoded to zero?

A consumer electronics brand learned this when their ops manager left after 18 months. The replacement spent six weeks reverse-engineering the reorder spreadsheet before discovering that three supplier lead times were manually overridden in cells that looked like formulas. By the time the corrections propagated, two container shipments had been ordered four weeks too late.

3. Version collision

Two people open the same Google Sheet. Both make changes. One saves. The other saves two minutes later, overwriting half the first person’s work. Or worse: both are working in different tabs of the same workbook, and a formula in Tab A references a cell in Tab B that the other person just restructured.

This gets exponentially worse during peak planning periods—exactly when accuracy matters most. Pre-holiday allocation, trade show pricing prep, Q4 demand planning. The moments when three people need the same sheet simultaneously are the moments when that sheet is most fragile.

4. No audit trail

When a number is wrong in a spreadsheet, the first question is: who changed it, and when? In most spreadsheet environments, the answer is a shrug. Google Sheets has a version history, but navigating 300 versions of a 15-tab workbook to find which cell changed on which date is functionally impossible at speed.

This makes root cause analysis a guessing game. Was it a formula error? A manual override someone forgot to undo? A paste-values operation that stripped a formula? An import that shifted rows? Without an audit trail, you fix the symptom and hope the cause doesn’t recur.

5. Scaling ceiling

Spreadsheets don’t degrade gracefully under load. A workbook that opens in two seconds with 5,000 rows takes 45 seconds with 50,000. A VLOOKUP across three tabs becomes a VLOOKUP across three tabs referencing two other workbooks via IMPORTRANGE, and now your allocation model takes four minutes to recalculate every time someone edits a cell.

The workaround is always the same: someone builds a second spreadsheet that summarizes the first one, adding another link in a chain that gets more brittle with every connection.

Scoring your exposure

Not every spreadsheet needs to be replaced. The goal is to identify the ones where failure would cost real money, and migrate those first.

Rate each critical spreadsheet on three dimensions:

DimensionScore 1 (low risk)Score 3 (medium risk)Score 5 (high risk)
Blast radiusAffects one process or reportAffects cross-functional decisions (purchasing, pricing, fulfillment)Directly determines customer-facing commitments (POs, pricing, allocation)
Owner concentration3+ people can maintain it2 people understand it1 person built and maintains it
Change frequencyUpdated monthly or lessUpdated weeklyUpdated daily or in real-time during peak
Spreadsheet Risk Score

  Blast radius:         ___  (1–5)
  Owner concentration:  ___  (1–5)
  Change frequency:     ___  (1–5)
                        ─────────
  Total:                ___  (out of 15)

  3–6:   Monitor. Review quarterly for drift.
  7–10:  Document. Write procedures, add validation,
         cross-train a second owner.
  11–15: Migrate. This spreadsheet is a business
         continuity risk. Move it to a system with
         audit trails, role-based access, and
         programmatic validation.

Most brands that run this exercise find one or two spreadsheets scoring 12+ and a cluster in the 7–10 range. The 12+ sheets are the ones that keep the founder up at night—they just haven’t had a framework to articulate why.

What a spreadsheet failure costs

Operators underestimate spreadsheet risk because the failures are invisible until they aren’t. Here’s what the math looks like when a critical spreadsheet breaks at a $20M brand:

Scenario: Cost spreadsheet pulls wrong landed cost for 60 days

  Revenue affected:           $3,300,000  (2 months at $20M/yr)
  Margin error:               2.4%        (landed cost off by ~11%)
  Direct margin loss:         $79,200

  Downstream effects:
  − Wholesale pricing set too low:        $31,000  (locked pricing for 2 quarters)
  − Safety stock miscalculated:           $18,500  (excess inventory carrying cost)
  − Demand plan built on wrong margins:   $12,000  (over-ordered slow movers)
  − Finance team restatement labor:       $8,500   (3 weeks of reconciliation)
                                          ────────
  Total cost of one wrong cell:           $149,200

That’s one formula, in one tab, catching one wrong row. Multiply the scenarios—a demand planner using last year’s seasonality curve because someone overwrote this year’s, an allocation model that doesn’t account for a new wholesale account, a pricing sheet that still reflects pre-tariff COGS—and the exposure climbs fast.

What migration involves

Replacing a spreadsheet is a process documentation project that happens to end with different software.

Step 1: Map the data flow

Before touching any tool, document what goes into and out of the spreadsheet. Every critical workbook is part of a chain: data comes in from somewhere (POs, invoices, POS feeds, manual entry), gets transformed (lookups, calculations, allocations), and feeds something downstream (another spreadsheet, a report, a pricing decision, a purchase order).

Draw that chain. If you can’t draw it, you don’t understand the process well enough to migrate it.

Step 2: Identify the validation gaps

Spreadsheets let you type anything into any cell. That’s both their strength and their fatal flaw. For every input in the workbook, ask: what would happen if this value were wrong by 10x? By negative? By blank?

The answers tell you where your new system needs guardrails: range checks, required fields, referential integrity, approval workflows for values above a threshold.

Step 3: Migrate the highest-risk sheet first

Migrate one process, not the whole stack. Take the spreadsheet that scored highest on the risk framework and move that one process into a system with proper data validation, user permissions, and change logging. For most brands at this stage, that’s one of three things:

  • Inventory planning and reorder management
  • Landed cost and COGS tracking
  • Wholesale pricing and account-level margin management

The rest can stay in spreadsheets for now—monitored, documented, and cross-trained—while you prove the value of the first migration.

Step 4: Keep the spreadsheet as a read-only check

Don’t delete the old spreadsheet. Convert it to a read-only validation layer that pulls from your new system. When the two disagree, you have an early warning system. When they agree consistently for 90 days, you can retire the spreadsheet with confidence.

The documentation test

If you’re not ready to migrate, at minimum run this test: ask someone who didn’t build the spreadsheet to use it for a real task—generating next month’s reorder quantities, pricing a new wholesale account, allocating incoming inventory. Time how long it takes. Count how many questions they ask. Note every cell where they hesitate.

If the task takes more than twice as long as it takes the original owner, or if the stand-in makes a material error, that spreadsheet is a single point of failure wearing a disguise.

What to do this week

  1. List every spreadsheet that directly drives a purchasing, pricing, or allocation decision.
  2. Score each one using the risk framework above.
  3. For any spreadsheet scoring 11+, schedule a 30-minute session to document its data flow with the person who built it—before they forget, leave, or go on vacation.
  4. Set a calendar reminder to re-score quarterly. Spreadsheet risk only grows as you scale.

The spreadsheet that runs your operation was never designed to run your operation. At some point between $5M and $30M, every brand hits the moment where the tool that got them here becomes the thing that holds them back. The only question is whether you find that moment on your own terms—or at 2 a.m. on a Sunday, staring at a VLOOKUP that points to the wrong row.

When you’re ready to move your inventory planning, cost tracking, and allocation off spreadsheets and into a system built for multi-channel operations, book a demo with Endless and see how CommerceOS replaces the workbook chain with a single source of truth.

Commerce is chaos.

Tame your tech stack with one system that brings it all together—and actually works.

Get a Demo

Share this post