+ Reply to Thread
Results 1 to 12 of 12

NPV / PV Calculation / Formula with Cumulative / Compounding Cash Flow

  1. #1
    Registered User
    Join Date
    08-01-2012
    Location
    KL
    MS-Off Ver
    Excel 2010
    Posts
    37

    NPV / PV Calculation / Formula with Cumulative / Compounding Cash Flow

    Dear all,

    Good day.

    Kindly see my attached file, just wondering is there a formula or any way that could calculate the present value for year 4 - 8 (as shown as ?? in the Template, which should total 14,199.85, based on the Formula Proofing) instead of breaking the years into each individual columns, which would end up showing the correct value.
    Reason being I have a cash flow that could last up to 30 years and it would be tedious to expand those.

    There are 2 elements in this cash flow:
    1) Income for 1st 3 years is based on actual no. and from 4th year onwards, it's a 10% constant growth;
    2) Income for 1st 3 years is based on actual no. and from 4th year onwards, it's a 10% of sales.

    The second table below shows the expected correct no. if they're broken down into individual columns.
    Many thanks in advance!
    Attached Files Attached Files
    Last edited by donkeybusiness; 01-07-2015 at 08:41 PM.

  2. #2
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: NPV / PV Calculation / Formula with Cumulative / Compounding Cash Flow

    Try

    =SUMPRODUCT(C3*(1+$C$1)^ROW(A4:A8),1/(1+C1)^(ROW(A4:A8)+1))

    where Row(A4:A8) signifies Year 4-8
    Life's a spreadsheet, Excel!
    Say thanks, Click *

  3. #3
    Registered User
    Join Date
    05-13-2014
    Location
    Best
    MS-Off Ver
    Excel 2007
    Posts
    60

    Re: NPV / PV Calculation / Formula with Cumulative / Compounding Cash Flow

    that is 5*909.09
    (8-4+1)*909.09 I guess this is not what you want!??

  4. #4
    Forum Moderator - RIP Richard Buttrey's Avatar
    Join Date
    01-14-2008
    Location
    Stockton Heath, Cheshire, UK
    MS-Off Ver
    Office 365, Excel for Windows 2010 & Excel for Mac
    Posts
    29,464

    Re: NPV / PV Calculation / Formula with Cumulative / Compounding Cash Flow

    ...or another way

    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Richard Buttrey

    RIP - d. 06/10/2022

    If any of the responses have helped then please consider rating them by clicking the small star icon below the post.

  5. #5
    Forum Expert
    Join Date
    05-01-2014
    Location
    California, US
    MS-Off Ver
    Excel 2010
    Posts
    1,795

    Re: NPV / PV Calculation / Formula with Cumulative / Compounding Cash Flow

    Quote Originally Posted by donkeybusiness View Post
    Kindly see my attached file, just wondering is there a formula or any way that could calculate the present value for year 4 - 8 (as shown as ?? in the second green table, which should total 4,545.45) instead of breaking the years into each individual columns
    Attachment 368862
    Conceptually, you want to find the amount to deposit in the beginning of period 1 to fund withdrawals at the end of periods k through n. The deposit earns interest at the NPV discount rate. The withdrawal amount grows at a specified rate starting with a base amount for period 1.

    Suppose you have the following data:


    A
    B
    1
    pmt1
    1,000.00
    2
    %pmt incr 10.00%
    3
    %discnt rate 10.00%
    4
    k 4
    5
    n
    8

    In the simple case (your example) where the %pmt increase is the same as the %discount rate, the PV (beginning of period 1) of the withdrawals starting at the end of period k is simply:
    Please Login or Register  to view this content.
    More generally, if the %pmt increase is different from the %discount rate, the PV is:
    Please Login or Register  to view this content.

  6. #6
    Registered User
    Join Date
    08-01-2012
    Location
    KL
    MS-Off Ver
    Excel 2010
    Posts
    37

    Re: NPV / PV Calculation / Formula with Cumulative / Compounding Cash Flow

    Apologies, I think I didn't make my worksheet to be clearer, there appears to be further complications (please see my attached reworked file)

  7. #7
    Forum Moderator - RIP Richard Buttrey's Avatar
    Join Date
    01-14-2008
    Location
    Stockton Heath, Cheshire, UK
    MS-Off Ver
    Office 365, Excel for Windows 2010 & Excel for Mac
    Posts
    29,464

    Re: NPV / PV Calculation / Formula with Cumulative / Compounding Cash Flow

    Quote Originally Posted by donkeybusiness View Post
    Apologies, I think I didn't make my worksheet to be clearer, there appears to be further complications (please see my attached reworked file)
    Hi,

    You don't appear to have taken notice of my suggestion in post #4.

    If you use this, with the row references changed to reflect the new position of your data than you'll find

    Formula: copy to clipboard
    Please Login or Register  to view this content.


    gives you the 14199.85 value you seek.

  8. #8
    Registered User
    Join Date
    08-01-2012
    Location
    KL
    MS-Off Ver
    Excel 2010
    Posts
    37

    Re: NPV / PV Calculation / Formula with Cumulative / Compounding Cash Flow

    Hi Richard, I've seen your suggestion earlier, however, the table below (ie row 22) is only for 'proofing' purpose; therefore cannot be use. The formula that I require should only be restricted to whatever available in b12:f16.

  9. #9
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: NPV / PV Calculation / Formula with Cumulative / Compounding Cash Flow

    Try

    =SUMPRODUCT(E13*0.9*(1+$C$1)^ROW(A1:A5),1/(1+C1)^(ROW(A4:A8)))


    The 0.9 depicts less expenses of 10%. The Row numbers are for referencing number of years

  10. #10
    Registered User
    Join Date
    08-01-2012
    Location
    KL
    MS-Off Ver
    Excel 2010
    Posts
    37

    Re: NPV / PV Calculation / Formula with Cumulative / Compounding Cash Flow

    Hi Ace, your formula works, do you mind explaining the logic behind that formula? Will this only work if the expenses is a % of sales?
    Thanks!!

  11. #11
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: NPV / PV Calculation / Formula with Cumulative / Compounding Cash Flow

    Let me break this down

    The first part i.e. E13*0.9*(1+$C$1)^ROW(A1:A5) creates an array of values increasing with E13 as the base at the given rate (C1) for 5 years (Row(A1:A5)). The 0.9 of course is net of expenses. Alternatively, you could have a separate array for the expenses too assuming they increase at a given rate and have a base year too. It'll just be a longer formula

    The second part i.e. 1/(1+C1)^(ROW(A4:A8)) creates an array of the discounting years beginning Year 4 to year 8

    The SUMPRODUCT multiplies the first and second arrays and sums them up to give you desired results

  12. #12
    Registered User
    Join Date
    08-01-2012
    Location
    KL
    MS-Off Ver
    Excel 2010
    Posts
    37

    Re: NPV / PV Calculation / Formula with Cumulative / Compounding Cash Flow

    I've have a thorough look at it again, thanks all for help!

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Present Value fo Cash Flow Calculation Macro
    By forexcellence13 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 07-08-2013, 08:40 PM
  2. Cash Flow Present Value Calculation
    By forexcellence13 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 07-06-2013, 06:43 AM
  3. Loan Calculation Help in a Cash Flow
    By tk4d in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 03-25-2013, 11:32 AM
  4. Excel 2007 : Cumulative Projectied Cash Flow
    By M.Knox44 in forum Excel General
    Replies: 2
    Last Post: 07-13-2012, 07:08 PM
  5. Replies: 5
    Last Post: 02-21-2012, 05:42 AM

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