In Excel: compute net present value with =NPV(rate, B2:B4)+B1 — where B1 holds the (negative) year-0 investment OUTSIDE the NPV range — and the internal rate of return with =IRR(B1:B4) over the full series including year 0.
3 one value per year
Need it as an auditable file?
Ships inside the linked template — formula-driven, unlocked, audit-ready.
Need it as an auditable file?
Ships inside the linked template — formula-driven, unlocked, audit-ready.
What this does
NPV discounts future cash flows back to today at a chosen rate and nets them against the upfront investment; a positive NPV means the project beats that rate. IRR is the discount rate at which NPV is exactly zero. The classic trap is that Excel's NPV assumes every value in its range sits one period in the future — so the year-0 investment must be added outside the function, while IRR wants the full series including year 0. 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. For “calculate irr using excel”, the reliable version is a short checking loop, not just the first command that appears to work. Run it on a deliberately small range first, watch how the affected cells change, and only then apply the same setup to the full sheet. 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. That is what makes a calculation you can defend to a CFO or an auditor useful in real work: repeatable, auditable, and not dependent on memory or luck.
A worked example
B1 holds -10000 (investment today), B2:B4 hold 3000, 4200, 6800. =NPV(10%,B2:B4)+B1 returns €1,307.29 — the project creates value at a 10% hurdle rate. =IRR(B1:B4) returns 16.36%, the rate at which the same series breaks even. NPV and IRR are the standard go/no-go arithmetic for investments, equipment purchases, and projects — and the off-by-one-period NPV trap is probably the most common spreadsheet finance error. If there is any chance you will reuse this, drop it into a small template tab right now: a labelled input area on the left and the formula beside it, checked once against the tool above. Next time the same question comes up, the answer is a single paste away instead of a rebuild from memory.
In Google Sheets
If you are in Google Sheets rather than Excel, the good news is that the formula shown here is identical and the workflow barely changes — menus sit across the top instead of in a ribbon, and a few function names differ slightly, but anything you build here moves across with little or no rework. Keep this page bookmarked for the next time the same question comes up. Better still, rebuild the example once in your own sheet — doing it yourself, with the tool above to check against, is what turns a copied formula into a technique you own. If you take one thing from this page on “calculate irr using excel”, make it the habit rather than the keystrokes: set the problem up with labelled inputs, reference those cells, and let Excel do the recomputing. Bookmark the page for the syntax, but do the example once in a blank sheet and check it against the tool above — five minutes of hands-on practice fixes the method in memory far better than re-reading, and it surfaces the small snags while they are still harmless. After that the technique is genuinely yours: faster than searching for it again, and reliable enough to drop into work that other people depend on.
Common mistakes
- Including the year-0 investment inside the
NPVrange, which discounts it one year too many. - Feeding
IRRa series with no sign change — it needs at least one negative and one positive flow. - Comparing projects of different lengths by
IRRalone;NPVat a common rate is the safer ranking. - Using annual
NPV/IRRon monthly flows — switch the rate to a monthly rate or useXNPV/XIRRwith real dates.
Frequently asked questions
Why does Excel's NPV differ from my finance textbook?
Excel's NPV discounts every range value by at least one period. Add the year-0 flow outside the function: =NPV(rate,flows)+initial.
What does #NUM! from IRR mean?
IRR could not converge — usually the series has no sign change, or you should supply a guess: =IRR(range, 0.1).
When should I use XNPV and XIRR?
When cash flows are not evenly spaced. XNPV/XIRR take actual dates alongside the values.
Other ways people ask this
People reach this page typing “how to calculate irr in excel”, “calculate irr in excel formula”, “calculate irr in excel” and “how do i calculate irr in excel”, among other phrasings; whichever wording you used, the fix above is the one you want.
This guide also answers
- calculating irr in excel
Why do people search for this in so many different ways?
Because the same task has many names. “how to calculate irr in excel”, “calculate irr in excel formula”, “calculate irr in excel” all point at the one operation explained on this page, which is why they all lead here.