close

Hi everybody,

I have data such below for a year,
How do i calculate average and stdev from sample1 to sample4 on each date?.
Is there any functions or formulas to automatically calculated it ?
Ex: what is average and stdev from date 3/1/06 ?

I have tried to calculate by subtotals function, but it only can calculate
by colums.

Date sample1 sample2 sample3 sample 4
1/1/06 2 3 1 2
1/1/06 2 1 3 2
1/1/06 3 0 2 3
2/1/06 1 2 1 0
3/1/06 2 1 3 2
3/1/06 0 2 1 3

Thanks,
Charlie
=average(B6:E6)
=stdev(B6:e6)

the formula can be copied .quot;Charliequot; gt; wrote in message
...
gt; Hi everybody,
gt;
gt; I have data such below for a year,
gt; How do i calculate average and stdev from sample1 to sample4 on each
date?.
gt; Is there any functions or formulas to automatically calculated it ?
gt; Ex: what is average and stdev from date 3/1/06 ?
gt;
gt; I have tried to calculate by subtotals function, but it only can calculate
gt; by colums.
gt;
gt; Date sample1 sample2 sample3 sample 4
gt; 1/1/06 2 3 1 2
gt; 1/1/06 2 1 3 2
gt; 1/1/06 3 0 2 3
gt; 2/1/06 1 2 1 0
gt; 3/1/06 2 1 3 2
gt; 3/1/06 0 2 1 3
gt;
gt; Thanks,
gt; Charlie
gt;
gt;
Assuming that A1:E1 contains your headers/labels, and A2:E7 contains
your data, let G2:G4 contain 1/1/06, 2/1/06, and 3/1/2006...

H2, copied down:

=AVERAGE(IF($A$2:$A$7=G2,$B$2:$E$7))

....confirmed with CONTROL SHIFT ENTER, not just ENTER. For STDEV,
change AVERAGE to STDEV.

Hope this helps!

In article gt;,
quot;Charliequot; gt; wrote:

gt; Hi everybody,
gt;
gt; I have data such below for a year,
gt; How do i calculate average and stdev from sample1 to sample4 on each date?.
gt; Is there any functions or formulas to automatically calculated it ?
gt; Ex: what is average and stdev from date 3/1/06 ?
gt;
gt; I have tried to calculate by subtotals function, but it only can calculate
gt; by colums.
gt;
gt; Date sample1 sample2 sample3 sample 4
gt; 1/1/06 2 3 1 2
gt; 1/1/06 2 1 3 2
gt; 1/1/06 3 0 2 3
gt; 2/1/06 1 2 1 0
gt; 3/1/06 2 1 3 2
gt; 3/1/06 0 2 1 3
gt;
gt; Thanks,
gt; Charlie

arrow
arrow
    全站熱搜
    創作者介紹
    創作者 software 的頭像
    software

    software

    software 發表在 痞客邦 留言(0) 人氣()