Article ID: 28652 - Last Review: November 16, 2006 - Revision: 4.1 Works: How to Find the Nth Root of a NumberThis article was previously published under Q28652 SUMMARY
To find the nth root of a number, raise that number to the power of
1/n. The form the equation is as follows:
= num^(1/n)
For example, to find the cube root of 8 in a cell of the spreadsheet,
type the following:
=8^(1/3)
APPLIES TO
| Article Translations
|

Back to the top
