View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
derteight derteight is offline
external usenet poster
 
Posts: 1
Default userdefined trendline

I need constract trendline with equation y=a1*EXP(a2/(x-a3))+a4 using Excel.
(a1..a4 are to define)
Could you please advise me how one can do it?
Thanks a lot.