Thread: [Solved] Excel Function
View Single Post
 
Old 02-13-2012, 03:26 PM
co-lay co-lay is offline Windows Vista Office 2007
Novice
 
Join Date: Feb 2012
Posts: 2
co-lay is on a distinguished road
Default

Quote:
Originally Posted by vswingfield View Post
The QUOTIENT function returns the integer portion of a division. That means that that you will have no decimal places at all. Drop the QUOTIENT part. I also don't see the need for PRODUCT in this instance.

I would, however use PI() instead of 3.1416. Pi is an Excel function. Also, you can square cell A1 by using A1^2 instead of A1*A1. (A1^3 would be A1 cubed, and so forth)

Try using:

"=A1^2*PI()*A2*0.0005787*0.803564*56/2000"
Perfect!

Thank you so much!

Cody
Reply With Quote