I have used the index function to look at the first coefficient of a 3rd degree polynomial.
The data on the graph is the same as what is referenced in the formula.
The formula returned the value 0.0026 the graph trend line shows 0.0004.

The function is as follows:
=INDEX(LINEST((G5:G16)^{1,2,3},,TRUE,FALSE),1)

What is it that I have done wrong?

Untitled.jpg