LINEST calculates the statistics for a line by using the "least squares" method
to calculate a straight line that best fits your data, and then returns an
array that describes the line.
It will return the values for the line, as well as, optionally, additional
regression statistices.
--ron