Interpolation

shaero

New Member
Joined
Aug 9, 2011
Messages
9
Hi Forum,

I want to perform a multi conditional interpolation on my data. For example, I have a table with regions in column A and values in column B:

A B
US 101
US 125
US
US 145
US
JAP 105
JAP
JAP
JAP 513
JAP 623

I would like the formula to interpolate a value in between 125 and 145 for US. Then interpolate a value after 145 for US (not a value between 145 and 105 since those are different regions). And, lastly, to interpolate values in between 105 and 513.

Any ideas?

Thanks in advance,

shaero
 

Excel Facts

Square and cube roots
The =SQRT(25) is a square root. For a cube root, use =125^(1/3). For a fourth root, use =625^(1/4).
Not sure how this would be possible. In order to do an interpolation, you need each value in the "B" column to have a distinct "A" value
 
Upvote 0
In this part,
Code:
A    B
US 101
US 125
US 
US 145
US

what numbers do you expect to see where the blanks are now?
 
Upvote 0

Forum statistics

Threads
1,224,521
Messages
6,179,290
Members
452,902
Latest member
Knuddeluff

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