How to Create a Histogram in Excel

How to Create a Histogram in Excel

One of the first things I learned when analyzing survey response data was that a bar chart of individual responses tells you almost nothing about the overall pattern — but grouping those responses into ranges and plotting the frequency of each range? That’s when the shape of the data actually reveals itself. That’s exactly what a histogram does, and it’s become one of my go-to charts whenever I want to understand how a dataset is distributed rather than just what its individual values are.

What Is a Histogram?

A histogram is a chart that groups continuous numeric data into ranges, called “bins,” and displays the frequency (count) of data points that fall into each bin as a bar. Unlike a regular bar chart, which compares distinct categories, a histogram shows the shape of a single continuous variable’s distribution — whether it’s roughly normal (bell-shaped), skewed to one side, or has multiple peaks.

When Should You Use a Histogram?

I reach for histograms when:

If your data is categorical (like product types or regions) rather than continuous numeric values, a regular bar chart is the better choice — histograms are specifically for numeric distributions.

Required Data Structure

You just need a single column of raw numeric values — no pre-grouping required, since Excel bins the data automatically. Here’s an example of raw exam scores:

Score
78
85
91
67
88
72
95
60
83
90

Just a plain list — the more data points you have, the more meaningful the resulting distribution shape will be.

Step-by-Step Instructions

Here’s exactly how I build one:

  1. Enter your raw numeric data in a single column.
  2. Select the data range, including the header.
  3. Go to the Insert tab.
  4. In the Charts group, click Insert Statistic Chart.
  5. Choose Histogram.
  6. Excel automatically determines bin ranges and plots the frequency of data points within each bin.

Formatting and Settings I Adjust

Once the chart appears, here’s what I always fine-tune:

A Practical Example

Say I’m analyzing exam scores for a class of 40 students. Plotting a histogram with bins of 10 points (0-10, 11-20, and so on) instantly reveals whether most students scored in the 70-90 range with a few low outliers, or whether the scores were split into two separate clusters — maybe suggesting two different study groups performed very differently. That kind of insight simply isn’t visible from a list of raw scores or even from an average score alone.

Common Mistakes to Avoid

Mistakes I’ve made or seen:

Troubleshooting Tips

If your histogram isn’t behaving:

Real-World Use Cases

I’ve used histograms for:

Best Practices

Before I finalize a histogram, I always check:

Histograms are one of the simplest yet most revealing charts you can build in Excel — they turn a flat list of numbers into a visible shape that tells you immediately whether your data is balanced, skewed, or clustered. Once you get comfortable adjusting bin width, you’ll find histograms becoming a default first step in almost any numeric data analysis.

Exit mobile version