+ Reply to Thread
Results 1 to 9 of 9

How do I calculate values from a chart?

  1. #1
    Registered User
    Join Date
    09-30-2009
    Location
    Brooklyn
    MS-Off Ver
    Excel 2007
    Posts
    4

    How do I calculate values from a chart?



    Newbie here! So please be kind if I am posting in the wrong forum!

    I have a series of numbers (X and Y) from which I create a chart from as shown on the attached Excel spreadsheet. The chart is the smooth line type available in Excel.

    The question is, how do I find the Y value corresponding to a given X? Basically if X is given I need to be able to calculate the corresponding Y.

    Thank you all for your HELP! I greatly appreciate any assistance as I am currently stuck in what I am doing and need to get this solved!

    Attached Files Attached Files

  2. #2
    Forum Expert pike's Avatar
    Join Date
    12-11-2005
    Location
    Alstonville, Australia
    MS-Off Ver
    2016
    Posts
    5,330

    Re: How do I calculate values from a chart?

    The two formulae could be

    if x<=55 , y=0.015x^2-1.643x=43.43,y=-0.033x+1.279
    hope it helps
    If the solution helped please donate to RSPCA

    Site worth visiting: Rabbitohs

  3. #3
    Forum Expert pike's Avatar
    Join Date
    12-11-2005
    Location
    Alstonville, Australia
    MS-Off Ver
    2016
    Posts
    5,330

    Re: How do I calculate values from a chart?

    Its best fit
    Please Login or Register  to view this content.

  4. #4
    Registered User
    Join Date
    10-28-2008
    Location
    Turkey
    Posts
    88

    Re: How do I calculate values from a chart?

    Quote Originally Posted by brooklynite View Post


    Newbie here! So please be kind if I am posting in the wrong forum!

    I have a series of numbers (X and Y) from which I create a chart from as shown on the attached Excel spreadsheet. The chart is the smooth line type available in Excel.

    The question is, how do I find the Y value corresponding to a given X? Basically if X is given I need to be able to calculate the corresponding Y.

    Thank you all for your HELP! I greatly appreciate any assistance as I am currently stuck in what I am doing and need to get this solved!

    Your file attached below.

    .
    Attached Files Attached Files

  5. #5
    Registered User
    Join Date
    09-30-2009
    Location
    Brooklyn
    MS-Off Ver
    Excel 2007
    Posts
    4

    Re: How do I calculate values from a chart?

    Quote Originally Posted by yurttas View Post
    Your file attached below.

    .
    Thank you yurtass for the file. The formula you created seems to be a "linear interpolation". Unfortunately in most of my data samples (I am trying to find one now) a linear interpolation will result in numbers that are way off. Can this be done using the same method that Excel uses to create a non-linear curve just like the one shown in my file? Especially that I will need numbers OUTSIDE the range too so I guess it would be EXTrapolation.

  6. #6
    Registered User
    Join Date
    09-30-2009
    Location
    Brooklyn
    MS-Off Ver
    Excel 2007
    Posts
    4

    Re: How do I calculate values from a chart?

    Quote Originally Posted by pike View Post
    Its best fit
    Please Login or Register  to view this content.
    It kind of works below 40 but above that it starts to distort a little bit.

    Doesn't Excel actually give us the values it uses to produce the smooth chart? What is the formula that it uses?

  7. #7
    Registered User
    Join Date
    10-28-2008
    Location
    Turkey
    Posts
    88

    Re: How do I calculate values from a chart?

    Quote Originally Posted by brooklynite View Post
    Thank you yurtass for the file. The formula you created seems to be a "linear interpolation". Unfortunately in most of my data samples (I am trying to find one now) a linear interpolation will result in numbers that are way off. Can this be done using the same method that Excel uses to create a non-linear curve just like the one shown in my file? Especially that I will need numbers OUTSIDE the range too so I guess it would be EXTrapolation.
    Is this okey?


    .
    Attached Files Attached Files

  8. #8
    Forum Expert pike's Avatar
    Join Date
    12-11-2005
    Location
    Alstonville, Australia
    MS-Off Ver
    2016
    Posts
    5,330

    Re: How do I calculate values from a chart?

    Ok then you need to calculate m
    with
    Please Login or Register  to view this content.
    then to find b when x = 0
    and use
    y=mx+b for each line
    Please Login or Register  to view this content.
    see attached work book
    Attached Files Attached Files

  9. #9
    Registered User
    Join Date
    09-30-2009
    Location
    Brooklyn
    MS-Off Ver
    Excel 2007
    Posts
    4

    Re: How do I calculate values from a chart?

    Quote Originally Posted by pike View Post
    Ok then you need to calculate m
    with
    Please Login or Register  to view this content.
    then to find b when x = 0
    and use
    y=mx+b for each line
    Please Login or Register  to view this content.
    see attached work book
    I like the slope idea and thank you so much for the info. The y=mx+b is if I assume LINEAR transition in between. Can you help me get a y=ax^2+bx+c or some other second degree formula? I think that would be a lot more complicated...

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Tags for this Thread

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