Please Note: This article is written for users of the following Microsoft Excel versions: 2007, 2010, 2013, 2016, 2019, Excel in Microsoft 365, and 2021. If you are using an earlier version (Excel 2003 or earlier), this tip may not work for you. For a version of this tip written specifically for earlier versions of Excel, click here: Finding the Nth Root of a Number.
Written by Allen Wyatt (last updated June 11, 2022)
This tip applies to Excel 2007, 2010, 2013, 2016, 2019, Excel in Microsoft 365, and 2021
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 whiz (and I am not), the answer may not be that obvious. All you need to do 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 (12350) applies to Microsoft Excel 2007, 2010, 2013, 2016, 2019, Excel in Microsoft 365, and 2021. You can find a version of this tip for the older menu interface of Excel 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!
Normally the VLOOKUP function returns a value, and if it can't return a value it returns a zero. Here's how you can use ...
Discover MoreThe data validation capabilities of Excel are really handy when you want to limit what is put into a cell. However, you ...
Discover MoreUsers of the most recent versions of Excel have four different ways available to combine values into strings. Even those ...
Discover MoreFREE SERVICE: Get tips like this every week in ExcelTips, a free productivity newsletter. Enter your address and click "Subscribe."
2022-06-11 08:31:11
JB
You could also use: =POWER(B7, 1/5)
Got a version of Excel that uses the ribbon interface (Excel 2007 or later)? This site is for you! If you use an earlier version of Excel, visit our ExcelTips site focusing on the menu interface.
FREE SERVICE: Get tips like this every week in ExcelTips, a free productivity newsletter. Enter your address and click "Subscribe."
Copyright © 2024 Sharon Parq Associates, Inc.
Comments