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.
Create Custom Apps with VBA! Discover how to extend the capabilities of Office 2013 (Word, Excel, PowerPoint, Outlook, and Access) with VBA programming, using it for writing macros, automating Office applications, and creating custom applications. Check out Mastering VBA for Office 2013 today!
Want to chop off everything after a certain point in a number? The TRUNC function can help with this need.
Discover MoreWant 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 COMBIN function is used to determine the number of combinations that can be made from a group of elements. This tip ...
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