In this guide
Appearance
Appearance
By Scot, 10+ years in IT support and helpdesk ·How these guides are checked
Select your data range, click the Insert tab, and choose a chart type (like a Column or Pie chart) to instantly visualize your data.
Checked against Microsoft 365 Roadmap, Office release notes - Current Channel and between 5 Aug 2026 and 12 Sep 2026. Nothing published in that period has been linked to this guide.
This article shows you how to create, format, and customize charts and graphs in Microsoft Excel to visualize your data. Charts make trends, comparisons, and patterns easier to understand at a glance — whether you are building a report, a presentation, or a dashboard.
In this guide
Charts work best when your data is clean and structured.
Organize your data in a table format — column headers in Row 1, data values in the rows below.
Example:
| Month | Sales | Expenses |
|---|---|---|
| January | 12000 | 8500 |
| February | 15000 | 9200 |
| March | 13500 | 8800 |
Remove any blank rows or columns within your data range — gaps can cause Excel to misinterpret the chart range.
Ensure numbers are formatted as numbers (not stored as text). If a cell shows a green triangle in the corner, click it and select Convert to Number.
Tip: Not sure which chart to use? Select your data, click Insert > Recommended Charts, and Excel will suggest the best chart types based on your data structure.
After inserting a chart, you can change its overall look using the Chart Design tab (appears when the chart is selected).
Chart elements include titles, labels, legends, and gridlines. You can add or remove them individually.
You can fine-tune the appearance of any part of the chart.
If you want the chart on a full-page sheet instead of embedded in the data worksheet:
Charts can be pasted into other Office documents while keeping a link to the source data.
Tip: For presentations, Keep Source Formatting & Link Data is ideal if you plan to update the numbers before presenting.
Start from the question you are trying to answer rather than from the chart gallery, because each chart shape answers a different kind of question well.
Almost every chart in a work report is doing one of four jobs: comparing categories, showing change over time, showing what a total is made of, or showing whether two numbers move together. Name the job first and the chart type stops being a matter of taste.
| The question you are answering | The chart that answers it | Why that shape works |
|---|---|---|
| Which of these is biggest? (comparing categories) | Clustered Column, or Bar when the category names are long | Every bar starts from the same baseline, so the eye compares lengths accurately. |
| What happened over time? (change over time) | Line, or Area when the total volume matters as much as the shape | A line reads left to right the way a timeline does, and the slope carries the message. |
| What is this total made of? (composition) | Stacked Column or Stacked Bar; Pie or Doughnut for a handful of slices | Segments of one bar add up to a visible whole, and you can still compare across bars. |
| Do these two numbers move together? (relationship) | Scatter (XY) | Each record becomes one point plotted against two numeric axes, so a pattern in the cloud is the answer. |
| Who is ahead? (ranking) | Horizontal Bar, sorted largest to smallest | Sorting does the work — the reader sees the order before reading a single label. |
| How far along are we? (progress to a target) | Bar with a target line added through Insert > Combo | The gap between the bar and the line is the number the reader wants. |
| Two measures on very different scales | Combo Chart (Insert > Combo), with the smaller series on a secondary axis | Keeps both visible when one is in millions and the other in percentages. |
Three charts people reach for and regret
Tip: Select your data and click Insert > Recommended Charts to see Excel's own suggestions with a live preview of each. It reads the shape of your data, which is a reasonable second opinion once you know what question you are asking.
A PivotChart is a chart drawn from a PivotTable rather than from a range of cells, so Excel does the grouping and totaling before anything is plotted.
A normal chart plots the cells you highlighted, exactly as they are. If your sheet holds 4,000 individual sales rows, there is nothing there to chart — you would first build a summary table of sales by month or by region, then chart that table. A PivotChart removes the middle step: it summarizes and plots in one object, and it stays interactive afterwards. Microsoft describes a PivotChart as a graphical view of the data in its associated PivotTable, and changes to the layout or data in either one appear immediately in the other.
Create a PivotChart from a list of records
Create one from a PivotTable you already have
How the two stay in step
When a PivotChart is the answer, and when it is not
| Reach for a PivotChart when | Reach for a normal chart when |
|---|---|
| The source is a long list of individual records rather than a summary. | The data is already a small, finished summary table. |
| You want to change what is being compared without rebuilding the chart. | The chart goes into a report or slide and must not change shape when someone clicks it. |
| The same data has to be shown by month this week and by region next week. | You need a Scatter (XY), Stock, or Bubble chart — those three cannot be used as PivotCharts. |
| New rows arrive regularly and you want one Refresh to update everything. | You need full control of every visual detail with no risk of a refresh undoing it. |
If a PivotChart needs a chart type it cannot use, copy the PivotTable's results into blank cells, paste them with Paste Special > Values, and chart that range as a normal chart. The copy stops updating with the source — which is the point, and also the cost.
PivotTables have their own guide, including field layout, grouping, and refreshing: How to Create a PivotTable in Excel.
TIP
If your chart looks wrong after inserting it, the most common fix is to click Chart Design > Switch Row/Column — this swaps the axes and usually resolves layout issues immediately.
| Symptom / Error | Potential Cause | Solution |
|---|---|---|
| Chart shows wrong data or is blank | Wrong cells selected or blank rows in data | Re-select the correct data range: right-click the chart > Select Data > update the range. |
| Axes are swapped (months on Y-axis) | Row/column orientation is incorrect | Click Chart Design > Switch Row/Column. |
| Pie chart has too many slices | Too many categories in the data | Combine smaller categories into an "Other" group, or use a bar chart instead. |
| Numbers on axis are cut off | Axis scale is too large or too small | Double-click the axis > adjust Minimum, Maximum, and Major unit values in the Format pane. |
| Chart does not update when data changes | Chart range does not include new rows | Right-click the chart > Select Data > expand the data range to include new rows. Using an Excel Table (Ctrl + T) avoids this by auto-expanding. |
| Data labels overlap and are unreadable | Too many data points with labels | Remove data labels and use axis values instead, or display labels only on key points. |
| Scatter, Stock, or Bubble is unavailable in Change Chart Type | The chart is a PivotChart | A PivotChart can be any chart type except xy (scatter), stock, and bubble. Copy the PivotTable's results into blank cells, use Paste Special > Values, and chart that range as a normal chart. |
| Trendline or data labels vanish after a refresh | Not preserved on PivotChart refresh | Layout, style, and added chart elements survive a PivotChart refresh; trendlines, data labels, and error bars do not. Re-add them after refreshing, or chart a static summary range instead. |
| One series is a flat line along the bottom | Two measures on very different scales | Right-click the flattened series, choose Format Data Series, and set Plot Series On to Secondary Axis. Label both axes afterwards — without labels the reader cannot tell which line belongs to which scale. |
| A 3-D chart makes the front bars look larger | Perspective, not a data problem | The 3-D plot area draws distant bars smaller than near ones holding the same value. Click Chart Design > Change Chart Type and pick the flat equivalent. |
IT Tip Tuesday
Get a short, actionable IT tip in your inbox every week.
Nothing loads from beehiiv until you click. Once it does, the form sets beehiiv's own cookies and loads beehiiv's own analytics.