Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi guys,
I'm trying to learn the financial functions and i don't get how the calculate this function in the help section, please help. This is the function example;
rangexnpv(0.1, -2500,'2008-01-01',2750,'2008-09-01')
0.1 is rate
-2500 and 2750 are values
2008-01-01 and 2008-09-01 are dates
and the result of that is 80.25
How?
Thanks in advance!
//A.
So you're just learning this for fun? This function gives you the net present value. For this example, it's asking what the NPV is if you paid 2500 on 2008-01-01 and received 2750 on 2008-09-01at a 10% interest rate. Essentially you are taking the PV of $2,750 on 09/01/2008 and subtracting 2,500 to get the NPV. The formula for PV = FV / (1 + r)^Y. FV = 2,750; r = .1; Y = 2/3 (8 months out of 12). Therefore PV is approx. $2,580. Subtract 2,500 and bob's your uncle.
Cheers,