How do I raise a number to a value; e.g., cube, fourth . . . sevententh?
Gary''s Student - 26 Mar 2008 23:57 GMT
Put a value in A1 and then
=A1^7 will raise A1 to the 7th power

Signature
Gary''s Student - gsnu200775
> How do I raise a number to a value; e.g., cube, fourth . . . sevententh?
David Biddulph - 27 Mar 2008 00:00 GMT
Either =A2^17 or =POWER(A2^17)
--
David Biddulph
> How do I raise a number to a value; e.g., cube, fourth . . . sevententh?