Thread: Cubic Root
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Steve Yandl[_3_] Steve Yandl[_3_] is offline
external usenet poster
 
Posts: 117
Default Cubic Root

To take the cube root of the value in cell A1,
=A1^1/3

Steve


"Cbarney" wrote in message
...
How do you write a formula to take a cubic root of a number