Unit 2: Charts and Graphs in Excel

Table of Contents

1. Creating Charts and Graphs in Excel

Charts are visual representations of your data. Using the right chart type is essential for communicating your findings clearly.

General Steps to Create Any Chart:

  1. Select Data: Select the cells containing the data you want to plot. Include the headers (labels) for your data.
  2. Insert Chart: Go to the Insert tab on the Ribbon. In the Charts group, you will see icons for all the major chart types.
  3. Choose Chart Type: Click the icon for the chart you want (e.g., Column or Bar Chart, Line Chart).
  4. Refine: Once the chart appears, you can use the Chart Design and Format tabs (which appear when the chart is selected) to customize it.

2. Bar Charts

Also known as Column Charts (if vertical). They are used to compare frequencies or values across different categories.


3. Line Graphs

Line graphs are used to show trends over time or another continuous sequence.


4. Pie Charts

Pie charts are used to show the proportions of categories as part of a whole (100%).


5. Scatter Plots

Scatter plots are used to visualize the relationship between two quantitative variables. This is the standard chart for correlation and regression analysis.


6. Customizing Charts and Adding Visual Elements

A basic chart is rarely ready for a final report. It must be customized.

When your chart is selected, click the "+" icon (Chart Elements) on the top-right to add/remove:

Other Formatting:


7. Formatting and Labeling Axes

This is one of the most important parts of chart customization.

  1. Add Axis Titles: Click Chart Elements ("+") > Axis Titles. Click the new text boxes on the chart to type your labels.
  2. Format the Axis Scale:
    • Right-click the axis you want to change (e.g., the numbers on the Y-axis).
    • Select Format Axis...
    • A Format Axis pane will open. Under Axis Options, you can set:
      • Bounds (Min/Max): Change the start and end values of the axis (e.g., start at 0 instead of -10).
      • Units (Major/Minor): Change the spacing of the gridlines and labels.
      • Number: Change the number format (e.g., to Currency, Percentage, or add/remove decimal places).

8. Adding Trendlines

A trendline (or line of best fit) is a line superimposed on a chart to show the general pattern or direction of the data. It is most often used on Scatter Plots and Line Graphs.

  1. Create your chart (e.g., a Scatter Plot).
  2. Select the chart.
  3. Click the Chart Elements ("+") icon.
  4. Check Trendline.
  5. For more options, click the small arrow next to Trendline and select More Options...
  6. In the Format Trendline pane, you can select the type of fit:
    • Linear: A straight line (for linear regression).
    • Polynomial: A curved line (for polynomial regression).
    • Exponential: For exponential growth.
  7. (Most Important) Check the boxes for "Display Equation on chart" and "Display R-squared value on chart". This is the core of regression analysis (covered in Units 4 & 5).