+ Reply to Thread
Results 1 to 4 of 4

How to compute compound interest but with changing interest rates?

  1. #1
    Registered User
    Join Date
    02-13-2008
    Posts
    2

    How to compute compound interest but with changing interest rates?

    Hi, I have one large file and I need to compute the final value of investing a particular amount based on the returns given by the stock market. I'm trying to figure out a way that I can compute the answer without going into cell after cell with the same kind of formula. The formula that I'm looking for is like the formula for a compound interest. I.e. Final value = P(1+r)^n. However, in my case, r is always changing and hence P is also changing as well. What I'm currently doing is typing the same kind of formula into each cell. For example to find the year-end value I input: 1000(1.05) then the next year, the year-end value is this: (1000)(1.05)(1.10), and the next may be (1000)(1.05)(0.96)...and so on....does anyone know of a simpler way to do this?

  2. #2
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678
    If A1 is the original principal, and int is the range that contains the interest rates for each period, then this array formula (confirmed with Ctrl+Shift+Enter, not Enter) computes the result:

    = A1 * PRODUCT(1 + int)

  3. #3
    Registered User
    Join Date
    02-13-2008
    Posts
    2
    Hi, thanks! I have one more question, however, how do I apply a operand function to an entire column?

  4. #4
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678
    Sorry, I don't understand the question.

    In general, many functions do not allow the use of an entire column -- and you usually wouldn't want to. That's what dynamic named ranges are for.

+ 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