Hi all,
This may be asking too much of Excel or VBA.
I'm trying to generate the quadratic equation (ax^2 + bx + c) for a set of data using only VBA. I don't have the equation constants (a, b, and c), only the x and y coordinates.
As a simple example (x,y): (0, 586) (1, 20450) (2, 46222) and...