Thread: Trend
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
JWolf JWolf is offline
external usenet poster
 
Posts: 136
Default Trend

No VBA, but see he
http://www.stfx.ca/people/bliengme/E...Polynomial.htm
how to do it using an array formula in the worksheet.

Jim Thomlinson wrote:
I would like the VBA equivalent formula for the Trend formula in Excel. I
Have a data set which I would like to run a first and second order polynomial
regression on and I was hoping to calculate it right in the code if possible.

Any help would be appreciated.

Thanks in Advance...