+ Reply to Thread
Results 1 to 2 of 2

Compound Interest

  1. #1
    Ron D.
    Guest

    Compound Interest

    I need to calculate how much interest would be earned betwen two dates using
    daily compounding. OR the future value of a current amount using daily
    compounding method.

    Can't find a function that seems to work

  2. #2
    Ron Rosenfeld
    Guest

    Re: Compound Interest

    On Thu, 10 Mar 2005 12:05:04 -0800, Ron D. <Ron [email protected]>
    wrote:

    >I need to calculate how much interest would be earned betwen two dates using
    >daily compounding. OR the future value of a current amount using daily
    >compounding method.
    >
    >Can't find a function that seems to work


    The FV function is blind to the length of a period. So, assuming you have an
    annual interest rate, just divide that by 365 or 360 to obtain the daily rate,
    and use the number days between the two dates for the number of periods.

    To get the amount of interest, just subtract the PV (initial investment).

    Or, for just a plain formula,

    =PV*(1+annual_rate/365)^(number_of_days) - PV


    --ron

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1