Calculate Runway in Months From Cash and Burn
You know how much cash the business has and how much it loses each month. You need the number every founder and finance lead watches: how many months until the money runs out.
Excel & Google Sheets
This formula works in both Excel and Google Sheets.
How it works
Runway is cash divided by net monthly burn — the amount by which expenses exceed revenue each month. $240,000 in the bank burning $20,000 a month is 240000/20000 = 12 months of runway. Use net burn (spend minus income), not gross spend, or you'll understate your runway. And handle the good problem: a break-even or profitable month has zero or negative burn, which makes the division return #DIV/0! or a meaningless negative. Guard it with =IF(B2<=0,"Profitable",A2/B2) so the model reads correctly in every scenario.
When to use it
Use it in board decks and fundraising models, monthly finance reviews, and hiring plans — anywhere "when do we run out of money at this pace?" drives the decision.
Common mistakes
Did this formula help?
Engine-verified against the sample data aboveDownload the proof sheet (.xlsx)Last reviewed 2026-07-09