Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.charting
Cheetha
 
Posts: n/a
Default copy trendline logarithmic constants to a cell

Is it possible to copy trendline logarithmic constants to a cell for further
calculations.
  #2   Report Post  
Posted to microsoft.public.excel.charting
Tushar Mehta
 
Posts: n/a
Default copy trendline logarithmic constants to a cell

For my enhancements to Dave Braden's code to do the needful:
http://groups.google.com/group/micro.../msg/0eda30f29
434786d?hl=en&

To get the results directly in a worksheet:
Trendline Coefficients and Regression Analysis
http://www.tushar-mehta.com/excel/ti...efficients.htm

--
Regards,

Tushar Mehta
www.tushar-mehta.com
Excel, PowerPoint, and VBA add-ins, tutorials
Custom MS Office productivity solutions

In article ,
says...
Is it possible to copy trendline logarithmic constants to a cell for further
calculations.

  #3   Report Post  
Posted to microsoft.public.excel.charting
David Biddulph
 
Posts: n/a
Default copy trendline logarithmic constants to a cell

"Cheetha" wrote in message
...
Is it possible to copy trendline logarithmic constants to a cell for
further
calculations.


Can't you use the LOGEST() function?
--
David Biddulph


  #4   Report Post  
Posted to microsoft.public.excel.charting
Mike Middleton
 
Posts: n/a
Default copy trendline logarithmic constants to a cell

David -

Excel's logarithmic trendline fits y = c*LN(x) + b.

Excel's exponential trendline fits y = c*EXP(b*x).

Excel's LOGEST function fits y = b*m^x. The b value corresponds to c in the
trendline exponential function, and the m corresponds to EXP(b).

So, LOGEST is a worksheet equivalent to exponential trendline, not to
logarithmic trendline.

- Mike
www.mikemiddleton.com

"David Biddulph" wrote in message
...
"Cheetha" wrote in message
...
Is it possible to copy trendline logarithmic constants to a cell for
further
calculations.


Can't you use the LOGEST() function?
--
David Biddulph



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
need to Copy or Move to active cell from specified range kaream Excel Discussion (Misc queries) 2 December 14th 05 08:12 AM
AUTOMATIC way to copy the value of a cell in one spreadsheet Mihalis4 Excel Worksheet Functions 2 December 2nd 05 06:49 PM
How to Copy the value of a cell to any given cell Memphis Excel Discussion (Misc queries) 4 October 21st 05 08:29 PM
how to count the number of text frequencies and copy to other cell DG Excel Worksheet Functions 1 October 6th 05 07:11 PM
hpw do I logic test a cell then copy the row to diff. SS Debi Excel Worksheet Functions 4 October 5th 05 09:42 PM


All times are GMT +1. The time now is 11:21 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"