You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
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?
David Billigmeier
unread,
May 17, 2007, 2:10:03 PM5/17/07
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
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>)