How to figure roots in Excel?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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?
 
Hi

=x^(1/x)
i.e.
=15625,5^(1/6) does return 5.000027


Arvi Laanemets
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top