Please help - I am trying to interpolate table values for multiple numbers - I have tried forecast and trend and neither seem to supply the correct values:
EG: If I had to interpolate between the given data - I would work out the difference between(92.4-91.2)=1.2, and (45-40)=5 then divide 1.2/5=0.24 giving the change for every unit. This I would add to the original ie: 91.2 + 0.24 = 91.44. This I would continue until I have interpolated across the entire range. This however is cumbersome and a lengthy process - ie: =AE71+(($AI71-$AD71)/5)
45 91.2
44
43
42
41
40 92.4
EG: If I had to interpolate between the given data - I would work out the difference between(92.4-91.2)=1.2, and (45-40)=5 then divide 1.2/5=0.24 giving the change for every unit. This I would add to the original ie: 91.2 + 0.24 = 91.44. This I would continue until I have interpolated across the entire range. This however is cumbersome and a lengthy process - ie: =AE71+(($AI71-$AD71)/5)
45 91.2
44
43
42
41
40 92.4