fragelracken
New Member
- Joined
- Dec 2, 2005
- Messages
- 21
Ultimately I'm trying to calculate Interest accrued from a specific date. The problem is payments can be interest only which when used should keep the next months interest at the same rate instead of decreasing because the principal hasn't been paid down.
Im having problems when over the course of a number of payments they are principal + Interest and Interest only which requires at times to add up the same interest amount for 2-3 months in a row, then add up a different interest rate, etc. Additionally if the reference date is say on the 15th and the interest date is the 1st then for the last month I need to calculate the interest on a daily basis based on the current interest rate for that month.
The reference cell is H5, the Date ranges are J2 - J12, and the principal fields are: K2 - K12.
In the next post I will include the Amortization schedule.
In this example the interest is accrued at the same rate months 1-7, then decreased for months 8 and 9. so the total interest accrued should be eqaual to: $7487.74 (see next post for schedule).
Im having problems when over the course of a number of payments they are principal + Interest and Interest only which requires at times to add up the same interest amount for 2-3 months in a row, then add up a different interest rate, etc. Additionally if the reference date is say on the 15th and the interest date is the 1st then for the last month I need to calculate the interest on a daily basis based on the current interest rate for that month.
The reference cell is H5, the Date ranges are J2 - J12, and the principal fields are: K2 - K12.
In the next post I will include the Amortization schedule.
In this example the interest is accrued at the same rate months 1-7, then decreased for months 8 and 9. so the total interest accrued should be eqaual to: $7487.74 (see next post for schedule).
ZZ_Loan.Calculator-Update.1.1.xls | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
F | G | H | I | J | K | L | M | |||
1 | v 1.0 | PaymentApply Date | Principal + Interest | Additional Principal | Interest Only | |||||
2 | 1/1/2009 | 833.33 | ||||||||
3 | 2/1/2009 | 833.33 | ||||||||
4 | Quarter Close Backward | 3/1/2009 | 833.33 | |||||||
5 | Close Date | 9/1/2009 | 4/1/2009 | 833.33 | ||||||
6 | Days of Interest | 0 | 5/1/2009 | 833.33 | ||||||
7 | Beg Principal Balance | $100,000.00 | 6/1/2009 | 833.33 | ||||||
8 | Paydowns | $980.41 | 7/1/2009 | 1,321.51 | ||||||
9 | End Principal Balance | $99,019.59 | 8/1/2009 | 1,321.51 | ||||||
10 | Net Principle Due | $3,562.50 | 9/1/2009 | 829.27 | ||||||
11 | Interest Due & Accrued | 10/1/2009 | 1,321.51 | |||||||
12 | Interest Earned (cummulative) | $7,350.66 | 11/1/2009 | 1,321.51 | ||||||
13 | Interest pymts (cummulative) | $7,350.66 | ||||||||
14 | Net Interest Receivable | $0.00 | ||||||||
TEST |
Last edited: