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

How do you calculate how much interest you will pay in Excel? ›

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

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.

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.

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. Use the Excel Formula Coach to figure out a monthly loan payment.

What is the formula for finding 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.

What formula do you use for monthly payments? ›

To use this formula, divide your interest rate by the number of payments you make in a year (usually 12). Multiply this result by your principal to find out your monthly loan payment.

How do you calculate how much interest you will pay? ›

Formula for calculating simple interest

For example, if you take out a five-year loan for $20,000 and the interest rate on the loan is 5 percent, the simple interest formula would be $20,000 x .05 x 5 = $5,000 in interest.

How to 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 is the formula for calculating interest rates? ›

To calculate interest rates, use the formula: Interest = Principal × Rate × Tenure. This equation helps determine the interest rate on investments or loans. What are the advantages of using a loan interest rate calculator?

What is the Excel function for interest payment? ›

IPMT is Excel's interest payment function. It returns the interest amount of a loan payment in a given period, assuming the interest rate and the total amount of a payment are constant in all periods.

How does Excel PMT formula work? ›

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.

What is the formula for principal and interest payment 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.”

How to calculate savings 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? ›

Calculating Gross Wages Using Excel Formulas

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.

How to do 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".

How do I calculate monthly expenses in Excel? ›

How to create a budget in Excel manually
  1. Create budget headers. After opening Excel, include your budget's column names. ...
  2. Enter the expenses, costs, and income. Include your estimated expenses or costs in the created columns. ...
  3. Calculate the balance. ...
  4. Create visualizations.
Feb 12, 2024

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

How do I calculate monthly data in Excel? ›

Step-by-Step:
  1. Organize Your Data: Ensure your data set includes dates and the values you wish to sum. ...
  2. Create a Month Column: Insert a new column in your data to extract the month from each date. ...
  3. Implement SUMIF, SUMIFS, or PivotTable: Use these features to sum your data based on the month.
Jan 30, 2024

Top Articles
Latest Posts
Article information

Author: Barbera Armstrong

Last Updated:

Views: 5677

Rating: 4.9 / 5 (59 voted)

Reviews: 82% of readers found this page helpful

Author information

Name: Barbera Armstrong

Birthday: 1992-09-12

Address: Suite 993 99852 Daugherty Causeway, Ritchiehaven, VT 49630

Phone: +5026838435397

Job: National Engineer

Hobby: Listening to music, Board games, Photography, Ice skating, LARPing, Kite flying, Rugby

Introduction: My name is Barbera Armstrong, I am a lovely, delightful, cooperative, funny, enchanting, vivacious, tender person who loves writing and wants to share my knowledge and understanding with you.