linear interpolation

jray

New Member
Joined
Mar 13, 2008
Messages
46
I have to calculate interest rates for dates between posted dates

My bank has given me the following.

The rate on 05/17/2017 is 3.7973%.
The rate on 08/15/2017 is 3.7235%.

The requested date is 07/15/2017 and the bank interpolated the rate to 3.7482%.

I need a formula where I have three dates and 2 rates, and I can interpolate the missing rate.

Any clues?

Thanks a lot.

jray
 

Excel Facts

Round to nearest half hour?
Use =MROUND(A2,"0:30") to round to nearest half hour. Use =CEILING(A2,"0:30") to round to next half hour.
Is this close to what you need?

A7 = 5/17/2017, A8 = 8/15/2017, A9 = 7/15/2017, B7 = 3.7973, B8 = 3.7235, B9 = "=(A9-A7)*(B8-B7)/(A8-A7)+B7"

HTH

John
 
Upvote 0
This is not close to what I need, it is EXACTLY what I need!!!

Thank you very much!!!
 
Upvote 0

Forum statistics

Threads
1,216,583
Messages
6,131,557
Members
449,655
Latest member
Anil K Sonawane

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top