Hi Friends
In the calculation of 1000=10*10*10.
How can i get the result "10" with the function of "1000"?
In the calculation of 16= 2*2*2*2
How can i get the result "2" with the function of "16"?
Thanks in advanced.
Sai
Hi Friends
In the calculation of 1000=10*10*10.
How can i get the result "10" with the function of "1000"?
In the calculation of 16= 2*2*2*2
How can i get the result "2" with the function of "16"?
Thanks in advanced.
Sai
The POWER() function can be used to "reverse" out a cube root, or even higher.
To get the cube root of 1000:
=POWER(1000, 1/3)
...result 10.
=POWER(16, 1/4)
...result 2.
_________________
Microsoft MVP 2010 - Excel
Visit: Jerry Beaucaire's Excel Files & Macros
If you've been given good help, use theicon below to give reputation feedback, it is appreciated.
Always put your code between code tags. [CODE] your code here [/CODE]
?None of us is as good as all of us? - Ray Kroc
?Actually, I *am* a rocket scientist.? - JB (little ones count!)
Thank you very much.
If that takes care of your need, be sure to EDIT your original post, click Go Advanced and mark the PREFIX box [SOLVED].
(Also, use the blue "scales" icon in our posts to leave Reputation Feedback, it is appreciated. It is found across from the "time" in each of our posts.)
Please post in the correct thread. Moved to Functions
Hope that helps.
RoyUK
--------
For Excel Tips & Solutions, free examples and tutorials why not check out my web site
Free DataBaseForm example
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks