Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I need to set up a spreadsheet to keep track of our corporations stockholders
loans. They Are charging 10% interest annually. The interest needs to be calculated at the time any transaction is entered and the balance changes. Please help -- Bookkeeper |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Interest over a period of time is simply the annual rate times the balance
times the number of days divided by 365. Calculating from a date in A4 to a date in A5 on a balance in E5 the following should work in C5. =round( .1 * E5 * (A5-A4) / 365, 2) "SWBookkeeper" wrote: I need to set up a spreadsheet to keep track of our corporations stockholders loans. They Are charging 10% interest annually. The interest needs to be calculated at the time any transaction is entered and the balance changes. Please help -- Bookkeeper |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
calculate compounded daily interest | Excel Discussion (Misc queries) | |||
calculate a daily interest charge for outstanding incoices | Excel Discussion (Misc queries) | |||
daily interest | Excel Worksheet Functions | |||
How can we use Excel to calculate interest with daily compounding | Excel Discussion (Misc queries) | |||
How can we use Excel to calculate interest with daily compounding | Excel Discussion (Misc queries) |