I am hoping someone can help. I have spent all afternoon trying to figure this one out, to no avail.
Basically, I have a principal amount which stays the same and recurrs daily, say £10 (see table below).
I want to add interest on that at 8% simple annual interest from the date it is incurred to a specified end date.
I then want to do the same for the next £10 that are incurred on the next day.
The end date is always the same. So each day a principal amount is incurred, but it has one day less interest on it that the amount the day before.
I would like a formula which will work it all out in one or two (or three) steps. The data I have covers many years and I have baout 3,000 sets to work out. So I can't be doing it all individually as below.
Can anyone help?
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Principal[/TD]
[TD]Start Date[/TD]
[TD]End Date[/TD]
[TD]Annual Simple
interest rate[/TD]
[TD]Daily interest[/TD]
[TD]No of days[/TD]
[TD]Interest total[/TD]
[/TR]
[TR]
[TD]£10[/TD]
[TD]1 Jan 2015[/TD]
[TD]31 Dec 2015[/TD]
[TD]8%[/TD]
[TD]0.002191781[/TD]
[TD]364[/TD]
[TD][TABLE="width: 64"]
<tbody>[TR]
[TD="align: right"]0.797808219[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
[TR]
[TD]£10[/TD]
[TD]2 Jan 2015[/TD]
[TD]31 Dec 2015[/TD]
[TD]8%[/TD]
[TD]0.002191781[/TD]
[TD]363[/TD]
[TD][TABLE="width: 64"]
<tbody>[TR]
[TD="align: right"]0.795616438[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
[TR]
[TD]£10[/TD]
[TD]3Jan 2015[/TD]
[TD]31 Dec 2015[/TD]
[TD]8%[/TD]
[TD]0.002191781[/TD]
[TD]362[/TD]
[TD][TABLE="width: 64"]
<tbody>[TR]
[TD="align: right"]0.793424658[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
[TR]
[TD]£10[/TD]
[TD]4 Jan 2015[/TD]
[TD]31 Dec 2015[/TD]
[TD]8%[/TD]
[TD]0.002191781[/TD]
[TD]361[/TD]
[TD][TABLE="width: 64"]
<tbody>[TR]
[TD="align: right"]0.791232877[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
[TR]
[TD]£10[/TD]
[TD]5 Jan 2015[/TD]
[TD]31 Dec 2015[/TD]
[TD]8%[/TD]
[TD]0.002191781[/TD]
[TD]360[/TD]
[TD][TABLE="width: 64"]
<tbody>[TR]
[TD="align: right"]0.789041096[/TD]
[/TR]
[TR]
[TD="width: 64, align: right"][/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
</tbody>[/TABLE]
Basically, I have a principal amount which stays the same and recurrs daily, say £10 (see table below).
I want to add interest on that at 8% simple annual interest from the date it is incurred to a specified end date.
I then want to do the same for the next £10 that are incurred on the next day.
The end date is always the same. So each day a principal amount is incurred, but it has one day less interest on it that the amount the day before.
I would like a formula which will work it all out in one or two (or three) steps. The data I have covers many years and I have baout 3,000 sets to work out. So I can't be doing it all individually as below.
Can anyone help?
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Principal[/TD]
[TD]Start Date[/TD]
[TD]End Date[/TD]
[TD]Annual Simple
interest rate[/TD]
[TD]Daily interest[/TD]
[TD]No of days[/TD]
[TD]Interest total[/TD]
[/TR]
[TR]
[TD]£10[/TD]
[TD]1 Jan 2015[/TD]
[TD]31 Dec 2015[/TD]
[TD]8%[/TD]
[TD]0.002191781[/TD]
[TD]364[/TD]
[TD][TABLE="width: 64"]
<tbody>[TR]
[TD="align: right"]0.797808219[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
[TR]
[TD]£10[/TD]
[TD]2 Jan 2015[/TD]
[TD]31 Dec 2015[/TD]
[TD]8%[/TD]
[TD]0.002191781[/TD]
[TD]363[/TD]
[TD][TABLE="width: 64"]
<tbody>[TR]
[TD="align: right"]0.795616438[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
[TR]
[TD]£10[/TD]
[TD]3Jan 2015[/TD]
[TD]31 Dec 2015[/TD]
[TD]8%[/TD]
[TD]0.002191781[/TD]
[TD]362[/TD]
[TD][TABLE="width: 64"]
<tbody>[TR]
[TD="align: right"]0.793424658[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
[TR]
[TD]£10[/TD]
[TD]4 Jan 2015[/TD]
[TD]31 Dec 2015[/TD]
[TD]8%[/TD]
[TD]0.002191781[/TD]
[TD]361[/TD]
[TD][TABLE="width: 64"]
<tbody>[TR]
[TD="align: right"]0.791232877[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
[TR]
[TD]£10[/TD]
[TD]5 Jan 2015[/TD]
[TD]31 Dec 2015[/TD]
[TD]8%[/TD]
[TD]0.002191781[/TD]
[TD]360[/TD]
[TD][TABLE="width: 64"]
<tbody>[TR]
[TD="align: right"]0.789041096[/TD]
[/TR]
[TR]
[TD="width: 64, align: right"][/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
</tbody>[/TABLE]