rvnguy,
I end up using
Interest(i)=RemainingCapital(i)*IntRate*ActualMonthDays(i)/365
CapitalPaid(i)=Installment(i)-Interest(i)
RemainingCapital(i+1)=RemainingCapital(i)-CapitalPaid(i)
Installment(i+1)=Installment(i)
RemainingCapital(0)=Loan Capital
and goal seek to set Sum(CapitalPaid(i))= Loan Capital by changing cell of Installment(i) and adjusting last installment to deal with rounding...
Schedule dates are taking care of this (29/Feb/200x),fine
Are there any thoughts or suggestions you could share?
Or have you a different way ??
---------------------------------------------------
Posting an e-mail account is not recommended by this site.