Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
There are 3 columns, A, B and C. Each column has 10 rows each containing
numbers. I need to find the standard deviation of the product of the numbers in each row. Eg: a b c product 2 5 4 40 3 6 5 90 4 7 6 168 We need to find STDEV of the product column. I need this without calculating the product separately just in one formula which would give the stdev of the product. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
On Mon, 4 Jul 2005 03:51:03 -0700, "Mridull Putatunda" <Mridull
wrote: There are 3 columns, A, B and C. Each column has 10 rows each containing numbers. I need to find the standard deviation of the product of the numbers in each row. Eg: a b c product 2 5 4 40 3 6 5 90 4 7 6 168 We need to find STDEV of the product column. I need this without calculating the product separately just in one formula which would give the stdev of the product. =STDEV(D2:D11) Assuming the '40' in the product column is in D2 Rgds __ Richard Buttrey Grappenhall, Cheshire, UK __________________________ |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() ={STDEV(A1:A3*B1:B3*C1:C3)} as an array function with shift + ctrl + enter |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Can we calculate RSD ( relative standard deviation) in Excel | Excel Discussion (Misc queries) | |||
Standard deviation | Excel Discussion (Misc queries) | |||
Standard deviation | Excel Discussion (Misc queries) | |||
standard deviation | Excel Discussion (Misc queries) | |||
How to calculate 2 standard deviation? | Excel Worksheet Functions |