Back to Blog
Tutorial
12 min read

PV Formula in Google Sheets & Excel: Present Value Explained with Examples

GSheetLab Expert

Author

2026-05-15

Published

Learn how to use the PV formula in Excel and Google Sheets. Understand present value calculations with syntax, examples, and real financial use cases.

Anyone who works with money, investments, or business planning needs to know how to use the Present Value formula (PV formula). The PV function lets you figure out how much money you will have in the future based on a fixed interest rate, no matter if you are using Google Sheets or Excel.

In simple terms, the PV formula answers this question: 'How much is future money worth today?'

A lot of people use this idea in banking, investment analysis, loan planning, and predicting the future of money. This guide will teach you what the PV formula is, how it works, how to use it correctly in spreadsheets, and give you real life examples.

What Is PV Formula?

The PV formula is short for Present Value. It figures out how much a certain amount of money will be worth in the future based on a certain interest rate and time period. Money today is worth more than the same amount in the future because it can make you money. The PV formula is useful for figuring out how different things are.

For instance, if someone promises you $1,000 in five years, the PV formula can help you figure out how much that $1,000 is worth right now.

  • Investment decisions
  • Loan analysis
  • Financial planning
  • Business valuation
  • Retirement planning

PV Formula in Google Sheets and Excel Syntax

Both Google Sheets and Excel use the same PV function structure:

=PV(rate, periods, payment, [future_value], [type])

Parameters Explained

  • rate → Interest rate per period
  • periods (nper) → Total number of payment periods
  • payment (pmt) → Amount paid each period (if any)
  • future_value (fv) → The future amount you want to achieve
  • type → When payments are made (0 = end of period, 1 = beginning)

Simple PV Formula Example

Let’s say you want to calculate the present value of $1,000 received after 5 years at a 10% annual interest rate. In Google Sheets or Excel:

=PV(10%, 5, 0, -1000)

The formula returns approximately: -620.92. This means $1,000 in 5 years is worth about $620.92 today at a 10% interest rate.

Why the Result Is Negative

The PV formula often gives a negative value because of how cash flows. Money received is positive, and money paid is negative. To make it easier to read, you can use the ABS function:

=ABS(PV(10%, 5, 0, -1000))

This gives a positive result: 620.92

How PV Formula Works (Simple Explanation)

The PV formula uses the concept of discounting. Future Value is reduced using an interest rate to find its present value. The basic formula is:

PV = FV / (1 + r)^n

Where FV is Future Value, r is interest rate, and n is number of periods. This formula shows how future money is 'discounted' back to today’s value.

Real Life PV Formula Examples

1. Investment Decision

You are promised $10,000 after 10 years with an 8% return rate.

=PV(8%, 10, 0, -10000)

2. Loan Calculation

If you take a loan and want to calculate its present value:

=PV(6%, 3, -2000, 0)

3. Retirement Planning

If you want $500,000 at retirement:

=PV(7%, 25, 0, -500000)

PV Formula in Google Sheets vs Excel

There is no difference between Google Sheets and Excel PV formula. Both use the same syntax, same arguments, and same financial logic. You can freely switch between both tools without changing formulas.

Common Mistakes in PV Formula

  • Wrong Interest Rate Format (e.g., using 5 instead of 5% or 0.05)
  • Confusing Positive and Negative Cash Flow (Incoming money should be negative in the formula for a positive result)
  • Incorrect Period Usage (If payments are monthly, convert annual rate into monthly rate)

When to Use PV Formula

The PV formula is useful when you want to compare investment options, evaluate loan offers, calculate bond pricing, plan retirement savings, or analyze project value. It is especially important in financial decision making.

PV Formula vs FV Formula

FeaturePV FormulaFV Formula
PurposeValue todayValue in future
DirectionFuture → PresentPresent → Future
Use caseDiscountingGrowth

Why PV Formula Is Important in Finance

The PV formula is widely used because it reflects a key financial principle: Money today is more valuable than money in the future due to inflation, investment opportunities, and risk factors.

Final Thoughts

The PV formula is more than just another spreadsheet function; it's a basic financial idea that helps you think about real economic value instead of just numbers on paper. When you know what present value is, you start to think about money decisions in a different way, especially when you have to choose between options that involve time, interest, and risk.

Understanding present value can help you make better decisions when you're choosing an investment, looking at a loan, or planning for long term savings.

Frequently Asked Questions

The PV (Present Value) formula figures out how much a future amount of money is worth right now based on a set interest rate. It helps you figure out how much future payments are worth in today's money.
=PV(rate, periods, payment, [future_value], [type])
PV gives a negative value because of how cash flow works. Money you get is positive, and money you spend or invest is negative. This keeps financial calculations consistent.
Yes, the PV formula works the same way in both Google Sheets and Excel. Both tools use the same rules for financial functions.
PV (Present Value) tells you how much future money is worth now, while FV (Future Value) tells you how much money you have now will grow in the future.
Use PV to compare the value of money now with the value of money in the future when making financial decisions like loans, investments, or retirement funds.
Common mistakes include using the wrong interest rate format (e.g. 5 instead of 5%), mixing up monthly and yearly periods, and confusing positive/negative cash flows.

Did you find this helpful? Share it with your team.