Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,670
Default How to determine the STDEV of Avg?

Does anyone have any suggestions on how to deterine the STDEV of AVG(10
numbers) for following scores under column A?
I would like to return the STDEV on column B
Does anyone have any suggestions?
Thanks in advance for any suggestions
Eric

61%
99%
100%
72%
50%
71%
47%
57%
78%
73%
79%
95%
68%
69%
48%
45%
42%
44%
57%
62%
40%
41%
42%
46%
35%
32%
33%

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,480
Default How to determine the STDEV of Avg?

Hi Eric

=STDEV(A1:A27)


--
Regards
Roger Govier



"Eric" wrote in message
...
Does anyone have any suggestions on how to deterine the STDEV of AVG(10
numbers) for following scores under column A?
I would like to return the STDEV on column B
Does anyone have any suggestions?
Thanks in advance for any suggestions
Eric

61%
99%
100%
72%
50%
71%
47%
57%
78%
73%
79%
95%
68%
69%
48%
45%
42%
44%
57%
62%
40%
41%
42%
46%
35%
32%
33%



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,651
Default How to determine the STDEV of Avg?

How many groups of 10 are you planning to average from your 27 numbers? How
are you going to choose those groups? However you decide to take those
averages, you can then use the list of cells with the averages as the input
to your STDEV formula, but it isn't clear what you are trying to achieve
with the calculation.
--
David Biddulph

"Eric" wrote in message
...
Does anyone have any suggestions on how to deterine the STDEV of AVG(10
numbers) for following scores under column A?
I would like to return the STDEV on column B
Does anyone have any suggestions?
Thanks in advance for any suggestions
Eric

61%
99%
100%
72%
50%
71%
47%
57%
78%
73%
79%
95%
68%
69%
48%
45%
42%
44%
57%
62%
40%
41%
42%
46%
35%
32%
33%



  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,058
Default How to determine the STDEV of Avg?

With your data in A1 thru A27, the average is:
=AVERAGE(A1:A27)
or
0.58741 (which is about 58%)

The standard deviation is:
=STDEV(A1:A27)
or
0.19833

--
Gary''s Student - gsnu200753


"Eric" wrote:

Does anyone have any suggestions on how to deterine the STDEV of AVG(10
numbers) for following scores under column A?
I would like to return the STDEV on column B
Does anyone have any suggestions?
Thanks in advance for any suggestions
Eric

61%
99%
100%
72%
50%
71%
47%
57%
78%
73%
79%
95%
68%
69%
48%
45%
42%
44%
57%
62%
40%
41%
42%
46%
35%
32%
33%

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,059
Default How to determine the STDEV of Avg?

On Nov 3, 11:28 pm, Eric wrote:
Does anyone have any suggestions on how to deterine the
STDEV of AVG(10 numbers) for following scores under column A?


Your question is unclear because of ambiguous use of terminology.

If you mean the standard deviation of the __data__ in column A, I
would use STDEVP(A1:A27) if the data represents the entire population,
or STDEV(A1:A27) if the data represents a sample of a population. But
of course, those are 27 numbers, not "10 numbers".

If, instead, you mean the standard deviation of the averages of a
random sample of 10 of the 27 data -- aka the standard error -- I
would use the following formula:

=stdev(10 numbers) / sqrt(9)

where "10 numbers" is a range that contains 10 of the 27 data, chosen
randomly. One way to accomplish that is to put =RAND() into 27 cells
parallel to A1:A27, then use Data -- Sort to sort the column of
RAND() results and A1:A27 together. Then you can use STDEV(A1:A10) in
place of "stdev(10 numbers)" above.

Finally, if you intend to get N random samples of 10 of the 27 data,
and you truly want to take the standard deviation of the averages of
those N samples, unless you use a macro, I think you would have to put
each of the random samples into N columns (say C1:C10, D1:D10, etc).
That can be done with cut-and-paste-special-value by repeating the
sort procedure described above. Then, if you compute the average of
each column in row 11 (e.g. =AVERAGE(C1:C10) in C11), you could
compute the standard deviation of the averages using, for example,
STDEV(C11:J11) for 8 samples.

HTH.


----- complete previous posting -----

On Nov 3, 11:28 pm, Eric wrote:
Does anyone have any suggestions on how to deterine the STDEV of AVG(10
numbers) for following scores under column A?
I would like to return the STDEV on column B
Does anyone have any suggestions?
Thanks in advance for any suggestions
Eric

61%
99%
100%
72%
50%
71%
47%
57%
78%
73%
79%
95%
68%
69%
48%
45%
42%
44%
57%
62%
40%
41%
42%
46%
35%
32%
33%





Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
how do I get STDEV() 2 sigma? jimbo Excel Worksheet Functions 4 January 25th 06 07:49 AM
STDEV Kimo Excel Discussion (Misc queries) 3 January 13th 06 02:51 PM
StDev Results Michael Excel Discussion (Misc queries) 1 August 22nd 05 09:33 PM
STDEV...HELP JRH New Users to Excel 5 January 22nd 05 08:47 PM
GET NON-ZERO RESULTS USING STDEV FOR CERTAIN NUMBERS Non-zero return for Stdev Excel Worksheet Functions 2 December 16th 04 08:44 AM


All times are GMT +1. The time now is 05:59 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"