Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
The only root function I can find in Excel is the square root function. How
can I use Excel to calculate third, fourth, fifth etc.. roots of a number? |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Use exponentiation. Ex: =64^(1/2) for square root, =64^(1/3) for cube root,
etc. "Arthur Yeager" wrote: The only root function I can find in Excel is the square root function. How can I use Excel to calculate third, fourth, fifth etc.. roots of a number? |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Brilliant! Thanks for the help.
"bpeltzer" wrote: Use exponentiation. Ex: =64^(1/2) for square root, =64^(1/3) for cube root, etc. "Arthur Yeager" wrote: The only root function I can find in Excel is the square root function. How can I use Excel to calculate third, fourth, fifth etc.. roots of a number? |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi Arthur,
How can I use function for cube roots or even 4th roots "Arthur Yeager" wrote: The only root function I can find in Excel is the square root function. How can I use Excel to calculate third, fourth, fifth etc.. roots of a number? |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Interesting to see a thread from 2005 being revived! [And I don't think
that Arthur has posted to the group since then.] One of the answers was in that thread, but there are two easy options. To calculate the 4th root of A1, use either =A1^(1/4) or =POWER(A1,1/4) -- David Biddulph "John" <John @discussions.microsoft.com wrote in message ... Hi Arthur, How can I use function for cube roots or even 4th roots "Arthur Yeager" wrote: The only root function I can find in Excel is the square root function. How can I use Excel to calculate third, fourth, fifth etc.. roots of a number? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel 2003 FAILS, but Excel 2000 SUCCEEDS ??? | Excel Discussion (Misc queries) | |||
Access Excel Linked Text and Number Issues | Excel Discussion (Misc queries) | |||
Excel not taking number format consistently | Excel Discussion (Misc queries) | |||
Excel changing number formatting and source data in graphs on it's own!!! | Excel Discussion (Misc queries) | |||
Does Excel 2000 have a 'datedif' function to calculate the number. | Excel Worksheet Functions |