hey guys. i am having problems with interpolation. our teacher taught the forecast method, but I tried applying it on my project it doesnt work. i mean the forecast method worked but the returned value isn't the right answer if you are to check in on a calculator.
<tbody>
</tbody>i named the columns P and T so this is my formula
on cell b2 i entered "=IFERROR(VLOOKUP($B$1,P,FALSE),FORECAST($B$1, T,P)"
the returned value is 204.4886
but if you will compute it on a calculator the answer is 39.65
HOW CAN I IMPROVE THE FORMULA?
<tbody>
</tbody>
A | B | |
1 | PRESSURE | 0.12 |
2 | TEMPERATURE |
<tbody>
</tbody>
on cell b2 i entered "=IFERROR(VLOOKUP($B$1,P,FALSE),FORECAST($B$1, T,P)"
the returned value is 204.4886
but if you will compute it on a calculator the answer is 39.65
HOW CAN I IMPROVE THE FORMULA?
<tbody> </tbody> |
<tbody>
</tbody>