XL: How to Calculate Compound Interest for an IntraYear PeriodID: Q162634
|
The future value of a dollar amount, commonly called the compounded value,
involves the application of compound interest to a present value amount.
The result is a future dollar amount. Three types of compounding include:
annual, intrayear, and annuity compounding. This article discusses
intrayear calculations for compound interest.
For additional information about annual compounding, please see the
following article in the Microsoft Knowledge Base:
Q141695 XL: How to Calculate Compound Interest
=P+(P*EFFECT(EFFECT(k,m)*n,n))
The general equation to calculate compound interest is the following:
=P*(1+(k/m))^(m*n)
where the following is true:
P = initial principal
k = annual interest rate paid
m = number of times per period (typically months) the interest is compounded
n = number of periods (typically years) or term of the loan
IntraYear Number of compounding
compounding rate periods per year
-----------------------------------------------
Semiannual 2
Quarterly 4
Monthly 12
Weekly 52
Daily 360 or 365(actual)
An investment of $100 pays 8.00% compounded semiannually. If the money is
left in the account for 3 years, how much will the $100 be worth?
=100+(100*EFFECT(EFFECT(.08,2)*3,3))
The example returns $126.53.
=100*(1+.08/2)^(2*3)
The example returns $126.53.
=EFFECT(EFFECT(k,m)*n,n)
To use the general equation to return the compounded interest rate, use
the following equation:
=(1+(k/m))^(m*n)-1
=EFFECT(EFFECT(.075,4)*2,2)
The example returns 16.022%.
=(1+(.075/4))^(4*2)-1
For more information about compound interest, click the Index tab in
Microsoft Excel 97 Help, type the following text
compound interest
and then double-click the selected text to go to the "Effect" topic.
For more information about the EFFECT worksheet function in Microsoft
Excel version 7.0, click Answer Wizard on the Help menu and type:
effect
For more information about the EFFECT worksheet function in Microsoft
Excel version 5.0, choose the Search button in Help and type:
effect
Additional query words: 97 XL97
Keywords : xlformula xladdin
Version : WINDOWS:5.0,5.0c,7.0,97
Platform : WINDOWS
Issue type : kbhowto
Last Reviewed: July 30, 1999