G Guest Aug 5, 2005 #1 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
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
D David J. Braden Aug 5, 2005 #3 For the nth root, use x^(1/n); so in your case, use x^(1/3). HTH DaveB
B Bob Phillips Aug 5, 2005 #4 You can also use POWER =POWER(27,1/3) -- HTH RP (remove nothere from the email address if mailing direct)
You can also use POWER =POWER(27,1/3) -- HTH RP (remove nothere from the email address if mailing direct)
D David J. Braden Aug 5, 2005 #5 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
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
B Bob Phillips Aug 5, 2005 #6 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
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