Excel formula to calculate credit debt reduction

konakai

New Member
Joined
Jan 8, 2003
Messages
5
Hi,

Does anyone know a formula to use in Excel to calculate credit debt reduction based on the amount owed, interest rate and minimum payment amount?

Thanks
 

Excel Facts

Does the VLOOKUP table have to be sorted?
No! when you are using an exact match, the VLOOKUP table can be in any order. Best-selling items at the top is actually the best.
Excel has numerous financial functions including PV, PMT, RATE, INT, IRR and others. If you post a specific problem someone can help. For reference,John Walkenbach's book Excel Formulas is recommended
 
Upvote 0
Thanks. Here is an example of what I'm trying to calculate. Say you owe $8000 on a credit card that has a annual interest rate of 13.9%. So I'm trying to calculate how many months it will take to payoff the $8000 with a monthly minimum payment of $100.

Thanks
 
Upvote 0
Hi
You need to use the NPER function. If the interest rate is 13.9% pa the monthly amount is either 1.15833% (13.9/12) or 1.09049% (1.139^(1/12)-1) if the rate is compounded monthly. The formula is therefore either:
=NPER(1.15833%,-100,8000,0) or
=NPER(1.09049%,-100,8000,0)

If the payments are due at the beginning rather than the end of each month the formulae are:
=NPER(1.15833%,-100,8000,0,1) or
=NPER(1.09049%,-100,8000,0,1)

Depending on the interest rate compounding the answer is either 227 or 190. I expect your bank will use the 1.15833%.
 
Upvote 0

Forum statistics

Threads
1,214,914
Messages
6,122,211
Members
449,074
Latest member
cancansova

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