
const (optional) is set to TRUE for the y-intercept to be calculated normally and set to FALSE if the y-intercept should be set to ZERO.known_x’s are the known x-values (or independent variable).known_y’s are the y-values corresponding to the x-values which you are trying to fit (or dependent variable).Remember our old friend LINEST? Although LINEST is short for “linear estimation”, we can also use it for nonlinear data analysis with a few simple tweaks. However, there is an option that provides a robust way to curve fit in Excel using the LINEST function. This can cause problems if the data is updated, and the coefficients are not updated in the spreadsheets. This will make any formula that uses these coefficients only accurate to the same number of significant digits.Īlso, there is no way to reference the coefficients of the equation in the spreadsheet without manually typing them into cells.

In some cases, it may provide only 1 or 2 significant digits for the equation coefficients. That means the polynomial equation fits the data better.Īlthough the trendline option is convenient, it may not always be the best option when you want to know the equation that best fits the data.

However, a second-order polynomial fits the data with an R-squared value of 0.998. From the image below, we can also clearly see that it is not a good fit. Try different types of curves to see which one maximizes the value of R-squared.įor this data set, a logarithmic equation fits the curve with an R-squared value of 0.7992. In the Format Trendline pane, select the options to Display Equation on chart and Display R-Squared value on chart. Then right click on the data series and select “Add Trendline …”
