View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Ron Coderre
 
Posts: n/a
Default Is there a simple worksheet method to determine a cube root?

Try this:

For a value in A1
B1: =A1^(1/3)

Does that help?

***********
Regards,
Ron

XL2002, WinXP-Pro


"Bob Wall" wrote:

Is there a simple worksheet method to determine a cube root? I can find a
square root using X^.5.