Present Value Formula Excel

If you just need to present value formula excel and move on, the boxed answer at the top is all you need. The rest of this page is for when you want to understand why it works in Excel, adapt it to a trickier version, or make it robust enough to hand to a colleague. We keep the opening short on purpose — the depth is here when you want it, not in your way when you don’t.

Exact answer

In Excel: use =PV(rate, nper, pmt) — it discounts a stream of equal future payments back to what they are worth today.

On this page8

Syntax

=PV(rate, nper, pmt, [fv], [type])

Arguments

Argumentrequired / optionalDescription
raterequiredDiscount rate per period.
nperrequiredNumber of periods.
pmtrequiredPayment each period. Use 0 for a single future lump sum.
fvoptionalA lump sum at the end, on top of the payments.
typeoptional0 for end-of-period payments, 1 for beginning.

Related functions

FVNPVPMT
ƒxNPV & IRR CalculatorLive
%
Net present value
€1,307.29

3 one value per year

IRR
16.34%
=NPV(rate, flows)−investment · =IRR(B1:B4)

Need it as an auditable file?

Ships inside the linked template — formula-driven, unlocked, audit-ready.

View template
Ctrl+CthenCtrl+Shift+V+Cthen+Ctrl+VPaste values · WindowsMac

Need it as an auditable file?

Ships inside the linked template — formula-driven, unlocked, audit-ready.

View template

What this does

PV answers what a future stream of money is worth now, given a discount rate. It handles level payments only; for irregular amounts, NPV is the function. The everyday use is deciding between a lump sum today and instalments later — a lottery payout, a settlement offer, a lease against a purchase. The discount rate is the assumption that does all the work: it represents what the money could earn instead, and a small change in it moves the answer substantially, which is worth showing as a small sensitivity table rather than a single number. The same idea underpins a lot of everyday Excel work, so the few minutes spent getting it right here pay back across every sheet you build afterwards. Treat it as a pattern, not a one-off, and it stops being something you look up and starts being something you reach for. Treat “present value formula excel” as a small repeatable workflow rather than a one-off click you hope to remember next time. Use a small test block before the live file, so any surprise in the affected formula shows up while it is still harmless. 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 turns a calculation you can defend to a CFO or an auditor into a method you can reuse, explain, and defend when the workbook leaves your screen.

A worked example

An offer of 1,000 a month for 10 years, discounted at 6 %: =PV(6%/12, 120, -1000) returns about 90,073 — meaningfully less than the 120,000 headline. A single 50,000 payment due in 5 years at the same rate: =PV(6%, 5, 0, -50000) returns roughly 37,363. PV is what makes a lump sum and an instalment plan comparable, which is the recurring question in every leasing, settlement and payout decision. 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

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, the tool proves it, 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 “present value 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 PV for irregular cash flows — it assumes every payment is identical. NPV handles varying amounts.
  • Choosing a discount rate without justifying it; it drives the result more than any other input.
  • Sign confusion: enter payments as negative to get a positive present value.

Frequently asked questions

What is the difference between PV and NPV?

PV assumes a constant payment every period. NPV takes a range of individually different cash flows.

Which discount rate should I use?

The return you could get on the money elsewhere — a cost of capital, a savings rate, or a hurdle rate. State the assumption explicitly.

How do I value a single future amount?

Set pmt to 0 and put the amount in fv: =PV(rate, nper, 0, -amount).

Other ways people ask this

People reach this page typing “formula for present value in excel”, “formula present value excel”, “present value on excel” and “excel present value calculator”, among other phrasings; whichever wording you used, the fix above is the one you want.

Why do people search for this in so many different ways?

Because the same task has many names. “formula for present value in excel”, “formula present value excel”, “present value on excel” all point at the one operation explained on this page, which is why they all lead here.