Indirect Function

D

Debbie Horner

Hi,

I am trying to use indirect as part of the NPV function for the variable
values to include as the calculation...I get a Value error..can this function
only be used as part of a sum etc...my formula is as follows..
=NPV(C69/12,'Amort schedule'!F4:INDIRECT("f"&LeaseTerm1+3))

Thank you and happy new year!
 
D

Don Guillett

Without testing, try this
=NPV(C69/12,indirect("'Amort schedule'!F4:f"&LeaseTerm1+3))
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top