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?
Bookmarks