Is it possible to calculate a Future Value that has an NPV of 0 without using goal seek or VBA?
I have an investment in stock quantity (D3) and price (D4) to calculate a cash outflow (D5). I have a return rate (D8) of 10% and a holding period (D7) in months and there are no other cash inflows until I sell the stock. I am trying to calculate the price or cash inflow, I need the stock to rise to, in order to have a zero NPV. When I calculate this currently, the FV is 10% higher, however, due to time value of money in NPV, this value returns a negative NPV. I have a table below with the following formula to calculate FV based on holding period (D7):
=IF(C16=$D$7,((1+$D$8)^(C16/12))*-$D$5,0)
Maybe I don't even need to discount this on an NPV basis because there are no period cash flows - any help would be appreciated.
I have an investment in stock quantity (D3) and price (D4) to calculate a cash outflow (D5). I have a return rate (D8) of 10% and a holding period (D7) in months and there are no other cash inflows until I sell the stock. I am trying to calculate the price or cash inflow, I need the stock to rise to, in order to have a zero NPV. When I calculate this currently, the FV is 10% higher, however, due to time value of money in NPV, this value returns a negative NPV. I have a table below with the following formula to calculate FV based on holding period (D7):
=IF(C16=$D$7,((1+$D$8)^(C16/12))*-$D$5,0)
Maybe I don't even need to discount this on an NPV basis because there are no period cash flows - any help would be appreciated.