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)
April 14, 2025 · 1 min · 9 words · Emily Thomas
The POWER function is an alternative to theexponent operator(^).