Friday, 27 December 2013

Power function - Excel

Excel has a built in function to perform to the power of:

= POWER ( # number , # power)

For example, 5 to the power of 10 would be:

= POWER ( 5 , 10 )

This can be abbreviated using the following symbol  ^

For example, 5 to the power of 10 would be:

= 5 ^ 10