How to calculate NPV

Reserved

New Member
i want to calculate the NPV ( Net Present Value ) using PHP.Below is the detail which i have. discount rate : 15% Cash Flow Values per Year: Year 1: 110000 Year 2: 122000 Year 3: 135200 Year 4: 149720 Year 5: 157706 Year 6: 166091NPV Formula which i am using.\[code\]NPV = sum of all years( (Ci)/(1+r)^i)i=1,2,3,4,5,...Ci= Cash Flow for year ir=rate of discount\[/code\]Any help.Thanks In advanceAvinash
 
Back
Top