Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
How do I find a root of a numberusing either a function or anoperator i Excel
e.g. the fourth root of 64? |
#2
![]() |
|||
|
|||
![]()
Hi
=POWER(64,1/4) or =64^(1/4) -- Arvi Laanemets (When sending e-mail, use address arvil<Attarkon.ee) "Lisbeth" wrote in message ... How do I find a root of a numberusing either a function or anoperator i Excel e.g. the fourth root of 64? |
#3
![]() |
|||
|
|||
![]()
I would use:
=CellReftogetRootFor^(1/rootPower) eg =A1^(1/4) |
#4
![]() |
|||
|
|||
![]()
Two ways come to mind: =64^(1/4) or =power(64,1/4)
"Lisbeth" wrote: How do I find a root of a numberusing either a function or anoperator i Excel e.g. the fourth root of 64? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to figure roots in Excel? | Excel Worksheet Functions |