I have a table of annual payments and I want to calculate the net present value of future payments (NPV) as of the “nth” year from now, where “n” is a number that I enter into another cell. I’m trying to calculate a payoff amount at some date in the future.
Let’s say I have 10 years of payments and I want to know what the NPV of all remaining payments will be at the end of year 3 with an 8% discount rate. The formula I’d use is as follows, with “‘{n}” representing the number I’ll enter in another cell:
=NPV(.08,$A${n}:$A$11)
I’d like the beginning of the range - A{n} - to be based off of whatever value I enter at B13 below.
Any ideas on how to do this?
Let’s say I have 10 years of payments and I want to know what the NPV of all remaining payments will be at the end of year 3 with an 8% discount rate. The formula I’d use is as follows, with “‘{n}” representing the number I’ll enter in another cell:
=NPV(.08,$A${n}:$A$11)
I’d like the beginning of the range - A{n} - to be based off of whatever value I enter at B13 below.
Any ideas on how to do this?