+ Reply to Thread
Results 1 to 3 of 3

Logarithm equation in charts

  1. #1
    Registered User
    Join Date
    09-22-2005
    Posts
    28

    Logarithm equation in charts

    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

  2. #2
    Forum Guru
    Join Date
    04-13-2005
    Location
    North America
    MS-Off Ver
    2002/XP and 2007
    Posts
    15,829
    Have you tried LOGEST() or GROWTH() worksheet functions?

  3. #3
    Mike Middleton
    Guest

    Re: Logarithm equation in charts

    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 to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1