In Excel: with an even annual cash flow, payback is the investment divided by the annual inflow; with uneven flows, count the years until the cumulative cash flow turns positive and interpolate the part-year.
On this page7
List the cash flows by period, with the initial outlay as a negative figure in period 0.
Add a cumulative column: =C2 in the first row, then =D2+C3 filled down.
For an even inflow, divide the outlay by the annual amount and stop there.
For uneven flows, find the last negative cumulative figure, then add the absolute value of that figure divided by the next period's inflow.
For discounted payback, first discount each flow with =C3/(1+$B$1)^A3 and build the cumulative column from the discounted values.
Need it as an auditable file?
Ships inside the linked template — formula-driven, unlocked, audit-ready.
What this does
Payback is the time taken for an investment to return its own cost in cash. The even-flow case is one division. The uneven case needs a cumulative column: read off the last year that is still negative, then add the fraction of the following year needed to close the remaining gap. Neither version discounts the flows, which is the method's main limitation and the reason a discounted variant exists. Keep the inputs visible and clearly labelled and the whole thing stays auditable — anyone who opens the file later, including you, can see at a glance exactly what feeds the result and change one assumption without hunting through the formula. The difference between a quick fix and a sheet you can trust is the extra minute you spend validating “payback period formula excel”. Start on a copy or a tiny sample, keep the affected formula visible, and compare the result with the tool above before you touch the real workbook. When a formula is involved, keep the inputs labelled beside it, reference cells instead of typing values, and apply number formatting only after the result checks out. The point is a calculation you can defend to a CFO or an auditor, but the practical win is that someone else can open the file and understand what happened without asking you.
A worked example
An outlay of 48,000 returns 15,000 a year: =ABS(B2)/C2 gives 3.2 years. With uneven flows of 12,000, 14,000, 13,000 and 14,000, the cumulative column stands at -9,000 after three years, so payback is 3 + 9,000/14,000 = 3.64 years. Payback is the number a committee asks for first because it is the one everyone understands, and its blind spots are only safe if you can name them. A practical tip before you scale it up: build it once on a small block of test data, confirm the number against the tool on this page, and only then point it at your real sheet. That one habit catches almost every mistake while it is still cheap to fix, long before a wrong figure reaches a report or a colleague.
In Google Sheets
Google Sheets handles this almost identically to Excel. The formula syntax above is the same, and the menu lives under a slightly different label rather than a ribbon tab. Use the platform toggle at the top of the page to switch every keyboard shortcut between Windows and Mac, and expect at most cosmetic differences in naming. The aim was to get you unstuck fast and leave you a little more capable than a copy-paste would. The answer is at the top and the detail above shows why it holds — so the next time a colleague asks, you can answer without reaching for search. The short version of “payback period formula excel”: the answer is at the top of this page, the tool proves it on your own numbers, and the sections above explain why it holds so the next variation does not stump you. Excel rewards people who reference cells instead of typing values and who keep inputs separate from formulas, because that is what makes a result you can audit months later. Build it once, deliberately, with the live tool as a check, and you convert a one-off lookup into a reusable skill — which is the whole point of learning the why and not just the what.
Common mistakes
- Using accounting profit rather than cash flow, which ignores that depreciation is not a payment.
- Ranking projects on payback alone, which is blind to everything that happens after the break-even point.
- Mixing signs so the cumulative column never crosses zero.
- Reporting undiscounted payback for a long project, where money returned in year six is treated as worth the same as money spent today.
Frequently asked questions
Is there a PAYBACK function in Excel?
No. It is a cumulative-cash-flow calculation, though NPV and IRR exist for the discounted view of the same project.
How do I calculate discounted payback?
Discount each period's flow by (1+rate)^period, then apply the same cumulative-crossing method to the discounted figures.
Payback or NPV?
Payback measures liquidity risk — how long the money is exposed. NPV measures value created. Sound appraisals report both.
Can I compute it monthly?
Yes. Use monthly flows and a monthly rate, and read the answer in months.
Other ways people ask this
On the way here you may have searched this as “formula for payback period in excel”, “discounted payback period formula excel” and “excel payback period calculation” — it is all the same task, and this page is the single, complete answer to it.
Why do people search for this in so many different ways?
Because the same task has many names. “formula for payback period in excel”, “discounted payback period formula excel”, “excel payback period calculation” all point at the one operation explained on this page, which is why they all lead here.