On Sun, 2009-04-19 at 16:51 -0700, Moshe Weintraub wrote: > Namaste! > > I guess my q is not new, hopefully. > > I need to fill the col 1 w/ any value x, say x_1 to x_100 (1.043, 3.582, > ...etc) > Next col would be y= x^4 + 5.7x^3 +7.0 x^2 in cell B1 e.g; then col 2 is > filled the corr. values. > > clear ? > e.g. A16: 4.2 , then B16 would be y= x^4 + 5.7x^3 +7.0 x^2 , exactly: > 197.0782 > > then plot Y= x_1,.......x_100 > > > thanks, > > Bala
I am not sure that I am understanding the question but just put: =A1^4+5.7*A1^3+7.0*A1^2 in cell B1 and then put the pointer on teh bottom right corner of the cell (it changes to a cross) and drag down to B100. Andreas -- Andreas J. Guelzow <[email protected]> _______________________________________________ gnumeric-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gnumeric-list
