Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
How can I figure the y root of n for x, such as the power 6 root of 15625,
which is 5 (5^6 = 15625). LOG(15625,5) = 6 but how do I do it the other way around, using 15625 and 6 to find 5? |
#2
![]() |
|||
|
|||
![]()
One way:
=x^(1/y) In article , Brion Kidder <Brion wrote: How can I figure the y root of n for x, such as the power 6 root of 15625, which is 5 (5^6 = 15625). LOG(15625,5) = 6 but how do I do it the other way around, using 15625 and 6 to find 5? |
#3
![]() |
|||
|
|||
![]()
Hi
=x^(1/x) i.e. =15625,5^(1/6) does return 5.000027 Arvi Laanemets "Brion Kidder" <Brion wrote in message ... How can I figure the y root of n for x, such as the power 6 root of 15625, which is 5 (5^6 = 15625). LOG(15625,5) = 6 but how do I do it the other way around, using 15625 and 6 to find 5? |
#4
![]() |
|||
|
|||
![]()
If you prefer functions:
=POWER(A1, 1/6) best wishes Bernard "Brion Kidder" <Brion wrote in message ... How can I figure the y root of n for x, such as the power 6 root of 15625, which is 5 (5^6 = 15625). LOG(15625,5) = 6 but how do I do it the other way around, using 15625 and 6 to find 5? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel 2003 FAILS, but Excel 2000 SUCCEEDS ??? | Excel Discussion (Misc queries) | |||
How do I isolate my Excel server (automation) from other Excel instances? | Excel Discussion (Misc queries) | |||
excel to figure miles per gallon | New Users to Excel | |||
How do figure excel formula out? | Excel Discussion (Misc queries) | |||
I cant seem to figure out how to use Proper in excel. The help op. | Excel Discussion (Misc queries) |