View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
driller driller is offline
external usenet poster
 
Posts: 740
Default How do I get a (non-square) root of a given number

3rd root is it ....
=power(8,1/3)

"caro_oax" wrote:

I am looking for a function that will allow me to get, for example, the 3rd
root of 8. I have only been able to find the square root function...

I am using Professional Edition 2003.

Thanks!