View Single Post
  #2   Report Post  
Bernard Liengme
 
Posts: n/a
Default

If linear, use SLOPE & INTERCEPT functions
For polynomials, et use LINEST as in
=LINEST(B1:B10,A1:A10^{1,2,3}), =LINEST(A1:A10, LOG(B1:B10)), etc
see my website

--
Bernard Liengme
www.stfx.ca/people/bliengme
remove CAPS in email address


"Martinaire" wrote in message
...
Having calculated a Trend Line how do I get the trend line data back into
a
spreadsheet from the chart. ie I've calculated sales over 12 months, then
calculated the trend but I want the actual trend data in a spreadsheet as
well as the original data.