How to do a Linear interpolation in excel?

G

Guest

I need to find a function that permites me to create a rule for linear
interpolation for virtually any point given an array of dates and discount
factors. For a given date how can I calculate the aproximate discount factor?
 
G

Guest

Assuming the discount factors follow a linear pattern relative to the dates
you can use:

=FORECAST(<new date>,<range of discount factors>,<range of corresponding
dates>)
 

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