Excel Charts Cheat Sheet β€” Bar, Line, Scatter, Sparkline, Combo | Dataplexa

Excel Charts

Chart types & when to use  Β·  Insert & format  Β·  Axes & labels  Β·  Trendlines  Β·  Sparklines  Β·  Combo charts

Sheet 3 of 3 Excel 365 Beginner–Inter. Printable

Chart Type Quick Chooser

pick the right chart
Basic
πŸ“Š Clustered Column
Compare values across categories side by side. Best for ≀7 categories.
Basic
πŸ“ˆ Line
Show trends over time β€” sales by month, traffic by day.
Basic
πŸ• Pie / Doughnut
Part-to-whole for a single series. Keep slices under 6.
Basic
πŸ“‰ Bar (horizontal)
Long category names or ranking lists β€” easier to read than column.
Basic
πŸ“Š Stacked Column/Bar
Part-to-whole AND compare totals across categories at the same time.
Advanced
πŸ”΅ Scatter / Bubble
Correlation between two numeric variables. Bubble adds a 3rd dimension.
Advanced
🌑 Combo
Two metrics on different scales β€” e.g. Revenue (bars) + Margin % (line).
Advanced
🌊 Area
Cumulative totals over time. Stacked area = multiple series composition.
Modern
🟦 Treemap
Hierarchical part-to-whole. Great for large category breakdowns.
Modern
πŸ“‰ Waterfall
Running total with positive/negative increments β€” cash flow, P&L bridges.
Modern
πŸ”Έ Funnel
Sequential stages with declining values β€” sales pipeline, conversion.
Modern
✦ Sunburst / Histogram
Sunburst = multi-level pie. Histogram = frequency distribution of data.
Rule of thumb: Use column/bar for comparisons, line for trends, pie for composition (max 6 slices), scatter for relationships. When in doubt, start with a column chart.

Insert & Format a Chart

step by step
Create a Chart
  1. Select your data β€” include headers. Non-adjacent ranges: hold Ctrl while selecting.
  2. Insert tab β†’ Charts group β†’ pick chart type, or press AltF1 for instant default chart.
  3. Recommended Charts button shows Excel's smart suggestions based on your data.
  4. Chart appears on the sheet β€” drag to reposition, drag corner handles to resize.
  5. Move to own sheet: right-click chart border β†’ Move Chart β†’ New sheet.
The 3 Chart Tabs (appear when chart is selected)
TabWhat you can do
Chart Design Change chart type Β· Switch row/col Β· Add chart element Β· Quick Layout Β· Chart Styles Β· Move chart
Format Shape fill/outline Β· Text formatting Β· Size & position Β· Selection pane
PivotChart Analyze(Pivot charts only) Field buttons Β· Active field Β· Insert Slicer

Axes, Titles & Labels

format elements
Format Axis β€” double-click to open pane
Minimum / Maximum bounds
Format Axis β†’ Axis Options
β†’ set Minimum / Maximum
   (uncheck Auto to lock)

Number format on axis
Format Axis β†’ Number
β†’ Category: Currency / %
β†’ Custom: #,##0 "K"

Reverse axis order
Format Axis β†’ Axis Options
β†’ Values in reverse order βœ“

Logarithmic scale
Format Axis β†’ Logarithmic scale βœ“
Add & Format Chart Elements
Chart title
Click "+ " button (top-right)
β†’ Chart Title β†’ Above Chart
Click title text to edit inline

Data labels
+ β†’ Data Labels β†’ pick position
Double-click label β†’ Format
β†’ Label Contains:
  βœ“ Value  βœ“ Category  βœ“ %

Legend position
+ β†’ Legend β†’ Bottom / Right

Gridlines
+ β†’ Gridlines β†’ toggle on/off

Trendlines, Error Bars & Secondary Axis

analysis overlays
Add a Trendline
  1. Click a data series in the chart.
  2. Click the + button β†’ Trendline β†’ choose type.
  3. Double-click the trendline β†’ Format Trendline pane for options.
  4. Tick Display Equation on chart and/or Display R-squared to show fit quality.
TypeUse when
Linear Steady rate of increase/decrease
ExponentialGrowth/decay that accelerates
Polynomial Curved fluctuating data
Moving Avg Smooth out noisy time series
Power Data that increases at a set rate
Secondary Axis β€” Combo Chart
  1. Click a data series β†’ Format Data Series β†’ tick Secondary Axis. A second Y-axis appears on the right.
  2. Right-click chart β†’ Change Chart Type β†’ Combo β†’ choose a different chart type per series (e.g. Column + Line).
  3. Format each axis independently β€” right-click β†’ Format Axis.
Classic combo: Revenue as clustered columns on primary axis + Profit Margin % as a line on secondary axis β€” one chart tells the full story.
Error Bars & Reference Lines
Add Error Bars
Select series β†’ + β†’ Error Bars
β†’ Standard Error / Percentage
   / Standard Deviation
β†’ More Options for custom values

Add a target / average line
Add a new data series with
constant value = target
β†’ Change that series to Line
β†’ Format β†’ Dash type: Dashed
β†’ Label it "Target" in legend

Dynamic average line
Helper column:
=AVERAGE($B$2:$B$13)
Plot as second line series

Sparklines

in-cell mini charts
Insert Sparklines
  1. Select the cell where you want the sparkline to appear.
  2. Insert β†’ Sparklines β†’ Line / Column / Win/Loss.
  3. In Data Range, select the row of numbers (e.g. B2:M2).
  4. Click OK β€” a tiny chart appears inside the cell.
  5. To create for many rows at once, select all destination cells first, then set Data Range to all rows (e.g. B2:M10).
Format Sparklines
Sparkline tab appears when selected

Highlight special points
Sparkline tab β†’ Show:
  βœ“ High Point   βœ“ Low Point
  βœ“ First Point  βœ“ Last Point
  βœ“ Negative Points
  β†’ each gets a different colour

Change sparkline type
Sparkline tab β†’ Type:
  Line / Column / Win Loss

Axis β€” same scale across rows
Axis β†’ Vertical Axis Minimum:
  "Same for All Sparklines"
  (critical for fair comparison!)
Set the same axis scale for all sparklines in a group β€” otherwise each mini chart auto-scales to its own data, making rows look identical even when values differ greatly.

Formatting & Design Tips

polish
Quick Formatting Actions
Change series colour
Click series once β†’ Format Data
Series β†’ Fill β†’ Solid fill

Remove chartjunk (best practice)
βœ— Delete default gridlines
βœ— Remove 3D effects
βœ— Remove background fill
βœ“ Keep data labels instead
βœ“ Use direct labels over legend

Gap width (column/bar spacing)
Double-click bar β†’ Format Data
Series β†’ Gap Width: 40–80%
Link Chart Title to a Cell
Dynamic title that updates automatically
1. Click the chart title once
2. Click in the formula bar
3. Type  =  then click the cell
   that contains your title text
4. Press Enter

Now the title reads from that cell
β€” change the cell β†’ title updates

Useful for dashboards with
year/region selectors

Dynamic Charts & Dashboard Tips

auto-expand Β· interactive
Auto-expanding Chart with Table
  1. Format your data as a Table: Ctrl+T.
  2. Insert a chart from the Table.
  3. Add new rows to the Table β€” the chart updates automatically on next refresh.
  4. No need to manually extend the chart's data range ever again.
Dashboard Best Practices
Layout
βœ“ Dedicate one sheet to dashboard
βœ“ Place slicers at top or left
βœ“ Align charts to cell grid
  Hold Alt while dragging
  β†’ snaps to cell borders

Navigation
βœ“ Freeze top rows: View β†’
  Freeze Panes
βœ“ Hide gridlines: View β†’
  Show β†’ uncheck Gridlines
βœ“ Hide row/col headers too
Keyboard Shortcuts

Insert & Navigate

Alt F1 Instant chart (same sheet)
F11 Chart on new sheet
Ctrl C Copy chart
Ctrl V Paste chart

Select & Format

Esc Deselect element
↑ ↓ ← β†’ Cycle chart elements
Ctrl 1 Format selected element
Delete Remove selected element

Common Chart Mistakes to Avoid

best practice
Wrong Chart Type
βœ— Pie with 10+ slices β†’ unreadable
β†’ Use bar chart instead

βœ— Line chart for categories
  (not time-based)
β†’ Use column chart

βœ— 3D charts β€” distort perception
β†’ Always use 2D

βœ— Dual axis misused to imply
  false correlation
β†’ Label axes clearly
Axis Tricks (Misleading)
βœ— Y-axis not starting at zero
  (exaggerates small differences)
β†’ For comparisons: start at 0
β†’ For trends: broken axis is
   ok if clearly labelled

βœ— Inconsistent axis intervals
β†’ Format Axis β†’ Major Unit:
   set a fixed value

βœ— Missing axis title β€” reader
  doesn't know the unit
β†’ Always label axes with unit
Clutter & Colour
βœ— Too many series in one chart
β†’ Split into small multiples

βœ— Rainbow colours with no meaning
β†’ One colour for same category
   Highlight key bar in accent

βœ— Gridlines competing with data
β†’ Light grey gridlines or none

βœ— Legend far from data
β†’ Use direct data labels
   or move legend inside chart

Excel Charts Mastery Checklist

sheet 3 complete
Chart TypesKey point
Choose the right chart type column=compare, line=trend
Use combo for 2 metrics Column + Line + secondary axis
Show hierarchy Treemap / Sunburst
Show running totals Waterfall chart
Format & AnalyseKey point
Lock axis min/max Format Axis β†’ uncheck Auto
Add trend/forecast line + β†’ Trendline β†’ Linear
Link title to a cell = CellRef in formula bar
In-cell mini charts Insert β†’ Sparklines
DashboardKey point
Auto-expanding chart data Ctrl+T Table as source
Snap chart to cell grid Hold Alt while dragging
Instant chart shortcut Alt + F1
Hide gridlines for clean look View β†’ uncheck Gridlines
Microsoft Excel series complete! βœ“  Β·  You've covered Formulas, Pivot Tables, and Charts. Explore more on Dataplexa β€” Power BI, DAX Formulas, Tableau, and the full Analytics & BI cheat sheet collection.