Re: New User Quest. on Financial Formulas For Compount Interest, etc.

From: JE McGimpsey (jemcgimpsey_at_mvps.org)
Date: 02/28/04


Date: Sat, 28 Feb 2004 08:02:04 -0700

One way:

Check out the FV() function in Help

Assume

A1: initial investment (e.g., 1000)
A2: interest rate (e.g., 6%)
A3: length of investment (e.g., 20 years)
A4: number of compounding periods per year (e.g., 4, or quarterly
compounding)

then the amount A1 will grow to is

    =FV(A2/A4, A3*A4, 0, -A1, 0)

where the second 0 is used if the interest payments are due at the end
of the period. If they were due at the beginning, then you would use 1.

The amount from the above example would be $3,290.66

Change A4 from 4 to 1 for "simple interest" (result: $3,207.14), or to
12 for monthly compounding (result: $3,310.20), to see the difference
compounding makes.

b. Based on the above example, the effective simple rate is calculated as

    =(1+A2/A4)^A4-1

e.g., to get the same amount of interest/growth as a 6% rate compounded
quarterly, you'd need

    =(1 + 6%/4)^4 - 1

or approximately 6.136%.

If you have the Analysis Toolpak Add-in (Tools/Add-ins...) loaded, you
can use the EFFECT() formula:

    =EFFECT(6%,4) ==> 6.136%

Conversely, to calculate the nominal quaterly rate provided by a 2.22%
simple return:

    =((2.22%+1)^(1/4) -1)*4 ==> 2.02%

or, using the ATP's NOMINAL() function:

    =NOMINAL(2.22%,4) ==> 2.02%

In article <4MGdnay5ePSCP93d4p2dnA@comcast.com>,
 "Robert11" <rgsxrose@comcast.net> wrote:

> Hello:
>
> New user.
>
> Not being a financial math guhru or statistician, I am a bit confused over
> what Excel function to use.
>
> Would be most appreciative for any help on the following two items, please:
>
> a. to determine compound interest:
>
> Am interested in just seeing the amount an initial investment would
> grow to if the interest is compounded
> for different periods throughout the 1 year
>
> (e.g., if compounded daily, every 3 months, only
> simple interest applied at end of the 1 yr., etc.)
>
> b. am also interested in determining:
>
> If a CD account has its interest earned applied once at the end of
> the
> maturity, which I guess would be considered as "simple interest," how does
> one compute what a lower
> rate of interest, but compounded e.g., 4 times a year, would be equivalent ?
>
> What formula does one use ?
>
> (e.g., what would 2.22 % simple interest be equivalent to compared to
> interest compounded 4 times per year ?)
>
> Much thanks,
> Bob
>



Relevant Pages

  • Re: rate of return on investment per annum
    ... If the "investment" were in the ... the answer would depend on the frequency of computing and ... investment in the money market, which typically compounds daily (in the ... the effect of compounding quarterly at some ...
    (microsoft.public.excel.misc)
  • Re: Markets malaise?
    ... My investment guy was telling me about one guy who was so ... I locked in a 16% yield on CDs at the Credit ... Those funds built like you would not believe. ... and just keeps on a compounding away. ...
    (misc.invest.stocks)
  • Converting annual rate of return to quarterly equivalent?
    ... I am having trouble coming up with a method to convert the annual total ... return of an investment to the equivalent quarterly return that would ... generate the same 11,000 value on Dec 31, assuming quarterly compounding?? ... I have fiddled with the Nominal and Effect functions to no avail and can't ...
    (microsoft.public.excel.worksheet.functions)
  • Re: Former Survivor Winner lied to get time off from work for promo tour
    ... compounding). ... Show me an investment plan that gives 10% a year, ... Not necessary for long-term investments. ...
    (rec.arts.tv)
  • RE: Calculate on the fly vs update query
    ... If you are storing a field called OriginalInvestment or whatever, ... CurrentInvestment field that holds the current value of the investment. ... Res Amount ... the user runs a transaction history report for the month ...
    (microsoft.public.access.tablesdbdesign)