Sensitivity Analysis for Use of Proceeds Models: Build a Decision-Making Framework for Runway
The Problem with a Single-Story Financial Model
The financial model in your pitch deck tells a single, optimistic story. But reality is rarely so linear. A key customer churns, a product launch is delayed, or a competitor makes an unexpected move. Suddenly, the plan you sold to investors looks fragile. This is more than just a theoretical risk; according to CB Insights (2023), “'Ran out of cash / failed to raise new capital' remains a top-3 reason for startup failure.” The core challenge for founders in the US and UK is not just creating a budget, but understanding its breaking points. Learning how to test a startup budget under different scenarios is the critical skill that separates proactive leaders from reactive ones, turning your forecast from a static document into a dynamic navigation tool. For post-funding allocation templates, see the hub on use of proceeds modelling.
Foundational Understanding: From Static Forecast to Dynamic Tool
Sensitivity analysis is a structured way to ask “what if?” It systematically changes key assumptions in your financial model to see the impact on your most critical metric: cash runway. This isn't about guessing the future. It’s about quantifying the impact of uncertainty. The goal is to move beyond a single, optimistic “base case” and understand which variables have the most power to alter your company’s trajectory.
For a pre-seed or Series B startup, the stakes are incredibly high. A small deviation can have an outsized impact on cash. For instance, a 15% slip in new revenue or a key hire taking two months longer than planned can easily shorten an 18-month plan to a 12-month plan. This type of financial model stress testing reveals these vulnerabilities before they become existential threats, forming the core of effective cost management for startups.
It’s helpful to distinguish between a few related terms:
- Sensitivity Analysis: Isolates one variable at a time (e.g., how does a 10% drop in conversion rate affect runway?).
- Scenario Planning: Bundles several variables together to model a plausible future (e.g., a "recession" scenario might include lower revenue, longer sales cycles, and higher churn).
- Stress Testing: A form of scenario planning that specifically models extreme but plausible negative outcomes to find the model's breaking point.
The practical consequence tends to be a shift in mindset. Instead of aiming for perfect prediction, you aim to understand the magnitude of risk. This process helps you identify the handful of metrics that truly determine your company’s fate, forming the basis for proactive budget scenario planning.
How to Test Your Startup Budget: A Step-by-Step Guide
A robust analysis follows a clear, repeatable process. By focusing on the most impactful variables and scenarios, you can gain maximum insight without creating unnecessary complexity in your startup cash flow forecasting.
Step 1: Isolate Your "What If" Variables (The Big Three)
To begin your expense sensitivity analysis, you must first answer the question: which handful of assumptions will make or break my runway? While every business is unique, the drivers of cash burn for early-stage companies consistently fall into three categories. Focusing here provides the most insight with the least complexity.
- Revenue Growth: This is almost always the most sensitive variable. How you measure it depends entirely on your business model. These examples show how sector differences change model drivers.
- For a SaaS company in the US, key drivers include the monthly growth rate of new Annual Recurring Revenue (ARR), customer churn rate, and net revenue retention.
- For an e-commerce startup in the UK using Shopify and Xero, it might be the customer conversion rate, average order value, or customer lifetime value.
- For a pre-revenue Biotech or Deeptech firm, the equivalent is often the timing of a major grant payment or a technical milestone that unlocks the next tranche of funding.
- For a professional services firm, this could be the average billable rate or the team's utilization rate.
- Hiring Plan: People are typically your largest fixed cost. The assumption is not just *if* you will hire, but *when*. The reality for most pre-seed to Series B startups is that finding the right talent takes time. It’s essential to model a 2-3 month delay in the hiring plan for key roles like a lead engineer or your first sales leader. A delay here doesn't just save salary in the short term; it has a cascading negative effect on your product roadmap and revenue targets. See our Hiring Plan Models Tied to Funding Milestones for SaaS Startups for templates and timing rules.
- Variable Costs and Unit Economics: These assumptions test the efficiency of your growth engine. It's one thing to acquire customers, but another to do it profitably. Your model must account for shifts in these core metrics.
- For a SaaS or e-commerce business, it’s crucial to model what happens if it takes 25% more ad spend to acquire a customer (an increase in Customer Acquisition Cost, or CAC).
- For an e-commerce company, it could be a sudden increase in shipping costs or the cost of goods sold (COGS) from a supplier.
- For a professional services firm, this might be a lower average billable rate or higher-than-expected subcontractor costs.
- For pre-revenue Biotech teams, it's wise to factor in grant timing and success probability. Data like the NIH FY2023 grant figures can help calibrate realistic grant timing and amounts.
Step 2: Define Realistic Scenarios for Growth Scenario Modeling
Once you have your key variables, the next step in growth scenario modeling is to define the plausible futures you need to plan for. This goes beyond a simple best and worst case, introducing nuance that reflects how startups actually evolve. You should build four distinct, clearly defined scenarios.
- Base Case: This is your operating plan, the original forecast you built, and the one you are actively working towards. It assumes your key assumptions hold true. All other scenarios are measured against this baseline.
- Upside Case: This is your optimistic scenario where key assumptions break in your favor. An Upside Case example might be achieving 25% higher revenue than the base plan due to a viral marketing campaign or a competitor's misstep. This helps you understand how you might reinvest in growth if things go exceptionally well.
- Downside Case: This scenario models a significant negative shock and is a core part of financial model stress testing. It often combines multiple negative events. A Downside Case example: 30% lower revenue, combined with a 20% higher CAC. This case helps define your absolute runway cliff and the point at which drastic action is required.
- Delayed Ramp Case: This is often the most valuable and realistic scenario. It’s not a catastrophe, but a reflection that things simply take longer than planned. A powerful Delayed Ramp Case example: Revenue takes 9 months to hit the 6-month target. This scenario models the slow, grinding pressure of missed targets, a common experience for early-stage companies finding their go-to-market motion.
Step 3: Build a Dynamic Model in a Spreadsheet
Building this analysis without creating a messy, error-prone spreadsheet is the most common implementation challenge. The key is to avoid creating separate tabs or files for each scenario. Instead, you should build a dynamic model in Google Sheets or Excel that can toggle between scenarios with a single click. This approach directly answers: how do I build this without completely breaking my existing financial model?
First, structure your model with a dedicated ‘Assumptions’ tab. This tab will act as your control panel. List your key drivers (e.g., ‘New ARR per Month,’ ‘Avg. Ad Spend per Customer,’ ‘Key Hire Start Month’) in rows. Then, create columns for each of your four scenarios: Base, Upside, Downside, and Delayed Ramp. Fill in the corresponding assumption for each driver in each scenario column. For example, the Downside assumption for new ARR per month could be 70% of the Base Case value.
Next, create a ‘Scenario Selector’ on this tab. This is a single cell, for instance A1, where you can use Data Validation to create a dropdown list with the names of your four scenarios ("Base Case", "Upside Case", etc.).
The final step is to link your main financial model to these assumptions using a formula. Instead of your model pulling a hard-coded number, it will now pull the correct assumption based on your Scenario Selector dropdown. Here is a clear example of the logic using a CHOOSE and MATCH formula combination:
Imagine your Scenario Selector is in cell Assumptions!$A$1. Your values for 'New ARR per Month' for Base, Upside, and Downside are in cells B10, C10, and D10 respectively. In your main financial forecast, the cell for new ARR would contain this formula:
=CHOOSE(MATCH(Assumptions!$A$1, {"Base", "Upside", "Downside"}, 0), B10, C10, D10)
This formula finds which position ("Base" is 1, "Upside" is 2, etc.) is selected in your dropdown and then chooses the corresponding value from the list of cells. For more detailed instructions, see a guide like this DataCamp tutorial for step-by-step Excel examples of sensitivity analysis.
Turning Analysis into Action: Your New Decision Framework
Your model just produced four different runway dates. Now what? The purpose of this entire exercise is not academic; it is to create a clear decision-making framework that turns your analysis into action. The output is a set of “if-then” triggers that you can share with your board, your team, and your investors. This is one of the most effective runway extension strategies you can implement.
What founders find actually works is translating each scenario into pre-agreed-upon actions. This process prevents emotional decision-making when pressure is high. You are essentially deciding on your course corrections now, with a clear head, before the storm hits.
Here are some practical examples of what this decision framework looks like:
- Fundraising Trigger: “**IF** our actuals track to the ‘Downside Case’ for two consecutive months, and our cash runway dips below 9 months, **THEN** we will formally begin our next fundraising process.” This is a critical trigger, because a typical startup fundraising process takes 6 months to complete, giving you a 3-month buffer.
- Hiring Trigger: “**IF** we are tracking to the ‘Delayed Ramp Case’ at the end of Q2, **THEN** we will freeze all non-essential hiring and defer backfills for non-critical roles until revenue targets are back on track.”
- Spend Trigger: “**IF** our CAC is trending 15% above the ‘Base Case’ for a full quarter, **THEN** we will conduct a full marketing channel audit and pause the two most expensive experimental campaigns.”
- Product Trigger: "**IF** we hit our 'Upside Case' targets for two consecutive quarters, **THEN** we will accelerate the hiring of two additional senior engineers to fast-track our enterprise product roadmap."
Communicating Your Scenarios to the Board and Investors
Presenting a model that shows your company could run out of cash faster than planned can feel daunting. However, experienced investors and board members view this type of analysis as a sign of operational maturity, not weakness. Framing is everything.
When sharing your findings, lead with your Base Case as the operational plan you are driving towards. Introduce the other scenarios not as failures, but as guardrails. Explain that you have built this framework to make smarter, faster decisions. Focus the conversation on the "if-then" triggers you've established. This shows you're not just identifying potential problems; you've already architected the solutions.
Avoid overwhelming stakeholders by walking them through the complex spreadsheet. Instead, create a simple summary slide. A bar chart showing the runway in months for each of the four scenarios can be incredibly effective. This communicates the key outcomes of your budget scenario planning without getting lost in the details.
An Advisor's Final Gut Check
The goal of sensitivity analysis is not to create a perfectly accurate prediction of the future. It is to build organizational resilience. The process forces difficult, but necessary, conversations about priorities, spending, and risk long before cash becomes a crisis. By understanding how and where your plan is most likely to break, you give yourself the most valuable asset any founder can have: time to make better decisions. Your model becomes a tool for thinking, not just for reporting. For detailed allocation templates and milestone mapping, see the use of proceeds modelling hub.
Frequently Asked Questions
Q: What is the main difference between sensitivity analysis and scenario planning?
A: Sensitivity analysis typically changes one variable at a time to see its isolated impact (e.g., how a 10% CAC increase affects runway). Scenario planning bundles multiple variable changes together to model a complete, plausible future, such as a "recession" scenario with lower revenue and longer sales cycles.
Q: How often should we update our financial model stress testing?
A: A good cadence is to perform a deep review quarterly, in line with board meetings. You should also revisit your scenarios whenever a major assumption changes, such as closing a new funding round, launching a new product line, or facing a significant shift in the market landscape.
Q: At what stage is this analysis most critical for a startup?
A: While always valuable, it's most critical from the pre-seed to Series B stages. At this point, the business model is still solidifying, and small changes can have a huge impact on a limited cash runway. It provides an essential framework before the company has years of stable historical data to rely on.
Q: Is there specific software for expense sensitivity analysis?
A: While most early-stage startups use Excel or Google Sheets for flexibility, dedicated Financial Planning & Analysis (FP&A) platforms like Pigment, Causal, or Cube exist. These tools can automate scenario modeling but are often better suited for later-stage companies with more complex financial operations.
Curious How We Support Startups Like Yours?


