hardgrafting
New Member
- Joined
- Feb 6, 2017
- Messages
- 25
Hi,
I am trying to work out a Net Present Value problem and would really appreciate help on the below:
I am finding the net present value of cash flows under 2 methods.
In A1:A7 I would like to work it out based on determined time, for example first cash flows occurs in 0.5 years, the second in 1.5 years (i.e 1 year after the first cash flow etc). Please see the formula I used for this set of calculations, the total of which comes to 15.
I Then want to work it out, using dates. So for example the first payment of -100 is made in end June 2018 (which corresponds to the payment in cell A3). The next payment is made 1 year after, as per B4 for a positive receipt of 20.
I cannot make the numbers match, as you can see I get 15 vs 15.35.
I think I am missing something conceptually and would really appreciate any help on this.
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]Discount rate[/TD]
[TD]5%[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]Time[/TD]
[TD]Values[/TD]
[TD]NPV[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]0.5[/TD]
[TD]-100[/TD]
[TD]-98[/TD]
[TD]=B3/(1+$B$1)^A3[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]1.5[/TD]
[TD]20[/TD]
[TD]19[/TD]
[TD]=B4/(1+$B$1)^A4[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]2.5[/TD]
[TD]30[/TD]
[TD]27[/TD]
[TD]=B5/(1+$B$1)^A5[/TD]
[/TR]
[TR]
[TD]6[/TD]
[TD]3.5[/TD]
[TD]80[/TD]
[TD]67[/TD]
[TD]=B6/(1+$B$1)^A6[/TD]
[/TR]
[TR]
[TD]7[/TD]
[TD]Total[/TD]
[TD][/TD]
[TD]15[/TD]
[TD]=sum(c3:c6)[/TD]
[/TR]
[TR]
[TD]8[/TD]
[TD]Dates[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]9[/TD]
[TD]30/06/2018[/TD]
[TD]-100[/TD]
[TD]15.35[/TD]
[TD]=XNPV($B$1,$B$9:$B$12,$A$9:$A$12)[/TD]
[/TR]
[TR]
[TD]10[/TD]
[TD]30/06/2019[/TD]
[TD]20[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]11[/TD]
[TD]30/06/2020[/TD]
[TD]30[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]12[/TD]
[TD]30/06/2021[/TD]
[TD]80[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]13[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I am trying to work out a Net Present Value problem and would really appreciate help on the below:
I am finding the net present value of cash flows under 2 methods.
In A1:A7 I would like to work it out based on determined time, for example first cash flows occurs in 0.5 years, the second in 1.5 years (i.e 1 year after the first cash flow etc). Please see the formula I used for this set of calculations, the total of which comes to 15.
I Then want to work it out, using dates. So for example the first payment of -100 is made in end June 2018 (which corresponds to the payment in cell A3). The next payment is made 1 year after, as per B4 for a positive receipt of 20.
I cannot make the numbers match, as you can see I get 15 vs 15.35.
I think I am missing something conceptually and would really appreciate any help on this.
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]Discount rate[/TD]
[TD]5%[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]Time[/TD]
[TD]Values[/TD]
[TD]NPV[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]0.5[/TD]
[TD]-100[/TD]
[TD]-98[/TD]
[TD]=B3/(1+$B$1)^A3[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]1.5[/TD]
[TD]20[/TD]
[TD]19[/TD]
[TD]=B4/(1+$B$1)^A4[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]2.5[/TD]
[TD]30[/TD]
[TD]27[/TD]
[TD]=B5/(1+$B$1)^A5[/TD]
[/TR]
[TR]
[TD]6[/TD]
[TD]3.5[/TD]
[TD]80[/TD]
[TD]67[/TD]
[TD]=B6/(1+$B$1)^A6[/TD]
[/TR]
[TR]
[TD]7[/TD]
[TD]Total[/TD]
[TD][/TD]
[TD]15[/TD]
[TD]=sum(c3:c6)[/TD]
[/TR]
[TR]
[TD]8[/TD]
[TD]Dates[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]9[/TD]
[TD]30/06/2018[/TD]
[TD]-100[/TD]
[TD]15.35[/TD]
[TD]=XNPV($B$1,$B$9:$B$12,$A$9:$A$12)[/TD]
[/TR]
[TR]
[TD]10[/TD]
[TD]30/06/2019[/TD]
[TD]20[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]11[/TD]
[TD]30/06/2020[/TD]
[TD]30[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]12[/TD]
[TD]30/06/2021[/TD]
[TD]80[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]13[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]