Statoria Brand LogoStatoria
Descriptive statistics

Standard Deviation in Excel: How to Calculate, Interpret, and Report It Correctly in APA Format

4 min read

Standard deviation is the first descriptive statistic every thesis results section reports - and the one most often calculated wrong or confused with standard error. The wrong Excel formula gives you the wrong number silently. Reporting SEM instead of SD makes your data look far more consistent than it is. This guide shows you which formula to use, how to distinguish SD from SEM, and the exact APA format.

Free sample chapter

Data Analysis From Survey to Results

Step-by-step guidance for choosing the right test, running it, and writing up APA results - in plain language, not theory. Get the free sample chapter when you join the waitlist.

Key takeaways

  • Always use =STDEV.S() for thesis data - it calculates sample SD; =STDEV.P() is only for complete populations, not samples.
  • SD describes your sample's spread; SEM describes precision of your estimate - for descriptive tables, always report SD.
  • APA format: always pair M and SD together - 'M = 70.4, SD = 8.3' - never report one without the other.
  • The coefficient of variation (SD/M × 100) allows comparing variability across variables measured on different scales.
  • If two groups have the same mean but different SDs, variances are unequal - run Levene's test and use Welch's t-test.

What Standard Deviation Actually Measures

Standard deviation (SD) measures how spread out the values in a dataset are around the mean. A small SD means most values are close to the mean. A large SD means values are spread out widely.

Example: two classes both have a mean exam score of 70. Class A has SD = 5 (most students scored 65–75). Class B has SD = 20 (scores ranged from 30 to 100). Same mean, very different distributions.

SD is always in the same units as the original variable. If you measured weight in kilograms, SD is in kilograms.

Excel Formulas: STDEV.S vs. STDEV.P - Which to Use

Use the correct formula for your data type. Using the wrong one silently gives you a slightly different number.

FormulaCalculatesWhen to UseDivides by
=STDEV.S(range)Sample SDThesis data - a sample from a larger population (almost always)n − 1
=STDEV.P(range)Population SDOnly if your dataset IS the entire population (very rare)n
=STDEV(range)Sample SD (legacy)Same as STDEV.S - works but less explicitn − 1
⚠️

If you surveyed 80 students at one university, that is a sample - use =STDEV.S(). Only use =STDEV.P() if you have data on every member of the entire population (e.g., all students in a single class with no intention to generalise).

SD vs. SEM: Which to Report in Your Thesis

This is the single most common descriptive statistics mistake in student theses.

StatisticWhat It MeasuresWhen to Report ItFormula
SD (Standard Deviation)Spread of individual values in your sampleDescriptive tables, group comparisons=STDEV.S()
SEM (Standard Error)Precision of your sample mean estimateConfidence intervals, error bars in figures=STDEV.S() / SQRT(N)

APA Format for Reporting SD in Your Thesis

APA format requires M (mean) and SD (standard deviation) always together. Never report one without the other.

  • In text:
  • "The mean exam score was M = 70.4 (SD = 8.3)."
  • or: "Participants scored M = 70.4, SD = 8.3 on the exam."

In a results table: use column headers M and SD (not "Mean" and "Standard Deviation").

Do not use parentheses in table cells - the column headers provide the label.

APA uses two decimal places for means and SDs unless precision requires more.

Frequently asked questions

Should I report standard deviation or standard error in my results table?

For describing your sample (descriptive statistics): report SD. For confidence intervals or error bars in figures: report SEM or 95% CI. In most thesis results sections, SD is the correct choice for descriptive tables.

What is a normal or acceptable standard deviation?

There is no universal benchmark - SD depends entirely on the scale of your variable. A SD of 5 points is small for an exam scored out of 200, but large for a 7-point Likert scale. What matters is the coefficient of variation (SD/mean): values above 30% indicate high variability relative to the mean.

My standard deviation is larger than my mean - is that a problem?

Not necessarily, but it is worth investigating. It means your data has high variability relative to the average. Check for outliers, data entry errors, or a bimodal distribution (two clusters of values). It may also be appropriate - some variables (income, response times) naturally have high variability.

Can I calculate standard deviation in Excel without the Data Analysis ToolPak?

Yes. The =STDEV.S() function works directly in any cell without any add-in. Just type =STDEV.S(B2:B51) where B2:B51 is your data range. The Data Analysis ToolPak is needed for more complex analyses like t-tests, ANOVA, and regression, but not for basic descriptive statistics like mean and SD.

What does it mean if two groups have the same mean but different standard deviations?

It means the groups are equally centred on average but differ in how spread out their data is. If Levene's test confirms the variances are significantly different, use Welch's t-test instead of the standard independent samples t-test. Always report both M and SD for every group in your thesis results.

Free tool

Not sure which statistical test to use?

Answer 5 quick questions about your research design and get the right test - with an explanation of why - in under two minutes.

Statoria Team

Statistics educators & software developers

We build Statoria to help bachelor and master students get through their thesis data analysis without stress. Our guides are written by researchers with experience in social science statistics and student supervision.

Related guides