
Excel provides useful statistical functions for finding the standard deviation of a data set. In general, these standard deviation functions retrieve a set of values stored in a worksheet range and then make the expected calculation.
A standard deviation, just to remind readers, is a common measure of describing the spread of observations in a distribution. A standard deviation is related to another statistical measure, the variance. A standard deviation is equal to the square root of the variance.
Standard Deviation of a Sample with the STDEV Function
To find the standard deviation of a sample, ignoring logical values and text, use the STDEV function. This function has the following syntax:
=STDEV(data set range)
For example, to find the standard deviation in the worksheet containing a 10-game sample
of a bowler's scores stored in the worksheet age B2:B11, you could enter:
=STDEV(B2:B:11)
Standard Deviation of a Sample with the STDEVA Function
To find the standard deviation of a sample, and include cells containing the logical value
TRUE as 1 and cells containing text or the logical value FALSE as 0 (zero), you use the
STDEVA function. This function has the following syntax:
=STDEVA(data set range)
Standard Deviation of a Population with the STDEVP Function
To find the standard deviation of a population, ignoring logical values and text, use the STDEVP function. This function has the following syntax:
=STDEVP(data set range)
Standard Deviation of a Population with the STDEVPA Function
Finally, to find the standard deviation of a population, and include cells containing the logical value TRUE as 1 and cells containing text or the logical value FALSE as 0 (zero), use the STDEVPA function. This function has the following syntax:
=STDEVPA(data set range)
A Final Note About the Data Set Range Argument
One other, final point is worth making: You can include multiple worksheet ranges as your data set range. For example, if you were calculating the standard deviation of a population using the STDEVP function and had your data stored in several different worksheet ranges, your function might look like this:
=STDEVP(B2:B:11,U81:I812,Z100:Z200)
- April 2011
- March 2011
- February 2011
- June 2008
- December 2007
- July 2007
- June 2007
- May 2007
- April 2007
- February 2007
- January 2007
- December 2006
- November 2006
- October 2006
- September 2006
- August 2006
- July 2006
- June 2006
- May 2006
- April 2006
- March 2006
- February 2006
- January 2006
- December 2005
- November 2005
- October 2005
- September 2005
- August 2005
- July 2005

In Outlook 2003, how do you make an email acct automatically download emails into a specified folder?
This is for Outlook (not Outlook Express), that came with Microsoft Small Business 2003.
I have several email acounts (work, home, one for each website, etc.). I know how to create an email account in Outlook (Go to Tools – Email Accounts …). I need to know how to make one of those email accounts download into a new folder I created for each email account (rather then putting ALL the emails into the Inbox). Please let me know, and please provide detailed steps (or links to tutorials). Thanks!
[Translate]
OK. You click on tools then go to rules and alerts. click on the e-mail rules tab. then click on add new rule. then from there you just follow the directions. you can create a rule from a template which is probably the best for what you want to do. you can create a rule to move e-mails to a folder based on who it sent from or other ways. Hope this helps!
[Translate]
Web Design?
Hey I’m a piano tutor in Glasgow and I’ve just recently designed a website (using Microsoft Office Small Business) to help me. The website shows information regarding prices, etc but theres something else that I want to be able to do. I want to be able to give each student a login username and password to a secured area of the site so that they can view their account history (i.e. payments, etc) and when their next lesson/payment is due as well as being able to download anything they need to (i.e. homework/music). If you could help me then this would be great.
Thanks
[Translate]
You would need a database to house the information, and front-end web pages with forms as a previous poster mentioned, where the users input their user ID and password. This can be done in a very secure way, provided you have someone that knows how to set this sort of thing up. Have you tried calling technical support for the product?
On a less serious note, I’d love to take care of it for you if it means I’d get to go to Glasgow..wow! ;-P
[Translate]