D
Denish D
Column A Column B Column D
4.99 3650 6.500
5.06 3940 6.450
5.12 4230 6.400
5.19 4520 6.400
5.26 4810 6.450
5.33 5100 6.500
5.39 5430 6.500
5.46 5760 6.400
5.53 6090 6.350
5.60 6420 6.300
5.68 6750 6.200
5.73 7100 6.150
5.80 7450 6.150
5.87 7800 6.100
5.93 8150 6.050
6.00 8500 6.000
6.07 8850 6.150
6.14 9200 6.350
6.21 9550 6.450
6.27 9900 6.470
6.34 10250 6.900
6.41 10650 6.950
For the input values of column "A" I am having respective out put values in
column "B".
now for any input number between "4.99" to "6.41", I want output values to
be interpolated from column "B".
I want the output values for the input values mentioned in column "D".
Output values must be interpolated from column "B".
example: for input value of 5.02, I must get the output values in between
"3650" and "3940" by interpolation.
4.99 3650 6.500
5.06 3940 6.450
5.12 4230 6.400
5.19 4520 6.400
5.26 4810 6.450
5.33 5100 6.500
5.39 5430 6.500
5.46 5760 6.400
5.53 6090 6.350
5.60 6420 6.300
5.68 6750 6.200
5.73 7100 6.150
5.80 7450 6.150
5.87 7800 6.100
5.93 8150 6.050
6.00 8500 6.000
6.07 8850 6.150
6.14 9200 6.350
6.21 9550 6.450
6.27 9900 6.470
6.34 10250 6.900
6.41 10650 6.950
For the input values of column "A" I am having respective out put values in
column "B".
now for any input number between "4.99" to "6.41", I want output values to
be interpolated from column "B".
I want the output values for the input values mentioned in column "D".
Output values must be interpolated from column "B".
example: for input value of 5.02, I must get the output values in between
"3650" and "3940" by interpolation.