I have 2 columns of data in a workbook and need to use VBA to extrapolate data.
I need to know Y for any value of X.
I have a range of known Ys and Xs (as below)
The trickier part here might be that I only want to consider part of the range to extrapolate (say the middle 6 values) - I then to...