Actual vs Budget or Target Chart in Excel - Variance on Clustered Column or Bar Chart (2024)

Learn how to display the variance between two columns or bars in a clustered chart or graph. Includes a step-by-step tutorial and free workbook to download. Great for displaying budget vs actual variances.

This post will explain how to create a clustered column or bar chart that displays the variance between two series. Actual vs Budget or Target.

Clustered Column Chart with Variance

Clustered Bar Chart with Variance

Overview

The clustered bar or column chart is a great choice when comparing two series across multiple categories. In the example above, we are looking at the Actual versus Budget (series) across multiple Regions (categories). The basic clustered chart displays the totals for each series by category, but it does NOT display the variance. This requires the reader to calculate the variance manually for each category.

However, the variance can be added to the chart with some advanced charting techniques. A sample workbook is available for download below so you can follow along.

This chart works when comparing any two numbers. It can be Actual versus Target, Forecast, Goal, Milestone, etc.

Download

Variance-on-Column-or-Bar-Chart-GuideDownload

The file below uses a slightly different technique by using a clustered column chart to display the variance, and then uses the Value from Cells option to display the data labels. This only works in Excel 2013. The advantage is that you can automatically display the variance label above the bar, and you don't have to move it manually as the numbers change.

Variance-on-Column-or-Bar-Chart-Guide-for-2013Download

Data Requirements

With any chart, it is critical that the data is in the right structure before the chart can be created. The following image shows an example of how the data should be organized on your sheet. It is a simple report style with a column for the category names (regions) and two columns for the series data (budget & actual data).

This technique only works when comparing two different series of data. This can include a comparison of any data type: budget vs. actual, last year vs. this year, sale price vs. full price, women vs. men, etc. The number of categories is only limited to the size of the chart, but typically you want to have five or less for simplicity.

Chart Requirements

The chart utilizes two different chart types: clustered column/bar chart and stacked column/bar chart. The two data series we are comparing (budget & actual) are plotted on the clustered chart, and the variance is plotted on the stacked chart.

The chart also utilizes two different axes: the comparison series is plotted on the secondary axis, and the variance is plotted on the primary axis. This puts the stacked chart (variance) behind the clustered chart (budget & actual).

How-to Guide

Data Calculations

The first step is to add three calculation columns next to your data table.

  • Variance Base– The base variance is calculated as the minimum of the two series in each row. This gives you the value for plotting the base column/bar of the stacked chart. The bar in the chart is actually hidden behind the clustered chart.
    _
  • Positive Variance– The variance is calculated as the variance between series 1 and series 2 (actual and budget). This is displayed as a positive result. An IF statement is used to return a blank value if the variance is negative. The blank value will not be plotted on the chart, and no data label will be created for it.
    _
  • Negative Variance –This is the same basic calculation as the positive variance, but we use the absolute function (ABS) to return a positive value for the negative variance. The negative variance needs to be plotted as a positive value to bridge the gap between the two series. Calculating this in a separate column allows us to assign the negative series a different color, so the reader can easily differentiate it from the positive variance.

How to Create the Chart

The example file (free download below) contains step-by-step instructions on how to create the column version ofthis chart. Creating the bar chart is the exact same process with stacked and clustered bars instead of columns.

The chart is not too difficult to create, and provides an opportunity to learn some advanced techniques.

  1. The first step is to create a Stacked Column Chart and add the five series to it.
    _
    _
  2. Series 1 (Actual) and Series 2 (Budget) need to be plotted on the secondary axis. Right-click on the Actual series column in the chart, and click “Format Data Series…”
    Actual vs Budget or Target Chart in Excel - Variance on Clustered Column or Bar Chart (8)
    _
    Select the “Secondary Axis” radio button from the Series Options tab.
    Actual vs Budget or Target Chart in Excel - Variance on Clustered Column or Bar Chart (9)
    _
    Repeat this for the Budget Series (series 2).
    _
  3. Change the chart type for series 1 & 2 to a Clustered Column Chart. Select the Actual series in the chart, or in the Chart Elements drop-down on the Layout tab of the Ribbon (chart must be selected to see the Chart Tools contextual tab).
    Actual vs Budget or Target Chart in Excel - Variance on Clustered Column or Bar Chart (10)
    _
    Click the Change Chart Type button on the design tab and change the chart type to a Clustered Column chart.
    .Actual vs Budget or Target Chart in Excel - Variance on Clustered Column or Bar Chart (11)
    _
    We can now start to see the chart take shape. The Acutal and Budget data are displayed in side-by-side columns for comparison. The Variance series are displayed in the background as a stacked column.
    Actual vs Budget or Target Chart in Excel - Variance on Clustered Column or Bar Chart (12)
    _
  4. Adjust the Gap Width property for both charts. The gap width can be changed in the Series Options tab of the Format Data Series window. This controls the width of the columns. A smaller number will create a larger column, or smaller gap between categories.
    Actual vs Budget or Target Chart in Excel - Variance on Clustered Column or Bar Chart (13)
    _
  5. Format the chart. The chart is just plain ugly with its default formatting options. We can make a few adjustments to make it more presentable.
    – Move the legend to the top and delete the 3 variance series.
    – Add a Chart Title.
    – Delete the Axis Labels.
    – Change the border and fill colors for the columns.
    – Delete the horizontal guidelines.
    _
    _
  6. Add the data labels. The variance columns in the data table contain a custom formatting typeto display a blank for any zeros:
    _(* #,##0_);_(* (#,##0);_(* “”_);_(@_)
    These blanks also display as blanks in the data labels to give the chart a clean look. Otherwise, the variance columns that are not displayed in the chart would still have data labels that display zeros.

    _
    The data labels for a stacked column chart do not have an option to display the label above the chart. So you will have to manually move the variance label above, and to the left or right of the column.

Additional Resources

Checkout my series of posts and videos on the column chart that displays percentage change.

I take you through a series of iterations to improve on the chart based on feedback from members of the Excel Campus community.

Conclusion

This chart is a great way to display the series data and the variance amount in one chart. The guide is meant to help you understand how to create and edit these charts to tell your story. The source data table is simple in structure, and the chart can be re-used with different data so you do not have to go through this process every time.

Please click here to subscribe to my free email newsletter to receive more great tips like this. You will also receive a free gift. It's a win-win! 🙂

What do you think? Do you use another type of chart to display variances?

Please leave a comment. 🙂

Actual vs Budget or Target Chart in Excel - Variance on Clustered Column or Bar Chart (2024)

FAQs

What is the best chart to show actual vs budget in Excel? ›

Radar Charts and Progress Charts are the best charts to show budget vs. actual spending. A Radar Chart compares multiple variables against each other. A Progress Chart shows how budget and actual spending have changed over time.

What is actual versus budget variance in Excel? ›

You can do this by creating a new column or range that subtracts the actuals from the budget. For example, if your budget is in column B and your actuals are in column C, you can use the formula =B2-C2 to get the variance for the first row. You can then copy this formula down to get the variance for all the rows.

What is the actual budget variance chart? ›

Unlike other chart types that show data directly, variance charts show the differences between two sets of data, such as actual versus budget or actual versus forecast. Below are two charts. The first shows sales versus budget data as a simple two-line chart, while the second shows the same data as a variance chart.

What type of chart is best for budget? ›

What chart is best for budgeting? Pie charts are effective for showing budget allocations. They visually represent how the budget is divided among different categories, making it easy to see proportions.

What is the best graph to show variance? ›

The waterfall chart is excellent for variance analysis and explaining how an “actual” result was different than a “budget” or how something has changed relative to an original data point.

How do you calculate budget actual variance? ›

A budget variance is the difference between the budgeted amount and the actual amount. It is calculated by subtracting the budgeted amount from the actual amount. Depending on whether the actual numbers are higher or lower than the budgeted amount. It can be expressed as a positive or negative number.

What is the difference between budget and actual dashboard in Excel? ›

Budget vs Actual Dashboard is an Excel Template that will assist to visualize the actual revenue achievement or expenditure incurred against the target. The purpose of comparing actual vs budget is to add value to the business through better planning, monitoring, evaluating, and controlling.

What is actual and budget variance dashboard? ›

A budget vs. actual dashboard visually compares an initiative's projected budget with the actual amount spent on the project thus far. In doing so, budget vs. actual dashboards make it simple to track whether projects are staying on budget and whether they're likely to exceed costs before the project is completed.

What is the best chart for forecast vs actual? ›

A control chart looks at how a process changes over time, with a central line for the average, an upper line for the upper control limit and a lower line for the lower control limit, determined from historical data. For example, a control chart is great to use for forecast versus actual residuals.

What is the best graph to show planned vs actual? ›

The Gantt chart is used for showcasing timelines. It is a date/time-based chart that allows plotting tasks with their exact start and end date/time. Milestones can also be defined to assert how much of the project should be completed by when. Broadly, this chart looks like an extended version of the bar chart.

How do you calculate variance between target and actual in Excel? ›

Get percent change

Following order of operations, Excel first calculates the difference between the values (the actual change in sales) then divides that result by the original, or "old" value to get the decimal value -0.3435: =(D6-C6)/C6 =(49500-75400)/75400 =-25900/75400 =0.0688 Note: you must format the result...

How to show budget variance in Excel? ›

Enter your actual and budgeted values into separate columns in an Excel spreadsheet. Calculate the difference between the actual and budgeted values by subtracting the budgeted values from the actual values. Calculate the percentage variance by dividing the difference by the budgeted values and multiplying by 100.

How do you display budget variance? ›

Budget Variance report can be viewed from the Trial Balance , Group Summary and Monthly Summary . Budget Variance is active if the option Maintain budgets and controls is enabled in Accounting Features, and at least one budget is created. 1. Go to Gateway of Tally > Display > Trial Balance .

What is a good budget variance? ›

A favorable budget variance happens when your actual figures are better than expected. Higher revenue or lower costs both count as favorable variances. Unfavorable variance, on the other hand, occurs when your real performance is worse than you anticipated.

How do you monitor budget vs actual? ›

By comparing the actual financial results with the budget, you can accurately assess the financial health of your business.
  1. 6 steps to calculate budget vs actuals variances. ...
  2. Gather the data. ...
  3. Subtract actuals from budgets. ...
  4. Interpret the variances. ...
  5. Investigate the causes. ...
  6. Take action. ...
  7. Monitor and repeat.
Sep 11, 2023

How do I create a budget chart in Excel? ›

How to create a budget in Excel using templates
  1. Navigate to the "File" tab. The "File" tab is on the top ribbon in Excel. ...
  2. Search for budgets. You can expect to see a bar on the new interface. ...
  3. Select a suitable template. Microsoft Excel has various budget templates to suit your specific situation. ...
  4. Fill the template.
Feb 12, 2024

Top Articles
Latest Posts
Article information

Author: Sen. Ignacio Ratke

Last Updated:

Views: 5652

Rating: 4.6 / 5 (76 voted)

Reviews: 91% of readers found this page helpful

Author information

Name: Sen. Ignacio Ratke

Birthday: 1999-05-27

Address: Apt. 171 8116 Bailey Via, Roberthaven, GA 58289

Phone: +2585395768220

Job: Lead Liaison

Hobby: Lockpicking, LARPing, Lego building, Lapidary, Macrame, Book restoration, Bodybuilding

Introduction: My name is Sen. Ignacio Ratke, I am a adventurous, zealous, outstanding, agreeable, precious, excited, gifted person who loves writing and wants to share my knowledge and understanding with you.