+ Reply to Thread
Results 1 to 4 of 4

Excel 2007 : Automatically Calculating the intercept of a trendline.

  1. #1
    Registered User
    Join Date
    10-04-2011
    Location
    Windsor, England
    MS-Off Ver
    Excel 2010
    Posts
    69

    Automatically Calculating the intercept of a trendline.

    Morning everyone,

    I'm sure this must have been asked before but I'bve searched and I can't find an easy solution!

    I want to set up a spreadsheet which automatically calculates the interception on the x axis of a (linear) trend line on a graph (created by the user inputting three data points).

    I could obviously work it out using the trendline formula for each data set but I want it to be automatic so anyone can enter three values and get an intercept point. Is there a way I can display the trendline forumla in a cell so that I can solve it for y = 0?

    I have attached an example workbook as hopefully this explains it better!

    Thanks in advance,

    Alice
    Attached Files Attached Files
    Last edited by qaliq; 02-10-2012 at 08:11 AM. Reason: solved

  2. #2
    Forum Expert OnErrorGoto0's Avatar
    Join Date
    12-30-2011
    Location
    I DO NOT POST HERE ANYMORE
    MS-Off Ver
    I DO NOT POST HERE ANYMORE
    Posts
    1,655

    Re: Automatically Calculating the intercept of a trendline.

    =ROUND(INDEX(LINEST(D3:D5,C3:C5),2),5)
    should do it.
    Good luck.

  3. #3
    Registered User
    Join Date
    10-04-2011
    Location
    Windsor, England
    MS-Off Ver
    Excel 2010
    Posts
    69

    Re: Automatically Calculating the intercept of a trendline.

    That's great thank you for your help and quick response!

  4. #4
    Forum Expert OnErrorGoto0's Avatar
    Join Date
    12-30-2011
    Location
    I DO NOT POST HERE ANYMORE
    MS-Off Ver
    I DO NOT POST HERE ANYMORE
    Posts
    1,655

    Re: Automatically Calculating the intercept of a trendline.

    My pleasure.

+ 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