How to Create a Box and Whisker Plot in Excel

How to Create a Box and Whisker Plot in Excel

I picked up box and whisker plots during a statistics course, and honestly, I didn’t appreciate how useful they were until I started using them on real workplace data — comparing salary ranges across departments, or test score distributions across different classes. A single average number hides so much (are the scores tightly clustered or wildly spread out?), and a box and whisker plot answers that question in one compact visual. Here’s how I build them in Excel.

What Is a Box and Whisker Plot?

A box and whisker plot (also called a box plot) is a statistical chart that summarizes a dataset’s distribution using five key values: the minimum, first quartile (Q1), median, third quartile (Q3), and maximum. The “box” spans from Q1 to Q3 (representing the middle 50% of the data, known as the interquartile range), with a line inside marking the median. “Whiskers” extend from the box to the minimum and maximum values, and individual points beyond a certain range are often plotted separately as outliers.

It’s one of the most efficient ways to compare the spread and central tendency of multiple groups of data side by side.

When Should You Use a Box and Whisker Plot?

I use box plots when:

If you only care about a single summary number per category (like total sales), a bar chart is more appropriate — box plots are specifically for showing distribution and spread.

Required Data Structure

You need your raw, individual data points organized by category, not pre-summarized. Excel calculates the quartiles and median automatically from the raw values. Here’s an example comparing test scores across three classes:

ClassScore
Class A78
Class A85
Class A91
Class A67
Class A88
Class B72
Class B95
Class B60
Class B83
Class B90

Each row is one individual data point, with a category label next to it — not an average. Excel needs the raw data to calculate the statistical summary itself.

Step-by-Step Instructions

Here’s exactly how I build one:

  1. Enter your raw data in two columns: category and value, with multiple rows per category as shown above.
  2. Select the full data range, including headers.
  3. Go to the Insert tab.
  4. In the Charts group, click Insert Statistic Chart.
  5. Choose Box and Whisker.
  6. Excel automatically calculates the quartiles, median, and outliers for each category and generates the chart.

Formatting and Settings I Adjust

Once the chart is built, here’s what I typically refine:

A Practical Example

Suppose I’m comparing exam scores across three classes. The box plot immediately reveals that Class A has a tight, high-scoring distribution (small box, high median), Class B has a much wider spread (larger box, more variability), and Class C has a couple of clear outliers pulling its average down. A simple bar chart of average scores would have completely hidden this — it might have shown Class B and Class A with similar averages, masking the fact that Class B’s scores are far more inconsistent.

Common Mistakes to Avoid

Mistakes I’ve run into:

Troubleshooting Tips

If your box plot isn’t working as expected:

Real-World Use Cases

I’ve used box and whisker plots for:

Best Practices

Before I finalize a box plot, I always check:

Box and whisker plots pack an enormous amount of statistical insight into a compact visual, revealing spread, skewness, and outliers that a simple average completely hides. Once you’re used to feeding Excel raw data instead of summaries, this chart type becomes one of the most efficient ways to compare distributions across groups.

Exit mobile version