Forum Discussion
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 1 | 345,154 | Feb-22 |
PMT 2 | 200,411 | Aug-22 |
PMT 3 | 200,411 | Nov-22 |
PMT 4 | 200,411 | Feb-23 |
PMT 5 | 200,411 | May-23 |
PMT 6 | 200,411 | Aug-23 |
PMT 7 | 345,154 | Sep-23 |
PMT 8 | 200,411 | Nov-23 |
PMT 9 | 200,411 | Feb-24 |
PMT 10 | 200,411 | May-24 |
PMT 11 | 200,411 | Aug-24 |
PMT 12 | 200,411 | Nov-24 |
PMT 13 | 200,411 | Feb-25 |
PMT 14 | 200,411 | May-25 |
PMT 15 | 200,411 | Aug-25 |
PMT 16 | 200,411 | Nov-25 |
PMT 17 | 200,411 | Feb-26 |
PMT 18 | 200,411 | May-26 |
PMT 19 | 200,411 | Aug-26 |
PMT 20 | 200,411 | Nov-26 |
PMT 21 | 200,411 | Feb-27 |
PMT 22 | 200,411 | May-27 |
PMT 23 | 200,411 | Aug-27 |
PMT 24 | 200,411 | Nov-27 |
PMT 25 | 200,411 | Feb-28 |
PMT 26 | 200,411 | May-28 |
PMT 27 | 200,411 | Aug-28 |
PMT 28 | 200,411 | Nov-28 |
PMT 29 | 200,411 | Feb-29 |
PMT 30 | 200,411 | May-29 |
PMT 31 | 200,411 | Aug-29 |
PMT 32 | 200,411 | Nov-29 |
PMT 33 | 200,438 | Feb-30 |
6,903,075 |
15 Replies
- JoeUser2004Bronze 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_elsayedBrass ContributorThis 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- JoeUser2004Bronze 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.