Date formula for a loan

kristina_q

New Member
Joined
Jul 23, 2004
Messages
2
I am trying to recreate a loan statement and need help with a formula to calculate the dates on which payments/interest are paid/charged.

Payments are paid fortnightly and interest is charged at the end of each calendar month. For example if the loan began on the 1st April, the first payment would be paid on the 15th April, the next payment would be made on the 29th April and interest would be charged on the 30th April and so on.

The table would look something like this:

15-Apr Payment
29-Apr Payment
30-Apr Interest Charge
13-May Payment
27-May Payment
31-May Interest Charge
10-Jun Payment
24-Jun Payment
30-Jun Interest Charge

and so on...

I've been playing around with a formula (I found on one of the older posts) that finds the end of the month given a date reference:

ie. DATE(YEAR(reference),1+MONTH(reference),0)

along with an IF statement but can't seem to recreate the dates I need as above...

Any :rolleyes: would be appreciated...
 

Excel Facts

Repeat Last Command
Pressing F4 adds dollar signs when editing a formula. When not editing, F4 repeats last command.
book3
ABCD
14/15/04payment
24/29/04payment
34/30/04interestcharge
45/13/04payment
55/27/04payment
65/31/04interestcharge
76/10/04payment
86/24/04payment
96/30/04interestcharge
107/8/04payment
117/22/04payment
127/30/04interestcharge
Sheet1



If I am understanding you, the payment formula would simply add 14 days to the initial payment entry.

I believe it is the interest charge date that you are trying to figure out. I am assuming that this is to be the last business day of the month.

The above formulas will work, but keep in mind there will be 2 times a year where there should be a 3rd payment in a calendar month and you will need to adjust accordingly.
 
Upvote 0
Thanks bryhamm... yes you're right I'm having trouble with the date the interest is charged... will try your suggestion and see how I go.

2rrs - have stumbled across mtgprofessor's site a few wks ago... found it useful for a few other loan calcs but not as useful in dealing
with my date problem. Thanks, anyway!
 
Upvote 0

Forum statistics

Threads
1,214,923
Messages
6,122,283
Members
449,075
Latest member
staticfluids

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