The POWER function is an alternative to theexponent operator(^).
Cube root of number
To get the cube root of a number, you can use the caret(^) operator with 1/3 as the exponent in a simple formula. In the example shown, the formula in C5 is: =B5^(1/3)