how do i put a power to a number?

N

Niek Otten

^ is the power operator, like in =A1^3

--

Kind Regards,

Niek Otten

Microsoft MVP - Excel
 
T

Tushar Mehta

Search XL help for 'exponentiation' (w/o the quotes). One of the
suggested topics will be 'About calculation operators' and the subtopic
'Types of operators' will lead you to the operator for exponentiation.

--
Regards,

Tushar Mehta
www.tushar-mehta.com
Excel, PowerPoint, and VBA add-ins, tutorials
Custom MS Office productivity solutions
 
B

Bob Phillips

=2^6


is 2 to power 6

--

HTH

RP
(remove nothere from the email address if mailing direct)
 
Top