Question 1 of 6
| A | B | C | D | |
|---|---|---|---|---|
| 1 | Student | Score | Average | |
| 2 | Ada | 10 | ||
| 3 | Ben | 12 | ||
| 4 | Cara | 14 | ||
| 5 | Drew | 16 | ||
| 6 | Eve | 18 |
Standard Deviation - Free Excel Practice Online
This free, interactive exercise teaches you Standard Deviation in Excel through 6 hands-on steps. Instead of watching a video, you type the real formula into a live spreadsheet grid and get instant feedback on every answer. It is part of the Statistical Functions track and works right in your browser - no Excel install, no download, and no signup.
Practising Standard Deviation this way builds the muscle memory that transfers straight to using Excel at work, in interviews, or for certification prep. Work through the steps above, then keep going with the next lesson to build a complete, free Excel practice course.
What you'll practice in this Standard Deviation lesson
- Five scores sit in B2:B6. First get the centre: =AVERAGE(B2:B6). - 10, 12, 14, 16, 18 average to 14. Standard deviation measures how far the scores sit from this number.
- These five are a sample of a larger class. Sample standard deviation: =STDEV.S(B2:B6). - STDEV.S divides by nโ1 (here 4). Use this whenever the range is a sample, which is almost always. The older name STDEV does the same thing.
- If these five scores are the whole group, use the population function: =STDEV.P(B2:B6). - STDEV.P divides by n (5), so the result is a bit smaller than STDEV.S. Only use it when the range really is the entire population.
- Spread also has a simple top: the highest score. =MAX(B2:B6). - MAX is 18. AVERAGE + STDEV together describe the set better than MAX alone โ two classes can share a max of 18 and have very different scatter.
- A tight class: 13, 14, 14, 15, 14. Sample standard deviation: =STDEV.S(B2:B6). - These scores hug 14. STDEV.S comes out near 0.7 โ much smaller than the 3.16 on the spread-out set. Same average-ish centre, very different consistency.
- The old name still works. Type =STDEV(B2:B6) โ it is the same as STDEV.S. - STDEV is the compatibility name for STDEV.S. Prefer STDEV.S in new work so a reader can see you meant the sample formula.
Standard Deviation practice - FAQ
How do I practice Standard Deviation in Excel?
Open this free LogicExcel exercise and work through 6 interactive steps. You type the real formula into a live spreadsheet grid and get instant feedback on whether it is correct, plus an explanation - no Excel install and no signup needed.
Is the Standard Deviation exercise free?
Yes. Every LogicExcel exercise is 100% free with no account required. Your progress saves automatically in your browser.
What will I learn in this Standard Deviation lesson?
This lesson covers Standard Deviation as part of the Statistical Functions track. You practice the syntax step by step until it becomes muscle memory you can use at work.