+ Reply to Thread
Results 1 to 3 of 3

interpolating values from graph

  1. #1
    Registered User
    Join Date
    10-20-2010
    Location
    Chicago, Illinois
    MS-Off Ver
    Excel 2007
    Posts
    69

    Exclamation interpolating values from graph

    Hi,

    I am using excel 2007 to plot a graph and I would like to find the values between data points. I have attached a sample spreadsheet with X and Y values plotted on the graph. Column A are X-values and column B are Y-values.

    For example, the 3rd X and Y data points are 20 and 0.0711 respectively. The 4th X and Y data points are 27 and 0.065341 respectively. I would like to find the Y value associated with an X value between 20 and 27, say for example 24. How do I go about doing this using interpolation from the graph. I could just eyeball it but I need a more exact figure. Plus I need to do this multiple times throughout the graph. So, what I would like is a formula that will let me enter the X value, 24 in my example, and give me the Y value based on interpolation from the graph. In cell G21 I would like to be able to enter an X value, 24 in my example, and get the interpolated Y value from the graph in cell G22.

    p.s. I have attached a sample sheet.


    Thanks,
    A
    Attached Files Attached Files

  2. #2
    Forum Guru Andy Pope's Avatar
    Join Date
    05-10-2004
    Location
    Essex, UK
    MS-Off Ver
    O365
    Posts
    20,482

    Re: interpolating values from graph

    You can use the VLOOKUP,MATCH,INDEX and TREND functions to determine the interpolated point.

    You also need to change the chart from Line to XY-scatter in order to highlight the point.
    Attached Files Attached Files
    Cheers
    Andy
    www.andypope.info

  3. #3
    Forum Guru MarvinP's Avatar
    Join Date
    07-23-2010
    Location
    Woodinville, WA
    MS-Off Ver
    Office 365
    Posts
    16,347

    Re: interpolating values from graph

    Hi xelhelp,

    See the Attached. I've used a few helping cells and formulas to do this problem. It comes down to the standard triangle calculation. (x1,y1) start of triangel (x2,y2) end of triange... etc.
    Attached Files Attached Files
    One test is worth a thousand opinions.
    Click the * Add Reputation below to say thanks.

+ 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