Written by Allen Wyatt (last updated April 4, 2022)
This tip applies to Excel 97, 2000, 2002, and 2003
You may be wondering how to use Excel to derive different roots of a number. Finding a square root is easy: you just use the SQRT function. For instance, the following returns the square root of the value in cell B7:
=SQRT(B7)
What about different roots, however? What if you want the fifth root of the value in B7, instead of the square root? Unless you are a math wiz (and I am not), the answer may not be that obvious. All you need to so is raise the value to the power of 1/n. For instance, if you want that fifth root of B7, then you would use the following formula:
=B7^(1/5)
ExcelTips is your source for cost-effective Microsoft Excel training. This tip (2172) applies to Microsoft Excel 97, 2000, 2002, and 2003. You can find a version of this tip for the ribbon interface of Excel (Excel 2007 and later) here: Finding the Nth Root of a Number.
Professional Development Guidance! Four world-class developers offer start-to-finish guidance for building powerful, robust, and secure applications with Excel. The authors show how to consistently make the right design decisions and make the most of Excel's powerful features. Check out Professional Excel Development today!
Want to round values so they are always even or odd? You can do it quickly and easily by using the EVEN and ODD worksheet ...
Discover MoreThe primary method of rounding values is to use the ROUND function in your formulas. Here's an introduction to this ...
Discover MoreExcel includes a surprising number of functions you can use to round your data. Two such functions are FLOOR and CEILING, ...
Discover MoreFREE SERVICE: Get tips like this every week in ExcelTips, a free productivity newsletter. Enter your address and click "Subscribe."
There are currently no comments for this tip. (Be the first to leave your comment—just use the simple form above!)
Got a version of Excel that uses the menu interface (Excel 97, Excel 2000, Excel 2002, or Excel 2003)? This site is for you! If you use a later version of Excel, visit our ExcelTips site focusing on the ribbon interface.
FREE SERVICE: Get tips like this every week in ExcelTips, a free productivity newsletter. Enter your address and click "Subscribe."
Copyright © 2025 Sharon Parq Associates, Inc.
Comments