For powers you can use the function: =POWER(number,power) So 5^3 is: =POWER(5,3)
For the square roots you can use the function: =SQRT(number)
For other roots (e.g. the fifth root) use the POWER function, remembering that the 5th root of a number is the same as taking the number to the power of 1/5