Close, but not quite.  The formula is y=ax^2+bx+c not (ax)^2+(bx)+c.
So, you want (0.0148*2^2)+(0.0375*2)-0.0398.  Actually, the brackets
are also not necessary because XL's operator precedence ranks
exponentiation above multiplication above addition.  Hence,
0.0148*2^2+0.0375*2-0.0398 is the same as the above equation.
And, of course, if the value of x were in some cell, say, A4, then one
would enter, in some other cell, the formula
=0.0148*A4^2+0.0375*A4-0.0398
One final note.  The trendline equation is not very accurate unless you
increase the number of digits shown.  Double-click the equation in the
chart.  Alternatively, use the LINEST function.  Contrary to MS's
documentation, it works for polynomials.  See Bernard Liengme's
http://www.stfx.ca/people/bliengme/ExcelTips/Polynomial.htm
Far more than you ever wanted to know about polynomial equations and
XL, eh? {grin}
--
Regards,
Tushar Mehta
www.tushar-mehta.com
Excel, PowerPoint, and VBA add-ins, tutorials
Custom MS Office productivity solutions