Using the Action Menu
upolyEval
Function: Returns a polynomial arranged in descending order. The coefficients correspond sequentially to each value in the range of specified cells.
Syntax: polyEval(start cell:end cell[,start cell:end cell] / [,variable])
Example: To create a second degree polynomial with coefficients that correspond to the values in cells B1 through B3, and input the result in cell A1:
•“x” is the default variable when you do not specify one above.
•To specify “y” as the variable, for example, enter “=polyEval(B1:B3,y)”.
20050501