<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Forecasting &#8211; Sarah Schlott</title>
	<atom:link href="https://sarahgschlott.com/tag/forecasting/feed/" rel="self" type="application/rss+xml" />
	<link>https://sarahgschlott.com</link>
	<description>FP&#38;A Insights</description>
	<lastBuildDate>Sat, 27 Sep 2025 22:01:34 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://sarahgschlott.com/wp-content/uploads/2025/05/cropped-ChatGPT-Image-May-13-2025-07_00_01-PM-1-1-1-32x32.png</url>
	<title>Forecasting &#8211; Sarah Schlott</title>
	<link>https://sarahgschlott.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Forecasting Is Street Food, Not Fine Dining</title>
		<link>https://sarahgschlott.com/forecasting-is-street-food-not-fine-dining/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=forecasting-is-street-food-not-fine-dining</link>
		
		<dc:creator><![CDATA[Sarah Schlott]]></dc:creator>
		<pubDate>Thu, 28 Aug 2025 09:59:21 +0000</pubDate>
				<category><![CDATA[FP&A]]></category>
		<category><![CDATA[CFO]]></category>
		<category><![CDATA[Forecasting]]></category>
		<guid isPermaLink="false">https://sarahgschlott.com/?p=4862</guid>

					<description><![CDATA[Hey there… You’ve just run into members-only territory. But don’t worry — joining is totally free. No credit card. No gotchas. Just instant access. When you join the FP&#38;A Insider Community, you’ll get: Free resources you won’t find anywhere else Updates on new FP&#38;A strategies and tools A front-row seat to conversations with operators who [&#8230;]]]></description>
										<content:encoded><![CDATA[<style>
	/* Hide page title for whole site restrictions */
	body.urcr-hide-page-title .wp-block-post-title,
	body.urcr-hide-page-title .entry-header,
	body.urcr-hide-page-title .page-header,
	body.urcr-hide-page-title .entry-title,
	body.urcr-hide-page-title .page-title,
	body.urcr-hide-page-title h1.entry-title,
	body.urcr-hide-page-title h1.page-title,
	body.urcr-hide-page-title .post-title,
	body.urcr-hide-page-title .single-post-title,
	body.urcr-hide-page-title .single-page-title,
	body.urcr-hide-page-title article header.entry-header,
	body.urcr-hide-page-title article .entry-title {
		display: none !important;
	}
	.urcr-access-card {
		display: flex;
		flex-direction: column;
		background-color: #ffffff;
		border: 1px solid #f1f5f9;
		border-radius: 7px;
		padding: 32px;
		max-width: 800px !important;
		width: 100%;
		box-shadow: 0 6px 26px 0 rgba(10, 10, 10, 0.06);
		margin: 24px auto !important;
		box-sizing: border-box;
	}
	.urcr-access-card h3 {
		font-weight: 700;
		font-size: 28px;
		line-height: 36px;
		color: #1a1a1a;
		margin: 0 0 20px;
	}
	.urcr-access-card p {
		font-weight: 400;
		font-size: 16px;
		line-height: 24px;
		color: #6B6B6B;
		margin: 0 0 12px;
	}
	.urcr-access-card p:last-child {
		margin: 12px 0 0;
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		gap: 8px 20px;
	}
	.urcr-access-card p > a {
		font-size: 16px;
		line-height: 24px;
		padding: 14px 32px;
		font-weight: 500;
		border-radius: 4px;
		text-decoration: none;
		margin: 0;
		cursor: pointer;
		background: transparent;
		color: #4e4e4e;
		transition: all .3s ease;
	}
	.urcr-access-card p > a.urcr-signup-link {
		background: var(--ur-button-background-normal-color, #475bb2);
		color: var(--ur-button-text-normal-color, #ffffff);
	}
	.urcr-access-card p > a.urcr-signup-link:hover {
		background: var(--ur-button-background-hover-color, #38488e);
		color: var(--ur-button-text-hover-color, #ffffff);
	}
	.urcr-access-card p > a.urcr-access-button {
		background: transparent;
		text-decoration: underline;
		padding: 14px 16px;
	}
	.urcr-access-card p > a.urcr-access-button:hover {
		color: #475bb2;
	}
	.urcr-access-heading {
		font-size: 28px;
		font-weight: 700;
		color: #1a1a1a;
		margin: 0 0 16px 0;
		line-height: 1.2;
	}
	.urcr-access-description {
		font-size: 16px;
		color: #6B6B6B;
		margin: 0 0 40px 0;
		line-height: 1.5;
	}
	.urcr-access-description br {
		display: none;
	}
	.urcr-actions {
		display: block;
		text-align: center;
	}
	.urcr-actions br {
		display: none;
	}
	.urcr-actions a {
		text-decoration: none;
		margin: 0;
		display: block;
		text-align: left;
	}
	@media (max-width: 480px) {
		.urcr-access-card {
			padding: 24px;
		}
		.urcr-access-card h3 {
			font-size: 22px;
			line-height: 30px;
		}
		.urcr-access-card p {
			font-size: 15px;
			line-height: 25px;
		}
		.urcr-access-heading {
			font-size: 24px;
		}
	}
</style>
<div class="urcr-access-card">
	Hey there…</p>
<p>You’ve just run into members-only territory.</p>
<p>But don’t worry — joining is totally free.<br />
No credit card. No gotchas. Just instant access.</p>
<p>When you join the FP&amp;A Insider Community, you’ll get:</p>
<p>Free resources you won’t find anywhere else<br />
Updates on new FP&amp;A strategies and tools<br />
A front-row seat to conversations with operators who are actually doing the work</p>
<p>Register and this post unlocks immediately.</p>
<div class='user-registration ur-frontend-form  ur-frontend-form--flat ' id='user-registration-form-102'>
<form method='post' class='register' data-form-id="102"
				data-enable-strength-password="1" data-minimum-password-strength="3"
															 data-captcha-enabled="1"></p>
<div class="ur-form-row" data-row-id="0">
<div class="ur-form-grid ur-grid-1"
								style="width:48%"></p>
<div  data-field-id="user_login" class="ur-field-item field-user_login " data-ref-id="user_login" data-field-pattern-enabled="0" data-field-pattern-value=" " data-field-pattern-message=" ">
<div class="form-row validate-required" id="user_login_field" data-priority="" ><label for="user_login" class="ur-label">Username <abbr class="required" title="required">*</abbr></label> <span class="input-wrapper"> <input  data-rules="" data-id="user_login" type="text" class="input-text   input-text ur-frontend-field  " name="user_login" id="user_login" placeholder=""  value="" required="required" data-label="Username" data-username-character="1"/> </span> </div>
</p></div>
<div  data-field-id="user_pass" class="ur-field-item field-user_pass " data-ref-id="user_pass" data-field-pattern-enabled="0" data-field-pattern-value=" " data-field-pattern-message=" ">
<div class="form-row validate-required hide_show_password" id="user_pass_field" data-priority=""><label for="user_pass" class="ur-label">User Password <abbr class="required" title="required">*</abbr></label> <span class="input-wrapper"> <span class="password-input-group input-form-field-icons"><input data-rules="" data-id="user_pass" type="password" class="input-text  input-password ur-frontend-field  " name="user_pass" id="user_pass" placeholder=""  value="" required="required" data-label="User Password" /><a href="javaScript:void(0)" class="password_preview dashicons dashicons-hidden" title=" Show password "></a></span> </span> </div>
</p></div>
</p></div>
<div class="ur-form-grid ur-grid-2"
								style="width:48%"></p>
<div  data-field-id="user_email" class="ur-field-item field-user_email " data-ref-id="user_email" data-field-pattern-enabled="0" data-field-pattern-value=" " data-field-pattern-message=" ">
<div class="form-row validate-required" id="user_email_field" data-priority="" ><label for="user_email" class="ur-label">User Email <abbr class="required" title="required">*</abbr></label> <span class="input-wrapper"> <input  data-rules="" data-id="user_email" type="email" class="input-text   input-email ur-frontend-field  " name="user_email" id="user_email" placeholder=""  value="" required="required" data-label="User Email" /> </span> </div>
</p></div>
<div  data-field-id="user_confirm_password" class="ur-field-item field-user_confirm_password " data-ref-id="user_confirm_password" data-field-pattern-enabled="0" data-field-pattern-value=" " data-field-pattern-message=" ">
<div class="form-row validate-required hide_show_password" id="user_confirm_password_field" data-priority=""><label for="user_confirm_password" class="ur-label">Confirm Password <abbr class="required" title="required">*</abbr></label> <span class="input-wrapper"> <span class="password-input-group input-form-field-icons"><input data-rules="" data-id="user_confirm_password" type="password" class="input-text  input-password ur-frontend-field  " name="user_confirm_password" id="user_confirm_password" placeholder=""  value="" required="required" data-label="Confirm Password" /><a href="javaScript:void(0)" class="password_preview dashicons dashicons-hidden" title=" Show password "></a></span> </span> </div>
</p></div>
</p></div>
</p></div>
<div id="ur-recaptcha-node">
<div id="node_recaptcha_register" class="g-recaptcha-v3" style="display:none"><textarea id="g-recaptcha-response" name="g-recaptcha-response" ></textarea></div>
</div>
<div class="ur-button-container " >
														<button type="submit" class="btn button ur-submit-button submit"  conditional_rules="&quot;&quot;"><br />
								<span></span><br />
								Submit							</button>
																				</div>
<div style="clear:both"></div>
<p>								<input type="hidden" name="ur-registration-language" value="en-US"/><br />
				<input type="hidden" name="ur-user-form-id" value="102"/><br />
				<input type="hidden" name="ur-redirect-url" value="https://sarahgschlott.com/"/><br />
				<input type="hidden" id="ur_frontend_form_nonce" name="ur_frontend_form_nonce" value="a9c48768e2" /></p></form>
<div style="clear:both"></div>
</p></div>
</div>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>2025: How FP&#038;A Teams Are Winning the Seat at the Strategic Table</title>
		<link>https://sarahgschlott.com/2025-how-fpa-teams-are-winning-the-seat-at-the-strategic-table/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=2025-how-fpa-teams-are-winning-the-seat-at-the-strategic-table</link>
		
		<dc:creator><![CDATA[Sarah Schlott]]></dc:creator>
		<pubDate>Sat, 14 Jun 2025 00:55:26 +0000</pubDate>
				<category><![CDATA[FP&A]]></category>
		<category><![CDATA[Automation]]></category>
		<category><![CDATA[capital allocation]]></category>
		<category><![CDATA[cross-functional]]></category>
		<category><![CDATA[Decision-making]]></category>
		<category><![CDATA[Forecasting]]></category>
		<category><![CDATA[SaaS CFO]]></category>
		<category><![CDATA[Scenario planning]]></category>
		<category><![CDATA[strategic finance]]></category>
		<category><![CDATA[tradeoffs]]></category>
		<guid isPermaLink="false">https://sarahgschlott.com/?p=4674</guid>

					<description><![CDATA[I’ve been in finance long enough to remember when FP&#38;A was the last to be invited to the big meetings—if we were invited at all. We were the spreadsheet people. The ones who showed up late in the process to confirm what everyone else already decided. That version of FP&#38;A is dying. And in 2025, [&#8230;]]]></description>
										<content:encoded><![CDATA[<p data-pm-slice="1 1 []">I’ve been in <a href="https://sarahgschlott.com/mastering-ai-in-finance-building-expertise-for-a-data-driven-future/">finance</a> long enough to remember when FP&amp;A was the last to be invited to the big meetings—if we were invited at all. We were the spreadsheet people. The ones who showed up late in the process to confirm what everyone else already decided.</p>
<p>That version of FP&amp;A is dying. And in 2025, it’s finally obvious.</p>
<p>More and more, we’re being asked to lead from the front—not just report the numbers, but shape what the numbers <em>should</em> be. In the best SaaS companies I know, FP&amp;A isn’t a service function. It’s a strategy function. And that shift changes everything.</p>
<p>Here’s what it actually looks like to sit at the strategic table—and how FP&amp;A teams can win that seat and keep it.</p>
<h2>What Strategic FP&amp;A Actually Means</h2>
<p>Let’s get clear: “strategic” isn’t just a new buzzword for doing your same job with fancier charts. Strategic FP&amp;A is:</p>
<ul data-spread="false">
<li>Helping decide where the company allocates capital</li>
<li>Pressure-testing the <a href="https://sarahgschlott.com/the-5-most-common-mistakes-i-see-in-financial-models-and-how-to-fix-them/">assumptions</a> behind major bets</li>
<li>Framing the tradeoffs of product, GTM, and org design decisions</li>
<li>Anticipating risk, not just reacting to it</li>
</ul>
<p>And most importantly: <strong>owning the narrative behind the numbers</strong>.</p>
<p>When finance becomes part of shaping strategy instead of just validating it, you go from reactive to indispensable.</p>
<h2>Why 2025 Is the Tipping Point</h2>
<p>We didn’t get here overnight. But in 2025, a few forces are converging:</p>
<ul data-spread="false">
<li><strong>AI &amp; automation</strong> are killing rote tasks. No more spending 4 days consolidating spreadsheets.</li>
<li><strong>Boards and CEOs</strong> are demanding <a href="https://sarahgschlott.com/implementing-zero-based-budgeting-in-fpa-a-10-step-guide/">scenario</a> agility, not just historical reporting.</li>
<li><strong>Cross-functional collaboration</strong> is the new default. FP&amp;A is embedded in product, GTM, and operations.</li>
</ul>
<p>We’re not just reporting. We’re framing decisions.</p>
<h2>Table: Old FP&amp;A vs. Strategic FP&amp;A</h2>
<table>
<tbody>
<tr>
<th>Aspect</th>
<th>Old FP&amp;A</th>
<th>Strategic FP&amp;A</th>
</tr>
<tr>
<td>Role in planning</td>
<td>Inputs numbers</td>
<td>Shapes scenarios and tradeoffs</td>
</tr>
<tr>
<td>Focus</td>
<td><a href="https://sarahgschlott.com/implementing-zero-based-budgeting-in-fpa-a-10-step-guide/">Budget</a> vs. actuals</td>
<td>ROI, risk, and capital allocation</td>
</tr>
<tr>
<td>Reporting cadence</td>
<td>Monthly close + variance</td>
<td>Rolling forecasts with real-time signals</td>
</tr>
<tr>
<td>Tools</td>
<td><a href="https://sarahgschlott.com/top-10-principles-for-transforming-fpa-towards-long-term-value-creation/">Excel</a>, manual reports</td>
<td>Integrated systems, BI, automation</td>
</tr>
<tr>
<td>Stakeholder relationship</td>
<td>Reactive, service-oriented</td>
<td>Embedded, proactive, cross-functional</td>
</tr>
</tbody>
</table>
<h2>How to Know You’re Earning a Strategic Seat</h2>
<ul data-spread="false">
<li>You’re in the room <em>before</em> key decisions are made</li>
<li>Leaders ask you what <em>you</em> think, not just for the <a href="https://sarahgschlott.com/how-to-make-your-fpa-function-a-strategic-partner-not-a-reporting-machine/">model</a></li>
<li>You help define what success looks like, not just measure it</li>
<li>Your function is hiring for communication, not just Excel skills</li>
</ul>
<h2>Bullet Points: What Strategic FP&amp;A Leaders Do Differently</h2>
<ul data-spread="false">
<li>Challenge assumptions, not just check math</li>
<li>Translate financial risk into operational levers</li>
<li>Model outcomes, not just expenses</li>
<li>Communicate tradeoffs in plain language</li>
<li>Connect financial insights to customer impact</li>
</ul>
<h2>A Lesson That Changed My Thinking</h2>
<p>In a cross-functional planning session a few years ago, I watched as marketing, product, and sales all proposed plans that added up to far more headcount than we had <a href="https://sarahgschlott.com/the-5-most-common-mistakes-i-see-in-financial-models-and-how-to-fix-them/">runway</a> for.</p>
<p>Nobody had done anything wrong—they were just building in silos.</p>
<p>I stepped back and reframed the conversation. Not just &#8220;what can we afford,&#8221; but: what bets are truly worth making? Where is the momentum? What’s the <a href="https://sarahgschlott.com/implementing-zero-based-budgeting-in-fpa-a-10-step-guide/">cost</a> of not hiring now?</p>
<p>That meeting wasn’t about budget cuts. It was about focus.</p>
<p>We ended up reallocating 25% of planned spend to a single initiative that later drove our best quarter ever.</p>
<p>That was the moment I realized: strategy doesn’t mean saying &#8220;no.&#8221;</p>
<p>It means knowing <em>what to say yes to</em>.</p>
<h2>What Keeps FP&amp;A Teams Stuck in the Old Model</h2>
<p>Let’s be honest. Not every team is ready to be strategic. Here are the traps:</p>
<ul data-spread="false">
<li><strong>Over-indexing on perfection:</strong> Strategic FP&amp;A requires fast iteration, not perfect decks.</li>
<li><strong>Worshipping the forecast:</strong> A good model is a tool, not a bible.</li>
<li><strong>Weak communication muscle:</strong> You can’t drive strategy if you can’t tell a compelling story.</li>
<li><strong>Thinking finance-first:</strong> Strategy is multi-lens—customer, product, people, and finance.</li>
</ul>
<p>To lead, you have to speak multiple languages.</p>
<h2>What the Best SaaS CFOs Are Doing Now</h2>
<p>I’ve seen a pattern in CFOs who are truly strategic partners. They:</p>
<ul data-spread="false">
<li>Build finance teams that <em>embed</em> into the business</li>
<li>Prioritize tech stacks that eliminate low-value work</li>
<li>Hire analysts who think like <a href="https://sarahgschlott.com/how-to-make-your-fpa-function-a-strategic-partner-not-a-reporting-machine/">operators</a></li>
<li>Spend as much time listening as modeling</li>
<li>Frame tradeoffs in terms of growth, not just cost</li>
</ul>
<p>They know that the <a href="https://sarahgschlott.com/how-to-make-your-fpa-function-a-strategic-partner-not-a-reporting-machine/">finance team</a> of the future isn’t in the back office. It’s at the strategy table.</p>
<h2>Final Thought: FP&amp;A Is Evolving. Either We Move With It, or Get Moved Past.</h2>
<p>We’re at a turning point. FP&amp;A is no longer a supporting character. In the best companies, we’re leading the conversation.</p>
<p>But it takes work. And mindset. And humility.</p>
<p>Not every model will be right. Not every assumption will hold. But if we get better at asking the right questions, we’ll earn the seat—and keep it.</p>
<p>That’s the future of finance. And it’s already here.</p>
<div>
<hr />
</div>
<p>&nbsp;</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>The Strategic Art of Breaking FP&#038;A Rules: A CFO’s Guide for SaaS Growth</title>
		<link>https://sarahgschlott.com/the-strategic-art-of-breaking-fpa-rules-a-cfos-guide-for-saas-growth/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=the-strategic-art-of-breaking-fpa-rules-a-cfos-guide-for-saas-growth</link>
		
		<dc:creator><![CDATA[Sarah Schlott]]></dc:creator>
		<pubDate>Fri, 13 Jun 2025 03:07:06 +0000</pubDate>
				<category><![CDATA[FP&A]]></category>
		<category><![CDATA[Assumptions]]></category>
		<category><![CDATA[Budgets]]></category>
		<category><![CDATA[Cadence]]></category>
		<category><![CDATA[Forecasting]]></category>
		<category><![CDATA[Model / Modeling]]></category>
		<category><![CDATA[Net retention]]></category>
		<category><![CDATA[Scenario models]]></category>
		<category><![CDATA[Three-statement forecast]]></category>
		<guid isPermaLink="false">https://sarahgschlott.com/?p=4671</guid>

					<description><![CDATA[There are rules in FP&#38;A for a reason. I respect them. I really do. But after a decade in SaaS finance, I’ve learned that sometimes the difference between stagnation and breakout growth comes down to knowing which rules to bend, which to challenge, and which to quietly throw out the window. This isn’t about reckless [&#8230;]]]></description>
										<content:encoded><![CDATA[<p data-pm-slice="1 1 []">There are rules in FP&amp;A for a reason. I respect them. I really do. But after a decade in SaaS <a href="https://sarahgschlott.com/mastering-ai-in-finance-building-expertise-for-a-data-driven-future/">finance</a>, I’ve learned that sometimes the difference between stagnation and breakout growth comes down to knowing which rules to bend, which to challenge, and which to quietly throw out the window.</p>
<p>This isn’t about reckless forecasting or winging it with <a href="https://sarahgschlott.com/top-10-principles-for-transforming-fpa-towards-long-term-value-creation/">Excel</a>. It’s about strategy. It’s about context. It’s about understanding when the rigid FP&amp;A frameworks that worked in the last stage of your company’s growth can’t get you to the next one.</p>
<p>Welcome to the uncomfortable but necessary art of breaking the rules—on purpose.</p>
<h2>The DNA of Standard FP&amp;A: What Works (and What Doesn’t)</h2>
<p>Every SaaS <a href="https://sarahgschlott.com/how-to-make-your-fpa-function-a-strategic-partner-not-a-reporting-machine/">finance team</a> starts with a playbook: <a href="https://sarahgschlott.com/the-5-most-common-mistakes-i-see-in-financial-models-and-how-to-fix-them/">revenue</a> waterfalls, cohort analysis, CAC/LTV ratios, <a href="https://sarahgschlott.com/implementing-zero-based-budgeting-in-fpa-a-10-step-guide/">scenario</a> models, and the classic three-statement forecast. These tools are indispensable. They help us:</p>
<ul data-spread="false">
<li>Communicate clearly with investors</li>
<li>Build internal confidence in growth decisions</li>
<li>Align departments on spend and performance</li>
</ul>
<p>But here’s the rub: as the business grows, the tools don’t scale on their own. The same FP&amp;A operating model that served a $10M ARR business will buckle under the weight of $50M ARR complexity.</p>
<p>That’s when the rigidity of FP&amp;A best practices starts to become a bottleneck.</p>
<h2>Rule #1 Worth Breaking: Forecasting Based on Historical Averages</h2>
<p>Many finance teams default to historical performance for forecasting. It’s clean. It’s comfortable. But in growth-stage SaaS, it can lead to overly conservative plans.</p>
<p>When forward-looking signals—like sales velocity, product-market fit shifts, or pricing experiments—start to diverge meaningfully from historical averages, it’s worth breaking from the norm. These indicators can tell a more accurate story of what’s to come.</p>
<p><strong>Lesson:</strong> When there’s credible signal from current operations, the past shouldn’t steer the ship.</p>
<h2>Rule #2 Worth Breaking: Strict Departmental Budget Guardrails</h2>
<p>Static <a href="https://sarahgschlott.com/implementing-zero-based-budgeting-in-fpa-a-10-step-guide/">budget</a> caps make sense in low-growth or cost-cutting environments. But in SaaS scale-ups, value creation often hinges on seizing time-sensitive opportunities.</p>
<p>Think of events, hires, or campaigns with strong return profiles that emerge mid-quarter. If the only answer is &#8220;wait until next quarter,&#8221; the opportunity may be gone.</p>
<p><strong>Lesson:</strong> Budget discipline is vital—but it should be dynamic, not dogmatic.</p>
<h2>Rule #3 Worth Breaking: The Worship of Net Retention</h2>
<p>Net retention is a powerful SaaS metric. But it can mask underlying fragility if overemphasized.</p>
<p>For example, a product team optimizing only for expansion may miss deeper issues in onboarding or user engagement. A healthy NR number doesn’t guarantee sustainable growth if acquisition costs are climbing or early <a href="https://sarahgschlott.com/the-5-most-common-mistakes-i-see-in-financial-models-and-how-to-fix-them/">churn</a> is rising.</p>
<p><strong>Lesson:</strong> Treat metrics like signals, not absolutes. Zoom out often.</p>
<h2>Rule #4 Worth Breaking: The Quarterly Cadence</h2>
<p>Quarterly planning is a staple in finance. It brings order. But product innovation, market opportunities, and hiring windows don’t always operate on clean quarterly timelines.</p>
<p>When external signals or strategic shifts emerge, be willing to break cadence. Mid-cycle adjustments, real-time reallocations, or off-cycle updates can be essential to stay competitive.</p>
<p><strong>Lesson:</strong> Let operating reality drive your calendar, not the other way around.</p>
<h2>When to Break the FP&amp;A Rules</h2>
<table>
<tbody>
<tr>
<th>FP&amp;A Rule</th>
<th>When to Break It</th>
<th>Risk if You Don&#8217;t</th>
</tr>
<tr>
<td>Forecasting based on history</td>
<td>When leading indicators show a market shift</td>
<td>Missed upside or delayed response</td>
</tr>
<tr>
<td>Rigid departmental budgets</td>
<td>When validated opportunities exceed allocations</td>
<td>Stifled growth</td>
</tr>
<tr>
<td>Net retention obsession</td>
<td>When it hides acquisition or churn issues</td>
<td>Long-term decay masked by expansion</td>
</tr>
<tr>
<td>Quarterly-only <a href="https://sarahgschlott.com/implementing-zero-based-budgeting-in-fpa-a-10-step-guide/">review</a> cadence</td>
<td>When real-time signals require faster response</td>
<td>Reacting too slowly to external change</td>
</tr>
</tbody>
</table>
<h2>Bullet Points: Signs You Need to Break a Rule</h2>
<ul data-spread="false">
<li>Your top-line plan feels &#8220;safe,&#8221; not bold</li>
<li>Opportunities are being missed due to timing, not merit</li>
<li>Teams are working around the model, not with it</li>
<li>You’re saying “no” to high-ROI bets due to budget boxes</li>
<li>The model is defending old <a href="https://sarahgschlott.com/the-5-most-common-mistakes-i-see-in-financial-models-and-how-to-fix-them/">assumptions</a>, not testing new ones</li>
</ul>
<h2>The Cost of a Broken Forecast</h2>
<p>Many finance leaders have seen it: a forecast that seemed solid, but under scrutiny, reveals flawed assumptions or stale links. Often, these errors are subtle—a formula pulling from an outdated <a href="https://sarahgschlott.com/mastering-ai-in-finance-building-expertise-for-a-data-driven-future/">data</a> tab, an overlooked assumption that no longer holds.</p>
<p>It’s rarely catastrophic. But it chips away at confidence. And in finance, trust is hard-won and easily lost.</p>
<p><strong>Two things I always keep in mind:</strong></p>
<ol start="1" data-spread="true">
<li><strong>A model is only as strong as its weakest assumption.</strong>
<ul data-spread="false">
<li>One bad link or outdated assumption can compromise the whole.</li>
</ul>
</li>
<li><strong>Hygiene matters as much as accuracy.</strong>
<ul data-spread="false">
<li>Validate assumptions. Audit links. Keep the plumbing clean.</li>
</ul>
</li>
</ol>
<p>I now treat models like infrastructure—they need maintenance, not just building.</p>
<h2>Why Breaking Rules Is a Strategic Act—Not Rebellion</h2>
<p>Some people think rule-breaking in finance is reckless. But I think it&#8217;s disciplined. It requires:</p>
<ul data-spread="false">
<li>Understanding which assumptions your model depends on</li>
<li>Knowing when those assumptions break down</li>
<li>Having the courage to challenge past practices when conditions change</li>
</ul>
<p>Good FP&amp;A is about control. Great FP&amp;A is about adaptation.</p>
<h2>Break the Rules, But Keep the Trust</h2>
<p>Here’s the paradox. The more strategically you break the rules, the more trust you need to maintain. It’s a high-wire act. But it’s how real growth happens.</p>
<p>You’re not breaking the rules to be cute. You’re doing it because you’re seeing around corners. That’s the job.</p>
<p>So check your links. Know your constraints. But don’t be afraid to kick the model when it needs a reboot.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>CFO Declares &#8220;Strategic Finance&#8221; Mission Accomplished After Attending 1 AI Webinar</title>
		<link>https://sarahgschlott.com/cfo-declares-strategic-finance-mission-accomplished-after-attending-1-ai-webinar/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=cfo-declares-strategic-finance-mission-accomplished-after-attending-1-ai-webinar</link>
		
		<dc:creator><![CDATA[Sarah Schlott]]></dc:creator>
		<pubDate>Tue, 10 Jun 2025 02:10:48 +0000</pubDate>
				<category><![CDATA[AI]]></category>
		<category><![CDATA[FP&A]]></category>
		<category><![CDATA[CFO]]></category>
		<category><![CDATA[Forecasting]]></category>
		<category><![CDATA[Judgment]]></category>
		<category><![CDATA[Model]]></category>
		<category><![CDATA[Risk management]]></category>
		<category><![CDATA[strategic finance]]></category>
		<category><![CDATA[Transformation]]></category>
		<category><![CDATA[Webinar]]></category>
		<guid isPermaLink="false">https://sarahgschlott.com/?p=4655</guid>

					<description><![CDATA[It happened last Thursday. Around 3:47 PM. Somewhere between the third slide on “AI-powered FP&#38;A automation” and the host’s pitch for a trial subscription, a CFO stood up from their Herman Miller chair, stared blankly out the window like a prophet seeing the void, and declared: “We’re done here. Strategic finance: mission accomplished.” No one [&#8230;]]]></description>
										<content:encoded><![CDATA[<p data-pm-slice="1 1 []">It happened last Thursday. Around 3:47 PM. Somewhere between the third slide on “AI-powered FP&amp;A automation” and the host’s pitch for a trial subscription, a CFO stood up from their Herman Miller chair, stared blankly out the window like a prophet seeing the void, and declared:</p>
<p>“We’re done here. Strategic <a href="https://sarahgschlott.com/mastering-ai-in-finance-building-expertise-for-a-data-driven-future/">finance</a>: mission accomplished.”</p>
<p>No one clapped.</p>
<p>But the smell of microwaved salmon still lingered from lunch, and that was enough of a ceremony.</p>
<p>This, dear reader, is how the modern finance transformation ends. Not with an audit trail, but with a 45-minute <a href="https://sarahgschlott.com/mastering-ai-in-finance-building-expertise-for-a-data-driven-future/">AI</a> webinar and a LinkedIn post.</p>
<p>The Rise of the Artificially Informed Executive</p>
<p>Let me first say this: I love a good webinar. They’re the digital equivalent of an offsite retreat, minus the awkward icebreakers and suspiciously enthusiastic facilitators. But let’s not confuse being informed with being transformed.</p>
<p>The AI hype train has left the station, and it’s picking up CFOs faster than a Sarbanes-Oxley violation picks up compliance flags. One moment you&#8217;re logging in for a harmless session on predictive analytics; the next, you&#8217;re leading a company-wide reorg, convinced that machine learning just solved your long-range planning model.</p>
<p>What did the CFO learn in this webinar?</p>
<ul data-spread="false">
<li>ChatGPT can write board decks.</li>
<li><a href="https://sarahgschlott.com/top-10-principles-for-transforming-fpa-towards-long-term-value-creation/">Excel</a> is dead (again).</li>
<li>Forecasting is now a solved problem.</li>
<li>Human judgment is “optional.”</li>
</ul>
<p>And just like that, decades of strategic rigor, <a href="https://sarahgschlott.com/implementing-zero-based-budgeting-in-fpa-a-10-step-guide/">scenario</a> planning, and capital discipline are replaced by a slide deck with too much Helvetica and a demo featuring a chatbot that can spell &#8220;EBITDA.&#8221;</p>
<p>A New Kind of Strategic</p>
<p>Let’s pause for a moment and remember what “strategic finance” used to mean. It meant:</p>
<ul data-spread="false">
<li>Capital allocation rooted in actual return analysis.</li>
<li>Risk management that went beyond toggling <a href="https://sarahgschlott.com/the-5-most-common-mistakes-i-see-in-financial-models-and-how-to-fix-them/">assumptions</a>.</li>
<li>Operating plans tied to real constraints, not wishcasting.</li>
<li>Leadership with domain knowledge deeper than a Twitter thread.</li>
</ul>
<p>Now? Strategic finance means you once asked ChatGPT for a SWOT analysis.</p>
<p>It means you dropped a buzzword like &#8220;generative forecasting&#8221; in a QBR.</p>
<p>It means you replaced your FP&amp;A team’s entire playbook with a screenshot of a prompt that says: &#8220;Give me a 3-year integrated <a href="https://sarahgschlott.com/the-5-most-common-mistakes-i-see-in-financial-models-and-how-to-fix-them/">financial model</a> with commentary.&#8221;</p>
<p>Let’s be clear: none of this is strategy. This is theater. It’s finance-as-improv, with a chatbot on stage and the CFO doing jazz hands.</p>
<p>The Real <a href="https://sarahgschlott.com/implementing-zero-based-budgeting-in-fpa-a-10-step-guide/">Cost</a> of Confusing Tools with Thinking</p>
<p>There’s nothing inherently wrong with AI. Used well, it can:</p>
<ul data-spread="false">
<li>Streamline rote processes (e.g., variance analysis, basic forecasting)</li>
<li>Enhance scenario planning (via probabilistic modeling)</li>
<li>Surface insights faster (with NLP layered over BI tools)</li>
</ul>
<p>But used poorly, it becomes a form of executive malpractice.</p>
<p>Case in point: I watched a mid-market CFO proudly announce that their entire planning process had been ‘reimagined’ using a GPT wrapper built over a <a href="https://sarahgschlott.com/top-10-principles-for-transforming-fpa-towards-long-term-value-creation/">Google</a> Sheet. The outputs? Hilarious. The implications? Catastrophic.</p>
<p>Here&#8217;s a table to illustrate the difference:</p>
<table>
<tbody>
<tr>
<th>Claim</th>
<th>Reality</th>
</tr>
<tr>
<td>&#8220;AI replaced our FP&amp;A team&#8221;</td>
<td>Chatbot generated gibberish, manually corrected</td>
</tr>
<tr>
<td>&#8220;We predict cash flows in real-time&#8221;</td>
<td>Model lags actuals by three weeks</td>
</tr>
<tr>
<td>&#8220;Insights on demand&#8221;</td>
<td>Pre-canned dashboards no one understands</td>
</tr>
<tr>
<td>&#8220;Automated scenario planning&#8221;</td>
<td>Random toggling of 3 variables</td>
</tr>
<tr>
<td>&#8220;Hyper-efficient close process&#8221;</td>
<td>Still waiting on two subsidiaries for <a href="https://sarahgschlott.com/mastering-ai-in-finance-building-expertise-for-a-data-driven-future/">data</a></td>
</tr>
</tbody>
</table>
<p>Webinars don’t teach you how to model working capital. They don’t help you understand the political economy behind commodity pricing. They don’t walk you through a debt covenant waterfall. They don’t teach you when not to listen to AI.</p>
<p>Tips for the Sane, Sober CFO</p>
<p>If you’re a CFO (or pretending to be one), here are some practical ways to get real value from AI without turning into a parody of yourself:</p>
<ul data-spread="false">
<li><strong>Define your objective clearly</strong>: AI is a tool, not a vision. Know what you’re solving for.</li>
<li><strong>Start with the boring stuff</strong>: Journal entry categorization, invoice matching, spend analytics.</li>
<li><strong>Establish data governance</strong>: Garbage in, garbage hallucinated.</li>
<li><strong>Maintain judgment</strong>: Don’t delegate decision-making to a model you don’t understand.</li>
<li><strong>Upskill your team, not just your prompts</strong>: Teach them how to interpret, not just operate.</li>
<li><strong>Pilot, don’t proclaim</strong>: Build credibility with small wins, not viral posts.</li>
</ul>
<p>The Strategic Finance We Actually Need</p>
<p>The current environment doesn’t reward recklessness. Credit spreads are widening. Capex is under pressure. Cyber risk is increasing. Regulatory bodies are sharpening their teeth.</p>
<p>Strategic finance today should mean:</p>
<ul data-spread="false">
<li>Managing liquidity with military precision.</li>
<li>Stress-testing plans for plausible worst-case scenarios.</li>
<li>Prioritizing returns over <a href="https://sarahgschlott.com/the-5-most-common-mistakes-i-see-in-financial-models-and-how-to-fix-them/">revenue</a>.</li>
<li>Building planning processes that work in a world where history is no longer a guide.</li>
</ul>
<p>In short, it should look more like cold analysis and less like a TED Talk.</p>
<p>You want to use AI? Great. Build a risk model that doesn’t collapse the second your top-line forecast misses by 8%. Use natural language search to reduce the cycle time of audit prep. Use machine learning to detect anomalies in your expense trends before the SEC does.</p>
<p>But don’t call it strategic just because it has a UI and can write a haiku about net income.</p>
<p>A Final Word From Someone Who Actually Built a Model</p>
<p>I get it. You want leverage. You want productivity. You want to tell your board you’re doing something transformational.</p>
<p>But remember: transformation without rigor is just theater. And strategy without discipline is just a press release.</p>
<p>If you’re a CFO or operator navigating this AI-inflected financial Wild West, here’s a modest ask:</p>
<ul data-spread="false">
<li>Don’t mistake attending a webinar for building capability.</li>
<li>Don’t fire your analysts just because a chatbot can do a bad job faster.</li>
<li>Don’t delegate financial responsibility to a model trained on Reddit.</li>
</ul>
<p>And most of all, don’t stop thinking. That’s the one thing AI can’t do for you.</p>
<p>If you found any value in this piece, share it. I’m putting in the effort to give you clarity where there&#8217;s mostly noise. Strategic finance isn&#8217;t dead—but it is up to you whether it survives the next webinar.</p>
<p>How do you plan to build actual strategic capabilities, not just AI-flavored ones?</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Excel Is Dead: FP&#038;A Team Now Builds Models in PowerPoint</title>
		<link>https://sarahgschlott.com/excel-is-dead-fpa-team-now-builds-models-in-powerpoint/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=excel-is-dead-fpa-team-now-builds-models-in-powerpoint</link>
		
		<dc:creator><![CDATA[Sarah Schlott]]></dc:creator>
		<pubDate>Thu, 05 Jun 2025 03:45:22 +0000</pubDate>
				<category><![CDATA[Excel]]></category>
		<category><![CDATA[BI Tools]]></category>
		<category><![CDATA[Decision-making]]></category>
		<category><![CDATA[Finance Leadership]]></category>
		<category><![CDATA[Forecasting]]></category>
		<category><![CDATA[FP&A team]]></category>
		<category><![CDATA[Modeling]]></category>
		<category><![CDATA[Modernization]]></category>
		<category><![CDATA[PowerPoint]]></category>
		<category><![CDATA[Scenario modeling]]></category>
		<guid isPermaLink="false">https://sarahgschlott.com/?p=4637</guid>

					<description><![CDATA[It started, as most modern corporate absurdities do, with a single sentence in a leadership Slack thread: &#8220;Do we really need Excel for this?&#8221; Cue the floodgates. Someone (from Marketing, naturally) posted a Medium think piece on how &#8220;spreadsheets are a relic of the past.&#8221; Someone else chimed in about their nephew using Notion for [&#8230;]]]></description>
										<content:encoded><![CDATA[<p data-pm-slice="1 1 []">It started, as most modern corporate absurdities do, with a single sentence in a leadership Slack thread: &#8220;Do we really need <a href="https://sarahgschlott.com/top-10-principles-for-transforming-fpa-towards-long-term-value-creation/">Excel</a> for this?&#8221;</p>
<p>Cue the floodgates.</p>
<p>Someone (from Marketing, naturally) posted a Medium think piece on how &#8220;spreadsheets are a relic of the past.&#8221; Someone else chimed in about their nephew using Notion for budgets. The COO asked if Tableau could just &#8220;handle the modeling.&#8221;</p>
<p>By the end of the week, the company’s FP&amp;A team was politely asked to &#8220;explore modernizing their toolset.&#8221;</p>
<p>The punchline? Within three weeks, the team was building their models—<em>in <a href="https://sarahgschlott.com/top-10-principles-for-transforming-fpa-towards-long-term-value-creation/">PowerPoint</a></em>.</p>
<p>And as ridiculous as that sounds, the story holds a mirror up to what I see happening across a lot of <a href="https://sarahgschlott.com/mastering-ai-in-finance-building-expertise-for-a-data-driven-future/">finance</a> teams today.</p>
<p>So let’s break it down.</p>
<h2>The Setup: Death by a Thousand &#8220;Modernization&#8221; Initiatives</h2>
<p>The company? A well-funded Series D SaaS unicorn.</p>
<p>The FP&amp;A team? Smart. Experienced. Strong modeling chops.</p>
<p>The problem? Leadership had developed a collective allergy to anything that looked “old school.&#8221;</p>
<p>It started innocently enough:</p>
<ul data-spread="false">
<li>The CFO wanted more &#8220;visually engaging&#8221; outputs for board decks.</li>
<li>The CRO complained that Excel models &#8220;weren’t collaborative enough.&#8221;</li>
<li>The CEO’s chief of staff suggested that &#8220;modern finance teams use dynamic dashboards.&#8221;</li>
</ul>
<p>Pretty soon, Excel was on life support.</p>
<h2>The Shift: From Models to Slides</h2>
<p>Here’s how it actually played out:</p>
<table>
<tbody>
<tr>
<th>Stage</th>
<th>What Happened</th>
</tr>
<tr>
<td>&#8220;Modernization&#8221; kickoff</td>
<td>FP&amp;A told to explore tools</td>
</tr>
<tr>
<td>Tool evaluation</td>
<td>BI tools couldn’t handle modeling complexity</td>
</tr>
<tr>
<td>Quick workaround</td>
<td>Started building simplified <a href="https://sarahgschlott.com/the-5-most-common-mistakes-i-see-in-financial-models-and-how-to-fix-them/">assumptions</a> in PowerPoint tables</td>
</tr>
<tr>
<td>Full collapse</td>
<td>Finance leadership started requesting &#8220;final&#8221; models directly in slide format</td>
</tr>
</tbody>
</table>
<p>By month three? Entire operating models were being built in <em>PowerPoint tables</em>. Yes, with manual calculations. Yes, copy-pasted. Yes, with version control managed via email chains.</p>
<p>And yes, it was a disaster.</p>
<h2>The Warning Signs: How to Know You’re on This Path</h2>
<p>I’ve seen this happen more than once. Here are the telltale signs:</p>
<h3>1. Leadership starts optimizing for presentation over accuracy</h3>
<p>When the primary feedback on your <a href="https://sarahgschlott.com/how-to-make-your-fpa-function-a-strategic-partner-not-a-reporting-machine/">model</a> is &#8220;Can we make this chart more on-brand?&#8221;</p>
<h3>2. Decision-makers stop engaging with model drivers</h3>
<p>If you hear &#8220;Just show me the summary slide,&#8221; you’re already in the danger zone.</p>
<h3>3. BI tools are treated as replacements for modeling</h3>
<p>Dashboards are great. But they’re not <a href="https://sarahgschlott.com/implementing-zero-based-budgeting-in-fpa-a-10-step-guide/">scenario</a> engines.</p>
<h3>4. Finance gets pushed to deliver in &#8220;collaborative formats&#8221;</h3>
<p>Translation: Formats that are easy to screenshot, not formats that are built for <a href="https://sarahgschlott.com/how-to-make-your-fpa-function-a-strategic-partner-not-a-reporting-machine/">decision-making</a>.</p>
<h3>5. Operators start bypassing Finance for modeling</h3>
<p>Because the Finance outputs are now too sanitized to be useful.</p>
<h2>Why This Happens: The Seduction of the Pretty Deck</h2>
<p>The truth? A gorgeous slide deck is seductive. It makes the numbers feel polished. Digestible. Safe.</p>
<p>But the second you lose visibility into what’s driving those numbers, you’re flying blind.</p>
<p>As one FP&amp;A lead put it to me: &#8220;We went from pilots to flight attendants. Smiling, serving up pre-packaged metrics, but not flying the plane anymore.&#8221;</p>
<h2>What’s Lost: The Real Cost of Killing Excel</h2>
<p>Here’s what the company actually lost in this shift:</p>
<table>
<tbody>
<tr>
<td>Capability</td>
<td>Lost Outcome</td>
</tr>
<tr>
<td>Dynamic scenario modeling</td>
<td>No fast pivoting on new assumptions</td>
</tr>
<tr>
<td>Driver-based <a href="https://sarahgschlott.com/the-hidden-edge-why-growing-companies-need-fpa-before-they-think-they-do/">forecasting</a></td>
<td>Static, high-level projections</td>
</tr>
<tr>
<td>Sensitivity analysis</td>
<td>Gut-feel decision-making</td>
</tr>
<tr>
<td>Version control with audit trail</td>
<td>Conflicting slide decks</td>
</tr>
<tr>
<td>Operator engagement in modeling</td>
<td><a href="https://sarahgschlott.com/how-to-make-your-fpa-function-a-strategic-partner-not-a-reporting-machine/">Operators</a> building their own side models</td>
</tr>
</tbody>
</table>
<p>In short? Finance ceded its seat at the strategy table.</p>
<h2>The Underlying Issue: Misunderstanding What Modeling Is <em>For</em></h2>
<p>Too many leadership teams think modeling is about producing a pretty number.</p>
<p>It’s not. It’s about:</p>
<ul data-spread="false">
<li>Testing assumptions</li>
<li>Understanding sensitivities</li>
<li>Driving tradeoff decisions</li>
<li>Preparing for uncertainty</li>
</ul>
<p>And guess what? You can’t do that in PowerPoint.</p>
<h2>A Better Way: Modernize <em>How</em> You Use Excel, Not <em>Whether</em></h2>
<p>I’m not anti-modernization. I teach teams how to do this the right way.</p>
<p>Here’s how:</p>
<h3>1. Clean up your models</h3>
<ul data-spread="false">
<li>Use Power Query to automate <a href="https://sarahgschlott.com/mastering-ai-in-finance-building-expertise-for-a-data-driven-future/">data</a> pulls</li>
<li>Structure models for transparency and flexibility</li>
<li>Build scenario engines, not static forecasts</li>
</ul>
<h3>2. Separate calculation layer from presentation layer</h3>
<ul data-spread="false">
<li>Do the modeling in Excel (or your modeling tool of choice)</li>
<li>Drive the outputs into dashboards or board decks</li>
</ul>
<h3>3. Train leadership on how to engage with models</h3>
<ul data-spread="false">
<li>Teach them to ask: &#8220;What’s driving this? What are the assumptions? What’s the sensitivity?&#8221;</li>
</ul>
<h3>4. Protect core modeling time</h3>
<ul data-spread="false">
<li>Don’t let Finance become a slide factory</li>
<li>Guard time for actual analysis and decision prep</li>
</ul>
<h2>Why This Matters: In Uncertainty, Speed of Insight Wins</h2>
<p>Here’s the punchline:</p>
<p>The company I’m talking about? When the market turned six months later, they were caught flat-footed.</p>
<p>They couldn’t run new scenarios fast enough. They didn’t know which levers to pull. Operators stopped trusting the Finance numbers.</p>
<p>Eventually? They quietly rebuilt the Excel models. But by then, the credibility damage was done.</p>
<h2>Don’t Throw Out the Toolbox</h2>
<p>This article took real time to write because I want more CFOs and operators to see through the &#8220;modernization theater&#8221; that’s infecting too many Finance teams.</p>
<p>If you found value in it, please share.</p>
<p>And if you want to go deeper—whether it’s modernizing your modeling stack, building faster scenario engines, or up-leveling your team’s strategic impact—I offer 1:1 consulting for Finance pros ready to level up. DM me if you want to talk.</p>
<p>And I’ll leave you with this question:</p>
<p><strong>If your board asked for three new downside scenarios today—could your team deliver by end of week?</strong></p>
<p>If that makes you sweat—it’s time to fix it.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Advanced Excel Forecasting Models for CFOs: From Scenario Planning to Sensitivity Analysis</title>
		<link>https://sarahgschlott.com/advanced-excel-forecasting-models-for-cfos-from-scenario-planning-to-sensitivity-analysis/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=advanced-excel-forecasting-models-for-cfos-from-scenario-planning-to-sensitivity-analysis</link>
		
		<dc:creator><![CDATA[Sarah Schlott]]></dc:creator>
		<pubDate>Wed, 28 May 2025 20:07:31 +0000</pubDate>
				<category><![CDATA[Excel]]></category>
		<category><![CDATA[Cash]]></category>
		<category><![CDATA[Cohort]]></category>
		<category><![CDATA[Forecasting]]></category>
		<category><![CDATA[Inputs]]></category>
		<category><![CDATA[Model]]></category>
		<category><![CDATA[Rolling]]></category>
		<category><![CDATA[Runway]]></category>
		<category><![CDATA[Scenario]]></category>
		<category><![CDATA[Sensitivity]]></category>
		<guid isPermaLink="false">https://sarahgschlott.com/?p=4595</guid>

					<description><![CDATA[Let me tell you something about forecasting that doesn’t make it into the glossy investor decks: it’s less art, more street fight. Forecasting is what happens when you’re locked in a room with imperfect data, an impatient executive team, and the ticking clock of a quarterly board meeting. I’ve lived that loop more times than [&#8230;]]]></description>
										<content:encoded><![CDATA[<p data-pm-slice="1 1 []">Let me tell you something about forecasting that doesn’t make it into the glossy investor decks: it’s less art, more street fight. Forecasting is what happens when you’re locked in a room with imperfect <a href="https://sarahgschlott.com/mastering-ai-in-finance-building-expertise-for-a-data-driven-future/">data</a>, an impatient executive team, and the ticking clock of a quarterly board meeting. I’ve lived that loop more times than I care to admit.</p>
<p>And if you’re the CFO or senior <a href="https://sarahgschlott.com/mastering-ai-in-finance-building-expertise-for-a-data-driven-future/">finance</a> leader in that room, you don’t get to shrug and say, “Well, the market’s volatile.” They want direction. Precision. A story with guardrails.</p>
<p>That’s where advanced forecasting models in <a href="https://sarahgschlott.com/top-10-principles-for-transforming-fpa-towards-long-term-value-creation/">Excel</a> come in. No, not the overgrown jungle of tabs built by someone who left the company last year. I mean the kind of models that are <em>alive</em>—adaptive, scenario-based, and transparently structured so you can explain them under fire.</p>
<p>Let’s walk through how to build and deploy forecasting models in Excel that don’t just predict the future, but <em>prepare</em> you for it.</p>
<h2>1. Build for Change: The Core Principle of Agile Forecasting</h2>
<p>If you’ve ever worked at a company where forecasts are rebuilt from scratch every quarter, you know what I mean when I say: most models aren’t built to flex.</p>
<p>Your forecast needs to absorb uncertainty without collapsing. That means:</p>
<ul data-spread="false">
<li>Clear separation between inputs, <a href="https://sarahgschlott.com/the-5-most-common-mistakes-i-see-in-financial-models-and-how-to-fix-them/">assumptions</a>, calculations, and outputs</li>
<li>Version-controlled base cases that you can clone and tweak</li>
<li>Dynamic named ranges (no hard-coded ranges that break when data shifts)</li>
<li>Drivers first, noise second: always prioritize the 3–5 metrics that actually matter</li>
</ul>
<p>Start with simplicity, then scale complexity only where you need it.</p>
<h2>2. Scenario Planning: The CFO’s Reality Check</h2>
<p>Executives love best-case scenarios. Until the market changes. Then they want to know what the downside looks like—and they want that answer now.</p>
<p><a href="https://sarahgschlott.com/implementing-zero-based-budgeting-in-fpa-a-10-step-guide/">Scenario</a> planning isn’t a deck. It’s a workflow. And Excel is still the best place to build it.</p>
<p>Set up your base model with toggles or a control panel where you can flex key inputs:</p>
<ul data-spread="false">
<li><a href="https://sarahgschlott.com/the-5-most-common-mistakes-i-see-in-financial-models-and-how-to-fix-them/">Revenue</a> growth assumptions (flat, 5%, 15%, etc.)</li>
<li>CAC increases or decreases by channel</li>
<li>Hiring freeze vs. aggressive expansion</li>
<li>Gross margin pressure from vendors</li>
</ul>
<p>Here’s what it might look like:</p>
<table>
<tbody>
<tr>
<th>Scenario</th>
<th>Revenue Growth</th>
<th>CAC Delta</th>
<th>Headcount Growth</th>
<th>Gross Margin</th>
<th><a href="https://sarahgschlott.com/the-5-most-common-mistakes-i-see-in-financial-models-and-how-to-fix-them/">Runway</a> Months</th>
</tr>
<tr>
<td>Base Case</td>
<td>10%</td>
<td>0%</td>
<td>3%</td>
<td>60%</td>
<td>14</td>
</tr>
<tr>
<td>Optimistic</td>
<td>18%</td>
<td>-5%</td>
<td>5%</td>
<td>65%</td>
<td>20</td>
</tr>
<tr>
<td>Downside</td>
<td>4%</td>
<td>+10%</td>
<td>0%</td>
<td>55%</td>
<td>9</td>
</tr>
</tbody>
</table>
<p>You don’t need 10 scenarios. You need 3 clear ones. The goal isn’t to simulate every future. It’s to pressure-test the present.</p>
<h2>3. Sensitivity Analysis: Where Risk Lives</h2>
<p>If scenario planning is the map, sensitivity analysis is the radar.</p>
<p>This is where we ask: which assumptions break us?</p>
<p>Use Excel’s Data Table feature to model how changes in one or two variables impact key outcomes like EBITDA, cash runway, or burn.</p>
<p>Set up a grid and feed it one variable at a time. Like this:</p>
<table>
<tbody>
<tr>
<td>CAC Increase (%)</td>
<td>Cash Runway (months)</td>
</tr>
<tr>
<td>-10</td>
<td>16</td>
</tr>
<tr>
<td>0</td>
<td>14</td>
</tr>
<tr>
<td>+10</td>
<td>11</td>
</tr>
<tr>
<td>+20</td>
<td>9</td>
</tr>
</tbody>
</table>
<p>Want to impress the board? Show them which single metric, when off by 10%, costs the company 4 months of runway.</p>
<p>You don’t need complex add-ins. You need visibility.</p>
<h2>4. Rolling Forecasts: Stop Worshipping the Annual Plan</h2>
<p>I once worked at a company that celebrated their annual operating plan like it was scripture. We locked it in January, then spent the next 11 months explaining why it no longer made sense.</p>
<p>Rolling forecasts are how finance stops playing defense.</p>
<p>In Excel, you can build a 12-month rolling forecast that updates automatically as new months close. It should:</p>
<ul data-spread="false">
<li>Pull actuals dynamically from your ERP or GL dumps</li>
<li>Roll forward monthly using the latest 3–6 month run rates</li>
<li>Allow inputs to adjust based on trends (e.g., seasonality or margin compression)</li>
</ul>
<p>It’s not about being perfect. It’s about being relevant. When you shift to a rolling model, your finance team becomes a forward-looking machine, not a backward-looking record keeper.</p>
<h2>5. Cohort Forecasting: When Averages Lie</h2>
<p>If you’re running a SaaS or recurring revenue business and still using average <a href="https://sarahgschlott.com/the-5-most-common-mistakes-i-see-in-financial-models-and-how-to-fix-them/">churn</a> and LTV, please stop.</p>
<p>Cohort forecasting allows you to:</p>
<ul data-spread="false">
<li>Model retention by acquisition month or source</li>
<li>Track margin by cohort</li>
<li>Forecast expansion and contraction more accurately</li>
</ul>
<p>In Excel, use pivot tables and index/match combos to group users by acquisition date and track their performance over time.</p>
<p>Here’s a very simplified table:</p>
<table>
<tbody>
<tr>
<td>Cohort (Start Month)</td>
<td>Month 1 MRR</td>
<td>Month 3 MRR</td>
<td>Month 6 MRR</td>
<td>Retention %</td>
</tr>
<tr>
<td>Jan 2024</td>
<td>$20,000</td>
<td>$18,500</td>
<td>$16,200</td>
<td>81%</td>
</tr>
<tr>
<td>Feb 2024</td>
<td>$25,000</td>
<td>$23,000</td>
<td>$21,000</td>
<td>84%</td>
</tr>
</tbody>
</table>
<p>When a board member asks why your churn is improving, this is how you show it without hand-waving.</p>
<h2>6. Capital Planning and Burn Modeling: Where Sanity Lives</h2>
<p>CFOs live in the land between strategy and solvency. If you’re not modeling burn and cash inflection points weekly, you’re flying blind.</p>
<p>Build a <a href="https://sarahgschlott.com/the-5-most-common-mistakes-i-see-in-financial-models-and-how-to-fix-them/">cash flow</a> schedule that:</p>
<ul data-spread="false">
<li>Starts with revenue, then flows through expenses line by line</li>
<li>Separates fixed vs. variable costs</li>
<li>Flags runway, break-even point, and time-to-next raise</li>
</ul>
<p>And please—for the love of everything—stop using indirect cash flow methods for operating models. Direct is harder, but it’s honest.</p>
<h2>Stop Forecasting for Optics, Start Forecasting for Action</h2>
<p>Forecasting isn’t a <a href="https://sarahgschlott.com/top-10-principles-for-transforming-fpa-towards-long-term-value-creation/">PowerPoint</a> exercise. It’s your first line of defense.</p>
<p>And Excel—despite all the new tools and platforms—is still the sharpest weapon in the hands of a team that knows how to use it.</p>
<p>This wasn’t written to impress you with formulas. It’s to remind you that good forecasting doesn’t require a PhD. It requires structure, clarity, and the courage to look at the ugly version of the future—not just the polished one.</p>
<p>If this article helped shift how you think about financial planning, share it. I put real time into this because there are too many CFOs doing gymnastics in spreadsheets built on shaky logic. We can do better.</p>
<p>If you want to talk models, pressure-test an approach, or share your own forecasting war stories, my DMs are open.</p>
<p>And here’s something unconventional to chew on: What if finance isn’t about forecasting the future—but choosing the one we’re willing to build?</p>
<blockquote><p>Are you forecasting to feel safe? Or to make bold decisions before anyone else sees the cliff?</p></blockquote>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>How Small Excel Tweaks Can Save You Hours in Month-End Reporting</title>
		<link>https://sarahgschlott.com/how-small-excel-tweaks-can-save-you-hours-in-month-end-reporting/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-small-excel-tweaks-can-save-you-hours-in-month-end-reporting</link>
		
		<dc:creator><![CDATA[Sarah Schlott]]></dc:creator>
		<pubDate>Wed, 21 May 2025 01:54:35 +0000</pubDate>
				<category><![CDATA[Excel]]></category>
		<category><![CDATA[FP&A]]></category>
		<category><![CDATA[Data Accuracy]]></category>
		<category><![CDATA[Forecasting]]></category>
		<category><![CDATA[Formulas]]></category>
		<category><![CDATA[INDEX-MATCH]]></category>
		<category><![CDATA[Month-End Reporting]]></category>
		<category><![CDATA[Named Ranges]]></category>
		<category><![CDATA[Spreadsheets]]></category>
		<category><![CDATA[Structured Tables]]></category>
		<guid isPermaLink="false">https://sarahgschlott.com/?p=4535</guid>

					<description><![CDATA[Let me say this up front: Month-end reporting doesn’t have to feel like an endurance sport. We all know the drill. You build your reporting pack. You double-check numbers. You chase down last-minute actuals from operations. You rebuild links that broke since last month. You massage charts to be board-ready. And somewhere along the way, [&#8230;]]]></description>
										<content:encoded><![CDATA[<p data-pm-slice="1 1 []">Let me say this up front: Month-end <a href="https://sarahgschlott.com/5-ways-excel-power-query-can-automate-your-financial-data-prep/">reporting</a> doesn’t have to feel like an endurance sport.</p>
<p>We all know the drill. You build your reporting pack. You double-check numbers. You chase down last-minute actuals from operations. You rebuild links that broke since last month. You massage charts to be board-ready. And somewhere along the way, you whisper to yourself, “There has to be a better way.”</p>
<p>There is. And it doesn’t require a seven-figure software platform. It starts with fixing the tools we already use: <a href="https://sarahgschlott.com/top-10-principles-for-transforming-fpa-towards-long-term-value-creation/">Excel</a>.</p>
<p>I’ve led FP&amp;A teams through high-growth chaos and slow-turning turnarounds. And I’ve learned something critical: it’s not the <em>size</em> of your <a href="https://sarahgschlott.com/how-to-make-your-fpa-function-a-strategic-partner-not-a-reporting-machine/">spreadsheet</a> that matters. It’s the <em>structure</em>.</p>
<h2>The Real Cost of Poor Excel Hygiene</h2>
<p>We don’t talk enough about spreadsheet debt—the accumulated inefficiencies and broken <a href="https://sarahgschlott.com/why-most-models-fail-in-fundraising-conversations-and-what-to-do-instead/">logic</a> that compound month after month. It’s the silent killer of <a href="https://sarahgschlott.com/mastering-ai-in-finance-building-expertise-for-a-data-driven-future/">finance</a> productivity.</p>
<p>Every extra minute you spend manually updating a cell, double-checking a link, or fixing a reference adds up. Multiply that across tabs, team members, and reporting cycles, and you’ve got a serious drag on performance.</p>
<p>The good news? You don’t need to overhaul your process to reclaim that time. You just need to make a few small but strategic changes.</p>
<h2>Five Excel Tweaks That Save Time (and Sanity)</h2>
<p>Here are the tweaks I teach every FP&amp;A team I work with:</p>
<ol start="1" data-spread="true">
<li><strong>Named Ranges</strong>
<ul data-spread="false">
<li>Stop using A1:Z100 in formulas. Start using named ranges like <code><a href="https://sarahgschlott.com/the-5-most-common-mistakes-i-see-in-financial-models-and-how-to-fix-them/">Revenue</a></code> or <code>OpEx</code>.</li>
<li>Cleaner formulas, easier troubleshooting, and consistent references.</li>
</ul>
</li>
<li><strong>Structured Tables</strong>
<ul data-spread="false">
<li>Convert raw <a href="https://sarahgschlott.com/mastering-ai-in-finance-building-expertise-for-a-data-driven-future/">data</a> into Excel Tables (Ctrl + T). They auto-expand with new data and reduce broken formulas.</li>
<li>Use structured references to keep formulas readable and dynamic.</li>
</ul>
</li>
<li><strong>Dynamic Named Ranges with OFFSET</strong>
<ul data-spread="false">
<li>Build formulas that grow as your data does, especially for dashboards and graphs.</li>
<li>Example: <code>=OFFSET(Sheet1!$A$2,0,0,COUNTA(Sheet1!$A:$A)-1,1)</code></li>
</ul>
</li>
<li><strong>INDEX-MATCH Instead of VLOOKUP</strong>
<ul data-spread="false">
<li>More flexible. Less likely to break when columns move.</li>
<li>And yes, I know everyone says this—but most teams still don’t use it.</li>
</ul>
</li>
<li><strong>Error Traps with IFERROR</strong>
<ul data-spread="false">
<li>Wrap your calculations to catch errors before they cascade.</li>
<li><code>=IFERROR(formula, "")</code> keeps your reports <a href="https://sarahgschlott.com/5-ways-excel-power-query-can-automate-your-financial-data-prep/">clean</a> and avoids panic-inducing #N/A.</li>
</ul>
</li>
</ol>
<h2>Comparison Table: Before vs. After Tweaks</h2>
<table>
<tbody>
<tr>
<th>Area</th>
<th>Before Tweaks</th>
<th>After Tweaks</th>
</tr>
<tr>
<td>Formula Visibility</td>
<td>Complex, hard to read</td>
<td>Named and structured references</td>
</tr>
<tr>
<td>Error Management</td>
<td>#N/A, #REF! across tabs</td>
<td>Clean with IFERROR handling</td>
</tr>
<tr>
<td>Data Updates</td>
<td>Manual copy-paste, broken links</td>
<td>Tables auto-update and flow correctly</td>
</tr>
<tr>
<td>Performance</td>
<td>Slow calculations, bloated files</td>
<td>Streamlined and faster</td>
</tr>
<tr>
<td>Collaboration</td>
<td>Confusing to hand off</td>
<td>Clear logic, easier team usage</td>
</tr>
</tbody>
</table>
<h2>What This Looks Like in Practice</h2>
<p>Let me give you a simple example.</p>
<p>One team I worked with had a P&amp;L workbook with 22 tabs. Every month they copied and pasted new actuals into five different sheets. Formulas broke. Charts misaligned. It took three days to get it board-ready.</p>
<p>We made three changes:</p>
<ul data-spread="false">
<li>Converted raw actuals to a structured table.</li>
<li>Replaced all VLOOKUPs with <a href="https://sarahgschlott.com/3-excel-functions-every-strategic-finance-team-should-master/">INDEX-MATCH</a>.</li>
<li>Created a central mapping sheet using named ranges.</li>
</ul>
<p>The result? Reporting time dropped from 3 days to 6 hours. And the <a href="https://sarahgschlott.com/scenario-planning-in-uncertain-times-a-practical-framework/">CFO</a> stopped asking, “Are these numbers final?”</p>
<h2>The Psychology of Clean Files</h2>
<p>There’s also a mental load we don’t talk about: messy spreadsheets create anxiety. You second-guess your work. You double-check numbers you already checked. Clean files don’t just save time. They build confidence.</p>
<p>Your team shouldn’t have to become data janitors every month.</p>
<h2>When to Consider a Tool (And When to Wait)</h2>
<p>Yes, Excel has limits. But jumping to a new tool too early can backfire. If your core logic is broken, layering on a SaaS tool just adds complexity.</p>
<p>Before you buy a shiny new FP&amp;A platform, make sure:</p>
<ul data-spread="false">
<li>Your processes are well defined</li>
<li>Your data sources are reliable</li>
<li>Your team understands the business logic</li>
</ul>
<p>A good tool makes a clean process faster. It doesn’t fix a broken one.</p>
<h2>Build the System You Want to Run</h2>
<p>Most teams inherit models they didn’t build. That’s fine—but it’s no excuse to suffer through them.</p>
<p>Every spreadsheet is a system. And like any system, small improvements compound.</p>
<p>If you’re spending too much time on manual month-end cleanup, the answer isn’t more effort. It’s better structure.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Rolling Forecasts vs. Budgets: What High-Performing Teams Get Right</title>
		<link>https://sarahgschlott.com/rolling-forecasts-vs-budgets-what-high-performing-teams-get-right/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=rolling-forecasts-vs-budgets-what-high-performing-teams-get-right</link>
		
		<dc:creator><![CDATA[Sarah Schlott]]></dc:creator>
		<pubDate>Wed, 21 May 2025 01:54:33 +0000</pubDate>
				<category><![CDATA[FP&A]]></category>
		<category><![CDATA[Budgets]]></category>
		<category><![CDATA[Business Drivers]]></category>
		<category><![CDATA[CFOs]]></category>
		<category><![CDATA[Decision-making]]></category>
		<category><![CDATA[Dynamic Planning]]></category>
		<category><![CDATA[Finance Teams]]></category>
		<category><![CDATA[Forecasting]]></category>
		<category><![CDATA[Rolling forecasts]]></category>
		<category><![CDATA[Scenario planning]]></category>
		<category><![CDATA[strategic finance]]></category>
		<guid isPermaLink="false">https://sarahgschlott.com/?p=4533</guid>

					<description><![CDATA[Let me be honest: budgets are broken. At least, the traditional kind. You know the one: twelve-months-in-advance, set-it-and-forget-it, rooted in last year’s numbers, built to please the board rather than steer the business. I’ve built those. I’ve torn them apart, too. Rolling forecasts, when done right, aren’t just a better planning tool—they’re a better way [&#8230;]]]></description>
										<content:encoded><![CDATA[<p data-pm-slice="1 1 []">Let me be honest: budgets are broken.</p>
<p>At least, the traditional kind.</p>
<p>You know the one: twelve-months-in-advance, set-it-and-forget-it, rooted in last year’s numbers, built to please the board rather than steer the business.</p>
<p>I’ve built those. I’ve torn them apart, too.</p>
<p>Rolling forecasts, when done right, aren’t just a better planning tool—they’re a better way to run a business. And the highest-performing teams I work with? They’re not wasting time arguing over <a href="https://sarahgschlott.com/implementing-zero-based-budgeting-in-fpa-a-10-step-guide/">budget</a> variance. They’re adjusting in real time, staying ahead of the curve, and making better, faster decisions.</p>
<p>Here’s what they get right.</p>
<h2>The Core Problem with Budgets</h2>
<p>Traditional budgets are like New Year’s resolutions: optimistic, rigid, and often irrelevant by Q2.</p>
<p>They fail for one reason: the world changes faster than your <a href="https://sarahgschlott.com/the-5-most-common-mistakes-i-see-in-financial-models-and-how-to-fix-them/">assumptions</a>.</p>
<p>Static budgets:</p>
<ul data-spread="false">
<li>Lock teams into outdated assumptions</li>
<li>Encourage sandbagging to protect headcount</li>
<li>Prioritize compliance over curiosity</li>
<li>Penalize learning and adaptation</li>
</ul>
<p>And worst of all? They give leaders a false sense of control.</p>
<p>When I ask CFOs why they still rely on them, the answer is usually some version of: &#8220;That’s how we’ve always done it.&#8221;</p>
<p>That’s not a reason. That’s inertia.</p>
<h2>What Rolling Forecasts Actually Do</h2>
<p>Rolling forecasts shift the question from &#8220;How did we perform against last year’s target?&#8221; to &#8220;Where are we going now, and how do we make better decisions today?&#8221;</p>
<p>They:</p>
<ul data-spread="false">
<li>Update regularly (monthly or quarterly)</li>
<li>Extend the planning horizon (usually 12-18 months ahead)</li>
<li>Focus on key business drivers, not just line items</li>
<li>Enable <a href="https://sarahgschlott.com/implementing-zero-based-budgeting-in-fpa-a-10-step-guide/">scenario</a> planning and faster pivots</li>
</ul>
<p>In short, they treat the <a href="https://sarahgschlott.com/how-to-make-your-fpa-function-a-strategic-partner-not-a-reporting-machine/">forecast</a> like a living organism, not a historical artifact.</p>
<h2>Quick Comparison: Budget vs. Rolling Forecast</h2>
<table>
<tbody>
<tr>
<th>Feature</th>
<th>Traditional Budget</th>
<th>Rolling Forecast</th>
</tr>
<tr>
<td>Frequency</td>
<td>Annual</td>
<td>Monthly or quarterly</td>
</tr>
<tr>
<td>Time Horizon</td>
<td>Fixed fiscal year</td>
<td>Rolling 12-18 months</td>
</tr>
<tr>
<td>Based On</td>
<td>Prior year + assumptions</td>
<td>Real-time <a href="https://sarahgschlott.com/mastering-ai-in-finance-building-expertise-for-a-data-driven-future/">data</a> + drivers</td>
</tr>
<tr>
<td>Flexibility</td>
<td>Low</td>
<td>High</td>
</tr>
<tr>
<td>Focus</td>
<td><a href="https://sarahgschlott.com/implementing-zero-based-budgeting-in-fpa-a-10-step-guide/">Cost</a> control</td>
<td>Business agility</td>
</tr>
<tr>
<td>Output</td>
<td>Fixed target</td>
<td>Dynamic scenario view</td>
</tr>
</tbody>
</table>
<h2>What High-Performing Teams Do Differently</h2>
<p>Here’s what I’ve seen separate the best from the rest:</p>
<ol start="1" data-spread="true">
<li><strong>They stop fighting last year’s war.</strong>
<ul data-spread="false">
<li>Budgets are rearview mirrors. Top teams focus on what’s ahead.</li>
</ul>
</li>
<li><strong>They model drivers, not line items.</strong>
<ul data-spread="false">
<li>Instead of debating travel spend, they <a href="https://sarahgschlott.com/how-to-make-your-fpa-function-a-strategic-partner-not-a-reporting-machine/">model</a> what drives bookings, pipeline, and <a href="https://sarahgschlott.com/the-5-most-common-mistakes-i-see-in-financial-models-and-how-to-fix-them/">churn</a>.</li>
</ul>
</li>
<li><strong>They make forecasting a habit, not a hero project.</strong>
<ul data-spread="false">
<li>Forecasting isn’t a quarterly panic. It’s a monthly rhythm, embedded in the business.</li>
</ul>
</li>
<li><strong>They involve operators.</strong>
<ul data-spread="false">
<li><a href="https://sarahgschlott.com/mastering-ai-in-finance-building-expertise-for-a-data-driven-future/">Finance</a> doesn’t own the forecast alone. Sales, marketing, and product all contribute.</li>
</ul>
</li>
<li><strong>They tie forecasts to decisions.</strong>
<ul data-spread="false">
<li>Good forecasts don’t just predict. They provoke action.</li>
</ul>
</li>
</ol>
<h2>Building a Forecasting Muscle</h2>
<p>Here’s how I coach finance leaders to make the shift:</p>
<ul data-spread="false">
<li><strong>Start simple.</strong> Don’t aim for perfection. Aim for participation.</li>
<li><strong>Pick 3-5 key drivers.</strong> Not 300 line items. Focus on what moves the business.</li>
<li><strong>Use ranges, not false precision.</strong> Confidence intervals are your friend.</li>
<li><strong>Automate the mechanics.</strong> Don’t let version control kill the process.</li>
<li><strong>Tell stories, not spreadsheets.</strong> Pair data with narrative so leaders <em>feel</em> the forecast.</li>
</ul>
<h2>When to Use Budgets (Yes, There’s Still a Place)</h2>
<p>Look, I’m not anti-budget. I’m anti-blind budget.</p>
<p>Budgets still have a role:</p>
<ul data-spread="false">
<li>For setting annual compensation targets</li>
<li>For managing fixed costs and compliance</li>
<li>For communicating a baseline to the board</li>
</ul>
<p>But that’s where they stop. Use them as scaffolding, not as gospel.</p>
<h2>Final Thought: Forecasts Are How You Lead</h2>
<p>The best finance teams I’ve worked with don’t just report the numbers. They shape the future.</p>
<p>And they do it by shifting from static budgets to living forecasts. From control to clarity. From precision to progress.</p>
<p>If your budget is still running your business, it’s time to flip that relationship.</p>
<p>Because the most <a href="https://sarahgschlott.com/the-hidden-edge-why-growing-companies-need-fpa-before-they-think-they-do/">strategic finance</a> leaders I know? They don’t follow the plan. They reshape it.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>The Hidden Edge: Why Growing Companies Need FP&#038;A Before They Think They Do</title>
		<link>https://sarahgschlott.com/the-hidden-edge-why-growing-companies-need-fpa-before-they-think-they-do/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=the-hidden-edge-why-growing-companies-need-fpa-before-they-think-they-do</link>
		
		<dc:creator><![CDATA[Sarah Schlott]]></dc:creator>
		<pubDate>Thu, 15 May 2025 14:22:16 +0000</pubDate>
				<category><![CDATA[FP&A]]></category>
		<category><![CDATA[burn rate]]></category>
		<category><![CDATA[Cash Flow]]></category>
		<category><![CDATA[Financial planning and analysis]]></category>
		<category><![CDATA[Forecasting]]></category>
		<category><![CDATA[growth stage companies]]></category>
		<category><![CDATA[headcount planning]]></category>
		<category><![CDATA[Scenario planning]]></category>
		<category><![CDATA[startup finance]]></category>
		<category><![CDATA[strategic finance]]></category>
		<guid isPermaLink="false">https://sarahgschlott.com/?p=4518</guid>

					<description><![CDATA[I used to think we could scale our finance team with grit, hustle, and spreadsheets. And for a while, we did. Forecasts were living documents (in five tabs). We tracked cash burn on whiteboards. The budget was something I explained out loud more than I ever wrote down. Eventually, I realized that if we were [&#8230;]]]></description>
										<content:encoded><![CDATA[<p data-pm-slice="1 1 []">I used to think we could scale our <a href="https://sarahgschlott.com/mastering-ai-in-finance-building-expertise-for-a-data-driven-future/">finance</a> team with grit, hustle, and spreadsheets.</p>
<p>And for a while, we did. Forecasts were living documents (in five tabs). We tracked cash burn on whiteboards. The <a href="https://sarahgschlott.com/implementing-zero-based-budgeting-in-fpa-a-10-step-guide/">budget</a> was something I explained out loud more than I ever wrote down.</p>
<p>Eventually, I realized that if we were going to keep growing—fast—we needed more than duct tape and late nights.</p>
<p>So I decided to bring in the latest FP&amp;A technology. Not a cheap decision. Not a small one. But I believed it was the right call. The pitch was solid: fast implementation, seamless integrations, and reporting that would make our board swoon.</p>
<p>Implementation was supposed to take six weeks.</p>
<p>Six. <em>Months</em>. Later…</p>
<p>We were still stuck in configuration hell.</p>
<p>And when we finally turned it on, the output was so clunky my team had to rebuild the reports in <a href="https://sarahgschlott.com/top-10-principles-for-transforming-fpa-towards-long-term-value-creation/">Excel</a> just to explain them to operators.</p>
<p>It was one of the most frustrating experiences of my career—and one of the most important.</p>
<p>Because it taught me two things I’ll never forget:</p>
<ol start="1" data-spread="true">
<li><strong>Spreadsheets aren’t going anywhere.</strong> They’re still the fastest, most flexible way for finance folks to explore <a href="https://sarahgschlott.com/mastering-ai-in-finance-building-expertise-for-a-data-driven-future/">data</a>. Like it or not, they’re our native language.</li>
<li><strong>But spreadsheets can’t do everything.</strong> They’re not built for collaboration. They don’t tell the story behind the numbers. And when you’re leading FP&amp;A, that story is everything.</li>
</ol>
<p>So I stopped thinking about tech as a replacement. And started thinking about FP&amp;A as a strategic function.</p>
<p>Here’s what that looks like—and why high-growth companies need it sooner than they think.</p>
<h2>Growing Pains Come With a Price Tag</h2>
<p>When a company’s <a href="https://sarahgschlott.com/the-5-most-common-mistakes-i-see-in-financial-models-and-how-to-fix-them/">scaling</a>, it’s tempting to delay bringing in FP&amp;A.</p>
<p>&#8220;We’re not ready.&#8221; &#8220;The ops team has it handled.&#8221; &#8220;We’ll hire finance after the next round.&#8221;</p>
<p>I’ve heard every version—and lived most of them.</p>
<p>But here’s what I’ve learned: the longer you wait, the more expensive it gets.</p>
<p>Missed margin targets. Blown headcount plans. Botched pricing experiments.</p>
<p>It adds up fast.</p>
<h2>The Moment You Feel Chaos? That’s When You Needed FP&amp;A Yesterday</h2>
<p>Here’s the quiet signal you’re overdue: planning starts feeling political.</p>
<ul data-spread="false">
<li>Sales wants more headcount.</li>
<li>Product wants faster velocity.</li>
<li>Marketing wants more budget.</li>
<li>Leadership wants alignment.</li>
</ul>
<p>And the spreadsheet can’t tell you what trade-offs make sense.</p>
<p>That’s where FP&amp;A earns its keep—not just crunching numbers but helping the business <em>make choices</em>.</p>
<h2>Good FP&amp;A Asks Better Questions</h2>
<p>When we started investing in FP&amp;A seriously, we stopped answering questions and started defining them.</p>
<p>Every planning cycle now starts with:</p>
<ul data-spread="false">
<li>What <a href="https://sarahgschlott.com/the-5-most-common-mistakes-i-see-in-financial-models-and-how-to-fix-them/">assumptions</a> are changing?</li>
<li>What’s the real driver of our burn?</li>
<li>What happens if <a href="https://sarahgschlott.com/the-5-most-common-mistakes-i-see-in-financial-models-and-how-to-fix-them/">revenue</a> misses by 10%?</li>
</ul>
<p>The model is a tool. The <em>conversation</em> is the value.</p>
<h2>Table: FP&amp;A Impact by Growth Stage</h2>
<table>
<tbody>
<tr>
<th>Growth Stage</th>
<th>Common Problem</th>
<th>What FP&amp;A Adds</th>
</tr>
<tr>
<td>Seed</td>
<td>Burn unknown</td>
<td>Simple forecasting + hiring map</td>
</tr>
<tr>
<td>Series A</td>
<td>CAC inflated</td>
<td>Cohort analysis, funnel metrics</td>
</tr>
<tr>
<td>Series B</td>
<td>Headcount misaligned</td>
<td>Org structure modeling, productivity</td>
</tr>
<tr>
<td>Series C+</td>
<td>Scaling too fast or too slow</td>
<td><a href="https://sarahgschlott.com/implementing-zero-based-budgeting-in-fpa-a-10-step-guide/">Scenario</a> planning, gross margin insight</td>
</tr>
</tbody>
</table>
<h2>I Wish I’d Brought FP&amp;A In Sooner</h2>
<p>Honestly? We thought we were too early. But by the time we brought in our first strategic FP&amp;A hire, we were already behind:</p>
<ul data-spread="false">
<li>Budgets had no ownership</li>
<li>Revenue planning was a black box</li>
<li>We were optimizing top-line while margin eroded quietly</li>
</ul>
<p>The first thing that FP&amp;A helped us do? See.</p>
<p>Really see.</p>
<p>Where we were bleeding. Where we were guessing. Where we were defaulting to historical inertia instead of data.</p>
<h2>Don’t Build the Model to Calculate—Build It to Clarify</h2>
<p>This mindset shift changed everything for us.</p>
<p>Old model: calculate <a href="https://sarahgschlott.com/the-5-most-common-mistakes-i-see-in-financial-models-and-how-to-fix-them/">runway</a>, produce a board deck, cross fingers.</p>
<p>New model: clarify trade-offs, test decisions, tell a story.</p>
<p>You know you’ve hit FP&amp;A maturity when your <a href="https://sarahgschlott.com/how-to-make-your-fpa-function-a-strategic-partner-not-a-reporting-machine/">forecast</a> isn’t a report—it’s a conversation starter.</p>
<h2>The Best FP&amp;A Teams Don’t Just Forecast—They Shape the Future</h2>
<p>Great FP&amp;A isn’t reactionary.</p>
<p>It’s proactive. It brings optionality to leadership. It closes the loop between business inputs and financial outcomes.</p>
<p>It’s not about catching mistakes. It’s about asking what’s possible.</p>
<h2>Final Thought: It’s Not Too Late. But It’s Probably Not Too Early Either.</h2>
<p>If you’re wondering whether you need FP&amp;A—you probably do.</p>
<p>Bring it in when:</p>
<ul data-spread="false">
<li>You’re planning headcount across multiple teams</li>
<li>Your board asks for scenario analysis and you panic</li>
<li>You start getting inconsistent answers about runway</li>
</ul>
<p>The longer you wait, the longer it takes to clean things up.</p>
<p>What you need isn’t a perfect model. You need a partner in finance who can help your company make better decisions, faster.</p>
<p>The tools help. But FP&amp;A is a mindset before it’s a team.</p>
<p>And that mindset? That’s the hidden edge most growing companies never realize they needed—until it’s too late.</p>
<p>If you’ve ever felt behind, or watched your team boomerang back to Excel, I see you.</p>
<p>You’re not broken. You’re just ready to lead differently.</p>
<p>Let’s make finance strategic again.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
