Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default Calculate Daily Interest

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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 43
Default Calculate Daily Interest

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
calculate compounded daily interest Petro Excel Discussion (Misc queries) 3 January 11th 08 01:46 AM
calculate a daily interest charge for outstanding incoices heino Excel Discussion (Misc queries) 2 December 1st 06 05:05 PM
daily interest payments Excel Worksheet Functions 1 February 16th 06 06:47 PM
How can we use Excel to calculate interest with daily compounding Myra Excel Discussion (Misc queries) 0 June 1st 05 12:16 AM
How can we use Excel to calculate interest with daily compounding Duke Carey Excel Discussion (Misc queries) 0 June 1st 05 12:08 AM


All times are GMT +1. The time now is 09:15 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"