Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
How do you write a formula to take a cubic root of a number
|
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Try something like
=A1^(1/3) -- Cordially, Chip Pearson Microsoft MVP - Excel Pearson Software Consulting, LLC www.cpearson.com "Cbarney" wrote in message ... How do you write a formula to take a cubic root of a number |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Previously answered last year by Chip:
You can get any root of a number by raising that number to the inverse of the root. E.g., =A1^(1/3) -- Cordially, Chip Pearson Microsoft MVP - Excel Found using Google search. -- sb "Cbarney" wrote in message ... How do you write a formula to take a cubic root of a number |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Cubic Parabola or Cubic Spiral | Excel Worksheet Functions | |||
In excel how do you find the cubic root of a number? | Excel Worksheet Functions | |||
how do i set an equation that uses a cubic root in excel? | Excel Worksheet Functions | |||
how do i set an equation that uses a cubic root in excel? | Excel Worksheet Functions | |||
cubic root | Excel Discussion (Misc queries) |