Using Excel formulas to figure out payments and savings (2024)

Managing personal finances can be a challenge, especially when trying to plan your payments and savings. Excel formulas and budgeting templates can help you calculate the future value of your debts and investments, making it easier to figure out how long it will take for you to reach your goals. Use the following functions:

  • PMT calculates the payment for a loan based on constant payments and a constant interest rate.

  • NPER calculates the number of payment periods for an investment based on regular, constant payments and a constant interest rate.

  • PV returns the present value of an investment. The present value is the total amount that a series of future payments is worth now.

  • FV returns the future value of an investment based on periodic, constant payments and a constant interest rate.

Figure out the monthly payments to pay off a credit card debt

Assume that the balance due is $5,400 at a 17% annual interest rate. Nothing else will be purchased on the card while the debt is being paid off.

Using the function PMT(rate,NPER,PV)

=PMT(17%/12,2*12,5400)

the result is a monthly payment of $266.99 to pay the debt off in two years.

  • The rate argument is the interest rate per period for the loan. For example, in this formula the 17% annual interest rate is divided by 12, the number of months in a year.

  • The NPER argument of 2*12 is the total number of payment periods for the loan.

  • The PV or present value argument is 5400.

Figure out monthly mortgage payments

Imagine a $180,000 home at 5% interest, with a 30-year mortgage.

Using the function PMT(rate,NPER,PV)

=PMT(5%/12,30*12,180000)

the result is a monthly payment (not including insurance and taxes) of $966.28.

  • The rate argument is 5% divided by the 12 months in a year.

  • The NPER argument is 30*12 for a 30 year mortgage with 12 monthly payments made each year.

  • The PV argument is 180000 (the present value of the loan).

Find out how to save each month for a dream vacation

You’d like to save for a vacation three years from now that will cost $8,500. The annual interest rate for saving is 1.5%.

Using the function PMT(rate,NPER,PV,FV)

=PMT(1.5%/12,3*12,0,8500)

to save $8,500 in three years would require a savings of $230.99 each month for three years.

  • The rate argument is 1.5% divided by 12, the number of months in a year.

  • The NPER argument is 3*12 for twelve monthly payments over three years.

  • The PV (present value) is 0 because the account is starting from zero.

  • The FV (future value) that you want to save is $8,500.

Now imagine that you are saving for an $8,500 vacation over three years, and wonder how much you would need to deposit in your account to keep monthly savings at $175.00 per month. The PV function will calculate how much of a starting deposit will yield a future value.

Using the function PV(rate,NPER,PMT,FV)

=PV(1.5%/12,3*12,-175,8500)

an initial deposit of $1,969.62 would be required in order to be able to pay $175.00 per month and end up with $8500 in three years.

  • The rate argument is 1.5%/12.

  • The NPER argument is 3*12 (or twelve monthly payments for three years).

  • The PMT is -175 (you would pay $175 per month).

  • The FV (future value) is 8500.

Find out how long it will take to pay off a personal loan

Imagine that you have a $2,500 personal loan, and have agreed to pay $150 a month at 3% annual interest.

Using the function NPER(rate,PMT,PV)

=NPER(3%/12,-150,2500)

it would take 17 months and some days to pay off the loan.

  • The rate argument is 3%/12 monthly payments per year.

  • The PMT argument is -150.

  • The PV (present value) argument is 2500.

Figure out a down payment

Say that you’d like to buy a $19,000 car at a 2.9% interest rate over three years. You want to keep the monthly payments at $350 a month, so you need to figure out your down payment. In this formula the result of the PV function is the loan amount, which is then subtracted from the purchase price to get the down payment.

Using the function PV(rate,NPER,PMT)

=19000-PV(2.9%/12, 3*12,-350)

the down payment required would be $6,946.48

  • The $19,000 purchase price is listed first in the formula. The result of the PV function will be subtracted from the purchase price.

  • The rate argument is 2.9% divided by 12.

  • The NPER argument is 3*12 (or twelve monthly payments over three years).

  • The PMT is -350 (you would pay $350 per month).

See how much your savings will add up to over time

Starting with $500 in your account, how much will you have in 10 months if you deposit $200 a month at 1.5% interest?

Using the function FV(rate,NPER,PMT,PV)

=FV(1.5%/12,10,-200,-500)

in 10 months you would have $2,517.57 in savings.

  • The rate argument is 1.5%/12.

  • The NPER argument is 10 (months).

  • The PMT argument is -200.

  • The PV (present value) argument is -500.

See also

PMT function

NPER function

PV function

FV function

Using Excel formulas to figure out payments and savings (2024)

FAQs

What formula do you use to calculate monthly payments in Excel? ›

=PMT(5%/12,30*12,180000)

the result is a monthly payment (not including insurance and taxes) of $966.28. The rate argument is 5% divided by the 12 months in a year. The NPER argument is 30*12 for a 30 year mortgage with 12 monthly payments made each year. The PV argument is 180000 (the present value of the loan).

What is the PMT function in Excel for savings? ›

The PMT function provides a way to calculate loan payments and savings plans in Excel. For example, you can use it to determine the annual or monthly amount required to pay off (or partially pay off) a loan or how much to set aside each month or quarter to reach a savings goal.

What is the formula for number of payments in Excel? ›

You can use the NPER function to get the number of payment periods for a loan (or an investment), given the amount, the interest rate, and a periodic payment amount. pmt normally includes principal and interest but not taxes, reserve payments, or fees. Be sure you supply rate consistent with periods.

Which of the following Microsoft Excel functions can be used to calculate payments? ›

PMT, one of the financial functions, calculates the payment for a loan based on constant payments and a constant interest rate.

What is the PMT formula? ›

The Excel “PMT” function is used to determine the payments owed to a lender by a borrower on a financial obligation, such as a loan or bond. The payment owed is derived from a constant interest rate, the number of periods (i.e. loan term), and the value of the original loan principal.

How do I calculate interest-only payments in Excel? ›

The formula to be used will be =IPMT( 5%/12, 1, 60, 50000). In the example above: As the payments are made monthly, it was necessary to convert the annual interest rate of 5% into a monthly rate (=5%/12), and the number of periods from years to months (=5*12).

What formula do you use for monthly payments? ›

Divide the interest rate you're being charged by the number of payments you'll make each year, usually 12 months. Multiply that figure by the initial balance of your loan, which should start at the full amount you borrowed.

How to calculate monthly payments? ›

The formula is: M = P [ i(1 + i)^n ] / [ (1 + i)^n – 1], where M is the monthly payment, P is the loan amount, i is the interest rate (divided by 12) and n is the number of monthly payments.

How do I calculate present value of payments in Excel? ›

The built-in function PV can easily calculate the present value with the given information. Enter "Present Value" into cell A4, and then enter the PV formula in B4, =PV(rate, nper, pmt, [fv], [type], which, in our example, is "=PV(B2,B1,0,B3)." Since there are no intervening payments, 0 is used for the "PMT" argument.

How to calculate savings percentage in Excel? ›

How to Automatically Calculate Percentage in Excel. Percentage formula in excel: Percentages can be calculated using the formula =part/total. As an example, if you're trying to apply a discount, you would like to reduce a particular amount by 10%. The formula is: =Price*1-Discount %.

What is the formula for calculating pay in Excel? ›

Basic Excel Formulas for Gross Wage Calculation

The fundamental formula for calculating gross wages is multiplying the hourly rate or salary by the number of hours worked. This provides the employee's total earnings before any deductions. Use the following formula: Gross Wages = Hourly Rate * Hours Worked.

What is the useful Excel formula for finance? ›

Formula: =XNPV(discount_rate, cash_flows, dates)

For finance professionals, XNPV is the most useful formula in Excel.

What is the payment function in Excel? ›

The PMT Function[1] is categorized under financial Excel functions. The function helps calculate the total payment (principal and interest) required to settle a loan or an investment with a fixed interest rate over a specific time period.

How to calculate interest and principal payments in Excel? ›

“=PMT” → The “PMT” function in Excel calculates the periodic payment on a loan, inclusive of both the interest and principal. “=IPMT” → In contrast, the “IPMT” in Excel calculates only the interest paid on a loan, as suggested by the “I” in front that stands for “interest.”

What does fv stand for in Excel? ›

FV, one of the financial functions, calculates the future value of an investment based on a constant interest rate. You can use FV with either periodic, constant payments, or a single lump sum payment. Use the Excel Formula Coach to find the future value of a series of payments.

What is the difference between PMT and IPMT in Excel? ›

IPMT function is thereby a part of the PMT function, but the former calculates only the interest component, whereas the latter calculates the entire payment inclusive of both the principal repayment and interest.

What is the formula for interest-only payments? ›

The amount you owe in principal doesn't change during this period, so your monthly payments are lower than they would be with a traditional, amortized loan. To calculate interest-only loan payments, multiply the loan balance by the annual interest rate, and divide it by the number of payments in a year.

What is the formula for the total monthly payment? ›

Monthly Payment = (P × r) ∕ n

Again, “P” represents your principal amount, and “r” is your APR. However, “n” in this equation is the number of payments you'll make over a year. Now for an example. Let's say you get an interest-only personal loan for $10,000 with an APR of 3.5% and a 60-month repayment term.

How to do a monthly formula in Excel? ›

Cell values: If you have a spreadsheet with date values entered, you can extract the month value from figures in a specific cell. For example, if you have "6 May 2022" in cell "B4", using the formula "=MONTH(B4)" returns the month value for the date in cell "B4", being "5".

What is the formula for installment calculation in Excel? ›

To calculate EMIs and interest for Personal Loans using Excel, input the loan amount, annual interest rate and loan tenure into separate cells. Then, use the formula =PMT(B2/12, B3, B1) in the EMI cell where B2 is the interest rate, B3 is the tenure and B1 is the loan amount.

How to calculate present value of monthly payments in Excel? ›

How to calculate the present value of a payment stream using Excel in 5 steps
  1. Step 1: Create your table with headers. ...
  2. Step 2: Enter amounts in the Period and Cash columns. ...
  3. Step 3: Insert the PV function. ...
  4. Step 4: Enter the Rate, Nper Pmt, and Fv. ...
  5. Step 5: Sum the Present Value column.
May 2, 2023

Top Articles
Latest Posts
Article information

Author: Prof. An Powlowski

Last Updated:

Views: 6308

Rating: 4.3 / 5 (44 voted)

Reviews: 83% of readers found this page helpful

Author information

Name: Prof. An Powlowski

Birthday: 1992-09-29

Address: Apt. 994 8891 Orval Hill, Brittnyburgh, AZ 41023-0398

Phone: +26417467956738

Job: District Marketing Strategist

Hobby: Embroidery, Bodybuilding, Motor sports, Amateur radio, Wood carving, Whittling, Air sports

Introduction: My name is Prof. An Powlowski, I am a charming, helpful, attractive, good, graceful, thoughtful, vast person who loves writing and wants to share my knowledge and understanding with you.