Dec 17, 2003 #1 mlfsentry IS-IT--Management Dec 17, 2003 2 US I need to do a cube root formula in Crystal. Currently I can to the following formula in Excel but have been unable to recreate it in Crystal 8.0: Power((value1 * value2 * value3), 1/3)
I need to do a cube root formula in Crystal. Currently I can to the following formula in Excel but have been unable to recreate it in Crystal 8.0: Power((value1 * value2 * value3), 1/3)
Dec 17, 2003 #2 mbarron Technical User Aug 3, 2001 1,247 US The following will do a cube root (value1*value2*vaule3) ^ (1/3) Mike Upvote 0 Downvote
Dec 17, 2003 #3 mbarron Technical User Aug 3, 2001 1,247 US Additional info you didn't ask for: For Excel you could also use: =(value1 * value2 * value3)^ (1/3) Mike Upvote 0 Downvote
Additional info you didn't ask for: For Excel you could also use: =(value1 * value2 * value3)^ (1/3) Mike
Dec 17, 2003 Thread starter #4 mlfsentry IS-IT--Management Dec 17, 2003 2 US Thanks Mike, it works great.... Upvote 0 Downvote