cube root

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I would appreciate if someone could tell me how I insert a cube root value
into a formula and what symbol do I use.

Thanks
 
You can also use POWER

=POWER(27,1/3)

--

HTH

RP
(remove nothere from the email address if mailing direct)
 
Bob,
FWIW, POWER is somewhat slower than what I suggested. Why it is even
included in Excel is one of those Redmond mysteries that I'll never fathom.

DaveB
 
You could say the same about CONCATENATE, totally superfluous IMO.

The only redeeming (?) feature (true of POWER also) is that it is more
self-documenting than &.

Bob
 
Back
Top