Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]() I have two lists of data. One is a time series, other data series. I can calculate the Linear equation , same as in the excel graph, if I insert trend lines, but I can workout the LOG trendline equation as displayed in the graph. Could someone assist, or tel me how to export the equition from the graph to an cell in excel. Please advise TX AT -- Thiem ------------------------------------------------------------------------ Thiem's Profile: http://www.excelforum.com/member.php...o&userid=27474 View this thread: http://www.excelforum.com/showthread...hreadid=469846 |
#2
![]() |
|||
|
|||
![]() Have you tried LOGEST() or GROWTH() worksheet functions? -- MrShorty ------------------------------------------------------------------------ MrShorty's Profile: http://www.excelforum.com/member.php...o&userid=22181 View this thread: http://www.excelforum.com/showthread...hreadid=469846 |
#3
![]() |
|||
|
|||
![]()
Thiem
I have two lists of data. One is a time series, other data series. I can calculate the Linear equation , same as in the excel graph, if I insert trend lines, but I can workout the LOG trendline equation as displayed in the graph. Could someone assist, or tel me how to export the equition from the graph to an cell in excel. Please advise < Using Excel's notation, the log trendline uses the equation Y = c*Ln(X)+b. c = SLOPE(Yrange,LN(Xrange)) b = INTERCEPT(Yrange,LN(Xrange)) Tushar Mehta's web site www.tushar-mehta.com shows how to get the same results using the array-entered worksheet function =LINEST(y-range, LN(x-range)). - Mike www.mikemiddleton.com |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How To Change Fonts In Multiple Charts in a Workbook? | Charts and Charting in Excel | |||
Charts won't update | Charts and Charting in Excel | |||
Excel Charts Linked to Spreadsheets | Charts and Charting in Excel | |||
linkingof charts in worksheets to cells | Excel Discussion (Misc queries) | |||
Logarithm scaling for charts | Charts and Charting in Excel |