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