View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Jerry W. Lewis Jerry W. Lewis is offline
external usenet poster
 
Posts: 837
Default Data Interpolation

You can use FORECAST() for linear interpolation, or TREND() for
quadratic interpolation.

Jerry

Jan wrote:

This is a portion of a data series
A B
45 20.760
55 20.785
64 20.817

How can I take this series and get the intermediate values in another data set 45,46,47,48 etc