compounding variable daily interest

lod

New Member
Joined
Jul 25, 2011
Messages
2
Hello,
Im new to this forum. I tried searching for a suitable answer, but couldn't find one.

I'm trying to create a worksheets that starts with an initial amount and then calculate compounding daily variable interest rate
so, as I receive a daily interest rate, I can enter it in a column and it will show me a new running total on a daily basis.
Sorry if this sounds really basic, but I'm a complete Excel beginner.

Thankyou in advance for your help.
 

Excel Facts

Bring active cell back into view
Start at A1 and select to A9999 while writing a formula, you can't see A1 anymore. Press Ctrl+Backspace to bring active cell into view.
In really basic terms you are looking at something like
Code:
=A3*A4/365*(A6-A5)
where

A3=Capital
A4=Interest Rate
A5=Start Date
A6=End Date

But if you are dealing with a bank account you need to find out how they apply the interest on the interest daily/monthly/yearly etc. They normally make it much more complicated than the above.
 
Upvote 0

Forum statistics

Threads
1,224,584
Messages
6,179,693
Members
452,938
Latest member
babeneker

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