Forum Discussion

hussein_elsayed's avatar
hussein_elsayed
Brass Contributor
Mar 01, 2022

Calculate NPV for non regular date & amount

Dears,

How to calculate the NPV for the modified table if we pay 1,500,000 during feb 22 amd pay 345,154 during sep 23 and pay the reset equaly over the 8 years , Cash discount 8%

 

PMT 1345,154Feb-22
PMT 2200,411Aug-22
PMT 3200,411Nov-22
PMT 4200,411Feb-23
PMT 5200,411May-23
PMT 6200,411Aug-23
PMT 7345,154Sep-23
PMT 8200,411Nov-23
PMT 9200,411Feb-24
PMT 10200,411May-24
PMT 11200,411Aug-24
PMT 12200,411Nov-24
PMT 13200,411Feb-25
PMT 14200,411May-25
PMT 15200,411Aug-25
PMT 16200,411Nov-25
PMT 17200,411Feb-26
PMT 18200,411May-26
PMT 19200,411Aug-26
PMT 20200,411Nov-26
PMT 21200,411Feb-27
PMT 22200,411May-27
PMT 23200,411Aug-27
PMT 24200,411Nov-27
PMT 25200,411Feb-28
PMT 26200,411May-28
PMT 27200,411Aug-28
PMT 28200,411Nov-28
PMT 29200,411Feb-29
PMT 30200,411May-29
PMT 31200,411Aug-29
PMT 32200,411Nov-29
PMT 33200,438Feb-30
 6,903,075 

15 Replies

  • JoeUser2004's avatar
    JoeUser2004
    Bronze Contributor

    hussein_elsayed  wrote: ``How to calculate the NPV``

     

    See the XNPV help page.  If your values are in B2:B34 and your dates are in C2:C34:

     

    =XNPV(8%,B2:B34,$C$2:$C$34)

     

    -----

    hussein_elsayed  wrote: ``for the modified table if we pay 1,500,000 during feb 22 amd pay 345,154 during sep 23 and pay the reset equaly``

     

    I am not sure I understand.  That does not match the data that you posted.  So, my interpretation is:  you want to compare the NPV of the posted cash flows with the NPV of the cash flows with the modifications that you describe.

     

    See the attached Excel file.

     

    Formulas:

    B35: =SUM(B2:B34)

    B36: =XNPV(8%, B2:B34, $C$2:$C$34)

    D3: =ROUND((B35 - D2 - D8) / (COUNT(B3:B34) - 1), 0)

    D4:D33 (except D8): =$D$3

    D34: =B35 - SUM(D2:D33)

    D35: =SUM(D2:D34)

    D36: =XNPV(8%, D2:D34, $C$2:$C$34)

     

    • hussein_elsayed's avatar
      hussein_elsayed
      Brass Contributor
      This is a deferred sale and the normal one (the sent figures) , and for the numbers sent, it is the normal situation if the payment is made in the normal way. But if the customer pays an advance payment of 1,500,000 and the rest is as explained previously, what is the appropriate discount that the customer will get if we take into account that he paid an amount greater than what is supposed to be paid Also, if he pays irregular amounts in irregular months, bearing in mind that the discount rate is 8%.
      I hope I have made it clear, and thank you in advance
      • JoeUser2004's avatar
        JoeUser2004
        Bronze Contributor

        hussein_elsayed  wrote: ``I hope I have made it clear``

         

        I'm afraid not.  My only "understanding" of the concept of "deferred sale" is in the context of a (US) deferred sale trust (click here), which I read about only just now(!). 

         

        Read:  I don't really know much about it.  And your description sounds like something very different altogether.  I'm not sure I understand the context that you describe.

         

        In hindsight, my "TMI" addendum might have added to the confusion.  So, I will delete it.

         

        I believe the calculations that I provided correctly demonstrate the difference in the NPV of the two payment streams, for what it's worth.

Resources