calculate number of payments (using NPER)

alexaronson

Active Member
Joined
Sep 30, 2005
Messages
314
Hello,

I am trying to use the function NPER to calculate the number of payments it would take to eliminate some debt using a few constants.

In the NPER formula, I have the following
RATE = 12%/12 (12% APR, 12 months in a year)
PMT = 60
Pv = 3000
Fv = 0

The results of the formula = -40.7

However, when evaluating it by creating an amortization table, the number of periods requires 70 months to pay the debt off. The way I created the amortization table is by taking:
Debt = A1
Rate = B1
Payment = C1
Cell A2 = A1+A1*B$1$/12-C$1$
Cell A3 = A2+A2*B$1$/12-C$1$
Cell A3 is copied down to A4, A5, A6, A7, and so forth until the last cell has a starting balance of 0 or negative.

Is my amortization table correct, or is NPER populated wrong?

Thanks for any help you can give me.

Alex in Memphis, TN
 

Excel Facts

Can you AutoAverage in Excel?
There is a drop-down next to the AutoSum symbol. Open the drop-down to choose AVERAGE, COUNT, MAX, or MIN
Being told that you would pay off the debt in negative 40.7 months should have raised a alarm!

In using the various finance functions, you have to be careful with the signs of the inflows and outflows. Excel treats inflows as positive numbers and outflows as negative numbers. So, if you use =NPER(B3/12,-B4,B2) where B3 is the rate, B4 is the payment and B2 in the present value, the result would be 69.66071689 months.
Hello,

I am trying to use the function NPER to calculate the number of payments it would take to eliminate some debt using a few constants.

In the NPER formula, I have the following
RATE = 12%/12 (12% APR, 12 months in a year)
PMT = 60
Pv = 3000
Fv = 0

The results of the formula = -40.7

However, when evaluating it by creating an amortization table, the number of periods requires 70 months to pay the debt off. The way I created the amortization table is by taking:
Debt = A1
Rate = B1
Payment = C1
Cell A2 = A1+A1*B$1$/12-C$1$
Cell A3 = A2+A2*B$1$/12-C$1$
Cell A3 is copied down to A4, A5, A6, A7, and so forth until the last cell has a starting balance of 0 or negative.

Is my amortization table correct, or is NPER populated wrong?

Thanks for any help you can give me.

Alex in Memphis, TN
 
Upvote 0

Forum statistics

Threads
1,214,520
Messages
6,120,017
Members
448,937
Latest member
BeerMan23

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top