Thread: Cube root?
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
vezerid
 
Posts: n/a
Default Cube root?

Scott,
you use the math rule that the nth root of a number is the number
raised to the 1/n.
Thus for the cubic root:
=A1^(1/3)
From my teaching experience: don;t forget the parentheses. The

exponentiation operator takes precedence over the division op.

HTH
Kostis Vezerides