Hello all.
I'd like some function to return a value from in between known values in a range.
<pre> A B C
1 114 90 175 <---user entry
2 123 98 135 <---returned value
3 132 105
4 148 119
5 165 129
6 181 138
7 198 146
8 220 155
9 242 159
10 275 164
11 319 167</pre>
These relationships are nonlinear. Column B is dependent. I want to be able to enter any number within the A range into C1, and return a properly interpolated value from within the B range in C2. For example, entering 175 should return something close to 135. (175 is between 165 and 181 in A, returning something between 129 and 138 in B. I did that one on paper.) Of course, if some number that is actually known in A is entered, the corresponding value in B should be returned.
I guess I don't understand the FORECAST function, because using the exact ranges as in this example it returned 129.1 for 175.
I'd like some function to return a value from in between known values in a range.
<pre> A B C
1 114 90 175 <---user entry
2 123 98 135 <---returned value
3 132 105
4 148 119
5 165 129
6 181 138
7 198 146
8 220 155
9 242 159
10 275 164
11 319 167</pre>
These relationships are nonlinear. Column B is dependent. I want to be able to enter any number within the A range into C1, and return a properly interpolated value from within the B range in C2. For example, entering 175 should return something close to 135. (175 is between 165 and 181 in A, returning something between 129 and 138 in B. I did that one on paper.) Of course, if some number that is actually known in A is entered, the corresponding value in B should be returned.
I guess I don't understand the FORECAST function, because using the exact ranges as in this example it returned 129.1 for 175.