Stanton D. answered 10/12/21
Tutor to Pique Your Sciences Interest
Look Zzz Z.,
Recursive is not exactly the right term to use when you're calculating through a spreadsheet, but the idea is the same.
For each month (make column A = month number, you can make this fancier as two columns with one displaying "years" and the other "and months"), column B = incoming balance at start of month (initial loan amount for first row, otherwise the previous month's (balance + interest - payment) ; column C = interest charged on current month = monthly interest rate * incoming balance ; column D = cumulative interest paid = previous month's cumulative interest + current month's interest
All of this goes smoothly as pie on Excel, or any other spreadsheet program. You will need to establish a formula for each calculated column (with the exception of some first row values), then copy this formula block downwards. Fill the month range as you need, and extend the formulas downwards, until you have your values.
You will need to use spreadsheet (inbuilt) rounding functions, also, since you must calculate all interests, payments, and balances as dollars and cents.
Guess you might say, a problem like this might hold your interest for a while?
-- Cheers, --Mr. d.