Highlight the data including its headers, go to the Insert tab, pick the chart type that matches your data shape, then spend two minutes fixing the defaults. The insert part takes seconds. Everything that makes a chart readable happens in the cleanup afterward.
Pick the chart type from the data, not from taste
The shape of your data decides the chart. Choosing by appearance is how people end up with a pie chart carrying eleven slices.
| What you have | Use | Avoid |
|---|---|---|
| Values over time | Line chart | Pie, stacked bar |
| Comparing categories | Bar or column | Line |
| Parts of one whole | Pie, up to five slices | Pie with many slices |
| Two numeric variables | Scatter | Line with markers |
| Distribution of one variable | Histogram | Column of raw rows |
Horizontal bars beat vertical columns whenever the category names are long, because the labels stay readable instead of turning sideways.

The actual clicks
- Clean the data into a rectangle. One header row, one row per record, no merged cells, no blank rows in the middle. Merged cells are the single biggest cause of charts that come out scrambled.
- Select the range including headers. Click the top left cell, then shift click the bottom right. Headers become your series names, which saves relabeling later.
- Open the Insert tab and choose a chart. The path is roughly Insert, then the chart group in the ribbon. Recommended Charts sits at the left of that group. Menu positions shift between Excel versions and between Windows and Mac, so look for the chart icons rather than a fixed spot.
- Fix the axis if the labels look wrong. Right click the chart, choose Select Data, and use the horizontal axis panel to point at your label column.
- Add a title that states the finding. Click the title box and type. “Orders fell after March” beats “Orders by month,” because the reader gets the point without decoding the shape.
- Delete what you do not need. Click gridlines and press Delete. Click the legend and delete it if there is only one series. Both are on by default and both usually add noise.
Defaults worth changing every time
- Axis starting point. For bar and column charts the value axis must start at zero, or differences get exaggerated. Excel sometimes picks a non-zero floor on its own.
- Number formatting. Right click the axis, open Format Axis, and set thousands separators or a currency symbol so readers are not counting digits.
- Colors. The default palette assigns a different color to every series even when only one matters. Gray out the rest and color the one series you are talking about.
- Data labels. If there are fewer than about a dozen points, turn labels on and delete the value axis entirely. Numbers on the bars read faster than numbers on a scale.
Make the chart update itself
Convert the source range to a table first. Select the data, press Ctrl and T on Windows or Command and T on Mac, confirm the headers box, then build the chart from that table. New rows added at the bottom flow into the chart automatically, so you are not resetting the range every month.
If you paste the chart into a document or slide deck, decide deliberately whether to keep it linked to the workbook or paste it as a picture. Linked charts update but break when the file moves. A picture never updates but never breaks.