K
Kevin Sprinkel
I've set up a worksheet where a user enters up to six data
points (x,y). Next to them, I show three plots of the
data, with a linear, quadratic, and logarithmic curve fit.
I would like the user to enter a new test point (x value)
and have the three interpolated results show. The user
can, by looking at the plots, decide which best fits the
data and hence which result to use.
I can automatically calculate the linear result using the
Slope and Intercept functions, but I've been stuck so far
by manually entering the quadratic and logarithmic
coefficients after they show up on the plots.
Are there any functions available that will return these
coefficients from the known x's and y's?
TIA
Kevin Sprinkel
points (x,y). Next to them, I show three plots of the
data, with a linear, quadratic, and logarithmic curve fit.
I would like the user to enter a new test point (x value)
and have the three interpolated results show. The user
can, by looking at the plots, decide which best fits the
data and hence which result to use.
I can automatically calculate the linear result using the
Slope and Intercept functions, but I've been stuck so far
by manually entering the quadratic and logarithmic
coefficients after they show up on the plots.
Are there any functions available that will return these
coefficients from the known x's and y's?
TIA
Kevin Sprinkel