cubic root formula in excel
cubic root formula in excel
(OP)
what is the formula for finding the cubic root in excel
eg: cell f12= 38.193 and i need the f13 cell to = 3.367
eg: cell f12= 38.193 and i need the f13 cell to = 3.367
INTELLIGENT WORK FORUMS
FOR ENGINEERING PROFESSIONALS Come Join Us!Are you an
Engineering professional? Join Eng-Tips Forums!
*Eng-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail. Posting GuidelinesJobs |
cubic root formula in excel
|
cubic root formula in excelcubic root formula in excel(OP)
what is the formula for finding the cubic root in excel
eg: cell f12= 38.193 and i need the f13 cell to = 3.367 Red Flag SubmittedThank you for helping keep Eng-Tips Forums free from inappropriate posts. Reply To This ThreadPosting in the Eng-Tips forums is a member-only feature.Click Here to join Eng-Tips and talk with other members! |
ResourcesWhat is rapid injection molding? For engineers working with tight product design timelines, rapid injection molding can be a critical tool for prototyping and testing functional models. Download Now
The world has changed considerably since the 1980s, when CAD first started displacing drafting tables. Download Now
Prototyping has always been a critical part of product development. Download Now
As the cloud is increasingly adopted for product development, questions remain as to just how cloud software tools compare to on-premise solutions. Download Now
|
RE: cubic root formula in excel
Please enter in in the f13 cell as follows
=f12^(1/3)
You will get the answer.
KMP
RE: cubic root formula in excel
Square root:
=f12^(1/2)
Cubic root:
=f12^(1/3)
N root:
=f12^(1/n)
RE: cubic root formula in excel
http: