What entity type is best for my startup?
Financial models fail in two distinct ways, and founders usually guard against only one. Analytical failures — wrong assumptions, missed drivers — get all the attention. But mechanical failures kill just as many models: workbooks so tangled, hardcoded, and opaque that nobody can update them, audit them, or trust them, which means they quietly stop being used. The habits below exist because a model's value is proportional to how long it stays alive, and mechanically clean models are the ones that survive contact with month two. The do's first, then the don'ts, each with the reason it earns its place.
Do: Keep It Simple and Consistent
A complex model can be impressive to build and useless to everyone else — including you, six months from now. The audience for a financial model is always someone who didn't build it: an investor in diligence, a co-founder checking a hiring decision, your future self at midnight before a board meeting. Simplicity is a feature for them, and consistency is what makes simplicity scale: periods always flow left to right, the income statement sits above the balance sheet, comparable items live in comparable places on every tab. The test worth applying before calling a model done — could a competent outsider follow the logic from assumption to cash line without you narrating? If not, the model has a defect, whatever the formulas say.
Do: Use the Standard Color Code and Formatting Conventions
The conventions exist so a reader can classify every cell at a glance: blue for hardcoded inputs, black for formulas, green for links to other sheets, and all numbers right-aligned. This isn't aesthetics — it's an audit interface. Color coding tells anyone reviewing the model exactly where the assumptions live (the blue cells are the complete list of things you're claiming), which is both how investors test your thinking and how you find the lever when a scenario needs changing. A model where inputs and calculations are visually indistinguishable forces every reviewer to reverse-engineer it cell by cell, and most simply won't.
Do: Keep Formulas Consistent Across Time Periods
Every row's formula should be identical across all its columns, so extending the model's horizon is a drag-right operation rather than a reconstruction. Beyond convenience, uniform formulas are an error-prevention mechanism: the moment one month's cell contains a "special case" fix, the model has a landmine — a period that behaves differently for a reason nobody will remember, discovered later as an inexplicable kink in the forecast. If a period genuinely needs different treatment (a fundraise month, a one-time cost), model it as an explicit, labeled input flowing through the same formula, not as a hand-edited cell.
Do: Pick One Sign Convention and Never Deviate
Whether expenses show as negatives or as positives-to-be-subtracted matters less than choosing once and applying it everywhere. Mixed conventions are the most common source of the classic modeling injury: a subtotal that silently adds a cost instead of subtracting it, producing a forecast that's confidently wrong by twice the expense line. Many modelers keep everything positive and let the subtotal formulas carry the arithmetic; fine — the rule is uniformity, because sign errors are invisible in review and catastrophic in output.
Don't: Hardcode Numbers Inside Formulas
The cardinal sin. A formula like =B12*1.05 buries an assumption (5% growth) where no one can see, question, or change it — and a model with fifty of these is unauditable and un-updatable by construction. Every number that represents a claim about the world belongs in a labeled assumption cell, referenced by formulas: =B12*(1+$Assumptions.B$6). The discipline pays twice — reviewers can find your assumptions (they're the blue cells, per the convention above), and scenario analysis becomes changing inputs rather than hunting embedded constants through a hundred formulas.
Don't: Enter the Same Input in Multiple Places
One fact, one cell. When the headcount figure or the churn rate is typed into three tabs, the model will eventually be updated in two of them, and from that moment it contains contradictory versions of reality with no indication which is current. Every input lives once, on the assumptions tab, and every use references it — so an update propagates everywhere by construction rather than by memory.
Don't: Build a Web of Linked Files
Cross-workbook links feel organized and behave like debt: they break silently when files move or rename, they produce #REF errors at the worst possible moments, and they make the model impossible to share as a self-contained artifact — which is precisely what a diligence process will ask for. Consolidate into one well-structured workbook; if source data genuinely lives elsewhere, import it into a clearly labeled data tab rather than linking live.
Don't: Hide Sheets, Rows, or Formula Logic
Hiding the machinery to "protect" the model achieves the opposite in every audience that matters. To an investor, hidden tabs read as either sloppiness or concealment, and diligence will unhide them anyway; to your own team, hidden logic is logic that can't be checked. Transparency is the cheap signal of a model built by someone with nothing to bury — leave the workings visible and let the summary tab do the presentation job instead.
Don't: Confuse the Model With the Answer
The subtler mistake underneath all the mechanical ones: treating the model's output as a fact rather than as the consequence of its assumptions. A model is a deduction engine — garbage in, confident-looking garbage out — which is why the mechanical hygiene above matters at all: it keeps the assumptions visible enough to argue with. The forecast's job is to be wrong in an instructive way, surfacing which belief broke when actuals diverge. Models maintained in that spirit, updated monthly against closed books, become the company's working theory of itself; models built once for a pitch become PowerPoint with extra steps.
The structural side — drivers, three-statement linkage, scenarios — is covered in how to build a startup financial model, with the SaaS-specific version in SaaS modeling best practices. And if the existing model is the tangled kind — hardcodes, broken links, three versions of the truth — a rebuild with someone who does this weekly is usually faster than the archaeology.