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

Bring active cell back into view
Start at A1 and select to A9999 while writing a formula, you can't see A1 anymore. Press Ctrl+Backspace to bring active cell into view.
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,223,239
Messages
6,170,947
Members
452,368
Latest member
jayp2104

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