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