Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default How do I calc interest using 2 interest rates in 1 calendar year

I am trying to calculate interest using 2 interest rates in 1 calendar year.
Example:
Lets say that from January 1, 2005 through June 30, 2005 the interest rate
is 5 percent and the interest rate from July 1, 2005 through December 31,
2005 is 2 percent. How much interest is due on $1000.00 if the accrual date
starts on 03/01/2005 and is paid on 09/09/2005?
Currently, I have a formula that will calculate interest for a given year as
long as the interest rate does not change mid-year.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,272
Default How do I calc interest using 2 interest rates in 1 calendar year

Assuming the rates are in B1, B2

=1000*((DATE(2005,6,30)-DATE(2005,1,2))/(DATE(2006,1,1)-DATE(2005,1,1))*B1)+
1000*((DATE(2005,9,9)-DATE(2005,6,30))/(DATE(2006,1,1)-DATE(2005,1,1))*B1)

--
HTH

Bob Phillips

"MrTaxGuy" wrote in message
...
I am trying to calculate interest using 2 interest rates in 1 calendar

year.
Example:
Lets say that from January 1, 2005 through June 30, 2005 the interest rate
is 5 percent and the interest rate from July 1, 2005 through December 31,
2005 is 2 percent. How much interest is due on $1000.00 if the accrual

date
starts on 03/01/2005 and is paid on 09/09/2005?
Currently, I have a formula that will calculate interest for a given year

as
long as the interest rate does not change mid-year.



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
Loan amortization schedule for variable interest rates Shaun Excel Worksheet Functions 6 April 3rd 23 02:27 PM
Compounded Interest Rates lkh Excel Discussion (Misc queries) 1 February 2nd 09 09:01 PM
interest rates on savings accounts Kim Excel Worksheet Functions 4 March 6th 08 03:38 PM
CD Interest Rates and Lengths Comparisons Montana Trainer Excel Discussion (Misc queries) 2 September 12th 05 07:48 AM
Excel formula for monthly interest rates Bluie2407 Excel Worksheet Functions 1 September 11th 05 10:51 PM


All times are GMT +1. The time now is 10:19 PM.

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

About Us

"It's about Microsoft Excel"