Histogram Graph in Excel

If you just need to histogram graph in excel 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. The same idea underpins a lot of everyday Excel work, so the few minutes spent getting it right here pay back across every sheet you build afterwards. Treat it as a pattern, not a one-off, and it stops being something you look up and starts being something you reach for. For “histogram graph in excel”, the reliable version is a short checking loop, not just the first command that appears to work. Run it on a deliberately small range first, watch how the affected chart change, and only then apply the same setup to the full sheet. 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 is what makes a visual that makes the number obvious at a glance useful in real work: repeatable, auditable, and not dependent on memory or luck.

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

If you are in Google Sheets rather than Excel, the good news is that the formula shown here is identical and the workflow barely changes — menus sit across the top instead of in a ribbon, and a few function names differ slightly, but anything you build here moves across with little or no rework. Nothing on this page is behind a login: the tool runs entirely in your browser, the formula is shown in full with one-click copy, and the steps work the same on Windows and Mac. That is the whole promise here — the exact answer, a way to prove it on your own numbers, and just enough context to make it stick. The short version of “histogram graph in excel”: 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.