Re: Interpolate An Array Of Numbers
Hi!
There are many ways to interpolate!
Do you know anything about your data? In example, is it usually linear, or maybe logarithmic?
If it is, you can plot your data and add a trend line. Display equation on chart, and there you have your interpolated function. Either type in this formula manually to calculate missing points, or, to get acces to the trend line formula, try looking into LINEST or LOGEST functions. With this formula, you can calculate the missing points so that they "fit" your data.
Also, interpolating between every point in the array has been delt with earlier, ex http://www.ozgrid.com/forum/showthread.php?t=69973