excel

C

Chip Pearson

Duke,

You can get any root of a number by raising that number to the inverse of
the root. E.g.,

=A1^(1/3)
 
Top