Excel Distribution Chart

If you just need to excel distribution chart and move on, the boxed answer at the top is all you need. The rest of this page is for when you want to understand why it works in Excel, adapt it to a trickier version, or make it robust enough to hand to a colleague. We keep the opening short on purpose — the depth is here when you want it, not in your way when you don’t.

Exact answer

In Excel: select the numeric data, choose Insert ▸ Statistic Chart ▸ Histogram, then adjust bin width or number of bins from the horizontal axis options.

Annotated stepsExcel
1

Put the numeric values in one clean column without totals.

2

Select the values and choose Insert ▸ Statistic Chart ▸ Histogram.

3

Right-click the horizontal axis and tune bin width, number of bins, overflow or underflow bins.

4

Add a title that states the measured variable and period.

Ctrl+CthenCtrl+Shift+V+Cthen+Ctrl+VPaste values · WindowsMac

What this does

A histogram groups numeric values into bins and shows how many values fall into each bin. Unlike a bar chart, the x-axis represents continuous numeric intervals, so bin width controls the story. It is the right chart for distributions: order sizes, ages, scores, response times and measurement error. Keep the inputs visible and clearly labelled and the whole thing stays auditable — anyone who opens the file later, including you, can see at a glance exactly what feeds the result and change one assumption without hunting through the formula. Treat “excel distribution chart” as a small repeatable workflow rather than a one-off click you hope to remember next time. Use a small test block before the live file, so any surprise in the affected chart shows up while it is still harmless. When this is a ribbon command, the selection matters more than the button: confirm the range, apply the command, then spot-check the output before saving. That turns a visual that makes the number obvious at a glance into a method you can reuse, explain, and defend when the workbook leaves your screen.

A worked example

A2:A101 contains 100 delivery times in days. Select the values and insert a Histogram. If Excel picks bins of 0-2, 2-4 and 4-6 days, you can right-click the horizontal axis and set Bin width to 1 to see a clearer daily distribution. Histograms quickly reveal spread, skew, clusters and outliers, which makes them useful before averages, forecasts and process decisions. If there is any chance you will reuse this, drop it into a small template tab right now: a labelled input area on the left and the formula beside it, checked once against the tool above. Next time the same question comes up, the answer is a single paste away instead of a rebuild from memory.

In Google Sheets

Everything above works in Google Sheets too. Excel and Sheets share the formula syntax used here; only the surrounding menus are arranged differently. That portability is deliberate — learn it once and it follows you between the two tools and across Windows and Mac. Keep this page bookmarked for the next time the same question comes up. Better still, rebuild the example once in your own sheet — doing it yourself, with the tool above to check against, is what turns a copied formula into a technique you own. The short version of “excel distribution chart”: the answer is at the top of this page, the tool proves it on your own numbers, and the sections above explain why it holds so the next variation does not stump you. Excel rewards people who reference cells instead of typing values and who keep inputs separate from formulas, because that is what makes a result you can audit months later. Build it once, deliberately, with the live tool as a check, and you convert a one-off lookup into a reusable skill — which is the whole point of learning the why and not just the what.

Common mistakes

  • Using text categories instead of numeric values.
  • Leaving totals or summary rows inside the selected data.
  • Accepting automatic bins when they hide important clusters or outliers.
  • Comparing two groups in one histogram without consistent bins.

Frequently asked questions

What is a histogram used for?

It shows the distribution of numeric values by counting how many fall into each interval.

How do I change histogram bins?

Right-click the horizontal axis, open Axis Options and change bin width or number of bins.

Histogram or bar chart?

Use a histogram for numeric intervals; use a bar chart for separate categories.