View Single Post
  #2   Report Post  
Jason Morin
 
Posts: n/a
Default

You have to construct it as such:

=value^(1/n)

where n = root. For example, to get the cube root of A1,
use:

=A1^(1/3)

HTH
Jason
Atlanta, GA

-----Original Message-----
I am looking for a function that is the reverse of

POWER - in that I can
calculate the root of a number, but specify the root -

cube, 4th, 5th etc.
We have a SQRT function, but I don't see anything boynd

that.
.