Net Present Value

N Prakash

Active Member
Joined
Nov 7, 2003
Messages
409
Hi! Friends,

I am trying to calculate the NPV for a future value of Rs. 100/- compounded quarterly for various periods say @ 5%. I have used the NPV function and the result what I am getting is not correct. The calculated results should be as follows;

3 months 98.7654
6 months 97.5461
9 months 96.3418
120 months 60.8413

will you please help me with correct formulae.

Regards,
Prakash.
 

Excel Facts

How to change case of text in Excel?
Use =UPPER() for upper case, =LOWER() for lower case, and =PROPER() for proper case. PROPER won't capitalize second c in Mccartney
Assuming that your compounding is every month, here's what I did:

In A1:A4, I entered 100
In B1:B4, I entered 5%
In C1:C4, I entered 3, 6, 9, 120
In D1, I entered =C1/3
In E1, I entered =A1*(1+B1*3/12)^D1

With ED1 highlighted, I clicked on Tools, Goal Seek, and entered in "To value:" 100, and in "By changing cell:", I entered A1. Then, I repeated these steps for each of E2:E4. The results I got are, for A1:A4:

98.7654
97.5461
96.3418
60.8413

which are identical to yours. Now, in order to calculate the present value, I solved the equation in E1, for the present value, A1, obtaining:

present value = (future value)/(1 + r%/4) ^ periods

For your case of 9 months, it would be:

present value = 100/(1+5%/4)^3, which gives:
present value = 96.3418, the same as Excel's Goal Seek gives.

Does this answer your question?




As a test, for the third case, 9 months, let's take the 89.4221, set it at 5% annually, compounded every 3 months
 
Upvote 0
Hi! Friends,

Thanks for the reply. Mr. Chitosunday formulae seems to be very simple and it has given the result.

Regards,
Prakash.
 
Upvote 0

Forum statistics

Threads
1,215,353
Messages
6,124,458
Members
449,161
Latest member
NHOJ

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top