+ Reply to Thread
Results 1 to 2 of 2

How do I extract data from graph (i.e. interpolaton)

  1. #1
    TauBrewer
    Guest

    How do I extract data from graph (i.e. interpolaton)

    If we have a table of data values, can we build a graph and extract values
    from it not found in the table?
    Example pairs 2200, 1,21; 2400, 1.37 are in table from which a (non-linear)
    graph is created. Is there any simple way to find the value that goes with
    2217, for example?

    I know we can use match and index and do linear interpolation, but is there
    a simpler or more elegant way to do this?


  2. #2
    Gary''s Student
    Guest

    RE: How do I extract data from graph (i.e. interpolaton)

    FORECAST() both forecasts and interpolates:
    In A1:B2 put:

    2200 1.21
    2400 1.37

    anywhere else put =FORECAST(2217,B1:B2,A1:A2) and you will see: 1.22360

    --
    Gary's Student


    "TauBrewer" wrote:

    > If we have a table of data values, can we build a graph and extract values
    > from it not found in the table?
    > Example pairs 2200, 1,21; 2400, 1.37 are in table from which a (non-linear)
    > graph is created. Is there any simple way to find the value that goes with
    > 2217, for example?
    >
    > I know we can use match and index and do linear interpolation, but is there
    > a simpler or more elegant way to do this?
    >


+ 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