View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
bpeltzer
 
Posts: n/a
Default How do I calculate the root of a number using Excel?

Use exponentiation. Ex: =64^(1/2) for square root, =64^(1/3) for cube root,
etc.

"Arthur Yeager" wrote:

The only root function I can find in Excel is the square root function. How
can I use Excel to calculate third, fourth, fifth etc.. roots of a number?