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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top