Well I'm running Openoffice 2.3 - where there are just linear, log, exponential, and power. So no obvious quadratic or higher polynomials built in.
This link may be of interest - a series of openoffice worksheets which you can use to perform quadratic fits (among other things). (Note - I needed to rename these downloads from .odt to .ods to load them in Open-Excel).
http://terpconnect.umd.edu/~toh/mode...tionCurve.html
A peripheral comment - If you've got many of these to do it quickly becomes annoying using Excel or OO. You might consider something like python which is a lot easier once you get up and running. For example there is a 'polyfit' module in numpy which is pretty flexible.
http://www.scipy.org/Numpy_Example_List_With_Doc (go down to polyfit)
I think there is also a polyfit in the matplotlib library - not sure if they are the same.
Hope this helps
Steve