I need the syntax for the cube root function in excel.

A

Andy

I am using a spreadsheet to automate a calculation requiring the cube root of
a number.

Thank you in advance,
 
R

Ron Rosenfeld

I am using a spreadsheet to automate a calculation requiring the cube root of
a number.

Thank you in advance,

Algebra:

=n^(1/3)

n can be replaced by a number or a cell reference.


--ron
 
Top