=sum() is the sum function what is the mutiply function syntax looks like? Thanks
R Raymond Sep 24, 2004 #1 =sum() is the sum function what is the mutiply function syntax looks like? Thanks
B Biff Sep 24, 2004 #2 Hi! =PRODUCT() =PRODUCT(2,2,2,2,2) = 32 2 x 2 x 2 x 2 x 2 = 32 =PRODUCT(A1:A5) Biff
J Jerry W. Lewis Sep 24, 2004 #3 Are you aware that there is a simplier syntax if you just want to multiply or add two numbers? =2+2 =2*2 Jerry
Are you aware that there is a simplier syntax if you just want to multiply or add two numbers? =2+2 =2*2 Jerry