+ Reply to Thread
Results 1 to 4 of 4

Calculating Values based on dates and indexes!

Hybrid View

  1. #1
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: Calculating Values based on dates and indexes!

    A sample file would help but for the sake of demo. let's assume the following:

    Initial Value: A1 (numeric value)
    Beg Date: A2 (date value - 1st of month)
    End Date: A3 (date value - 1st of month)

    Index Table C1:Dx
    x is last row - unknown - for arguments sake let's make this 13
    Column C contains Months as date values (1st of month)
    Column D contains the Index % values


    Result to go in A4 based on A1:A3 in related to C1:D13

    A4: =A1*(1+SUM(INDEX(D1:D13;MATCH(A2;C1:C13)):INDEX(D1:D13;MATCH(A3;C1:C13))))

    not quite sure where you get the 1.74% - I get 1.43%

  2. #2
    Valued Forum Contributor rwgrietveld's Avatar
    Join Date
    09-02-2008
    Location
    Netherlands
    MS-Off Ver
    XL 2007 / XL 2010
    Posts
    1,671

    Re: Calculating Values based on dates and indexes!

    DO,

    I think it is interest OVER interest. In dutch we call in "samengestelde" interest. Don't know how it is called in english but this example will clarify.

    For the same interest (7%) for 5 years:
    DO: 1000 * 1+5*0.07
    ME: 1000 * (1+0.07)^5

    That would make your solution:
    =A1*(PRODUCT(1+INDEX(D1:D13,MATCH(A2,C1:C13)):INDEX(D1:D13,MATCH(A3,C1:C13))))

    CSE (array)

    I might be wrong.
    Looking for great solutions but hate waiting?
    Seach this Forum through Google

    www.Google.com
    (e.g. +multiple +IF site:excelforum.com/excel-general/ )

    www.Google.com
    (e.g. +fill +combobox site:excelforum.com/excel-programming/ )

    Ave,
    Ricardo

  3. #3
    Registered User
    Join Date
    02-12-2010
    Location
    Porto Alegre, Brazil
    MS-Off Ver
    Excel 2007
    Posts
    14

    Thumbs up Re: Calculating Values based on dates and indexes!

    DonkeyOte, your tip has worked perfectly for me! sorry my dumbness... thank you very much!

    rwgrietveld, thank you for your help too, certainly your solution will be useful as well!


+ 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