Variance Analysis in Excel - Making better Budget Vs Actual charts - PakAccountants.com (2024)

Either it is about daily life or business, we almost all the time in our minds comparing the actual results with our plans. Though we can talk numbers and percentages but the way charts tell the stories is unbeatable. However, variance charts are often tricky as you have three things to report:

  1. planned figures
  2. actual figures
  3. variances i.e. the difference between plan and actual figures which can either be favourable and unfavourable.

Charting three elements together is not a problem at all, the problem is to convey the story in the most meaningful possible way which boils down to the way we present it. Those of you who are interested in knowing what is variance analysis read this post as it describes the concept in easy words: What is variance analysis?

Table of Contents

Following is the cool sales variance chart that we are going to learn today:

Variance Analysis in Excel - Making better Budget Vs Actual charts - PakAccountants.com (1)

Download Fully Worked Excel file

Don’t have time to go through the whole tutorial? You can now download the file for a little premium instantly and can read the tutorial later too!Buy Now

Got a question? Contact details are here

Spoiler alert! Following are few things we will be learning in this tutorial:

  1. Making conditional charts or multi color bar charts to separate the favourable and unfavourable variances.
  2. Understanding how primary and secondary axis work
  3. Adjusting the scale of graph
  4. Custom number formatting using symbols
  5. Custom data labels in excel charts or should I say dynamic data labels 🙂

And few other things of course like using NA() function. So lets get started!

Download this excel tutorial workbook to practice the concepts taught in this tutorial.

Prepping the engine! Getting basics done

Step 1: Download and open the workbook. It already containsa simple sales data with actual and planned figures.

Step 2: Go to cell A22 and type the headingActual < Plan.In this column we will find if actual results are less than the planned ones. So what we are looking for is simple TRUE or FALSE for each month. Put this formula in cell A23 and drag the fill handle down to cell A34 so that we have the results for all the months:

=B2<C2

Variance Analysis in Excel - Making better Budget Vs Actual charts - PakAccountants.com (2)

Step 3: Go to cell B22 give heading Variance. In cell B23 put the following formula and drag the fill handle to cell B34:

=ABS(B2-C2)

Variance Analysis in Excel - Making better Budget Vs Actual charts - PakAccountants.com (3)

The reason of using absolute values instead of simple ones is to simplify the charting process as handling negative and positive figures may become a little tedious in charts to present the way want.

Step 4: From this point forward things are quite interesting and theActual < Plancolumn will play an important part in it. Go to cell C22 and make a headingPlaceholder.This column will help us fetch the actual or plan figure whichever is lower. Put this formula in cell C23 and copy the same down to cell C34:

=IF(A23,B2,C2)

Variance Analysis in Excel - Making better Budget Vs Actual charts - PakAccountants.com (4)

Step 5: As I said before we need to present favourable and unfavourable results in different colours therefore we need two different data sets i.e. one for green color (favourable variance) and one for red color (unfavourable variance).

Now the concept here is that variance can either be positive or negative but as we are reporting them in two separate data sets therefore if we have favourable variance then we will have the number in green column whereas nothing in red column. Similarly if variance is unfavourable then result will be pulled in red column but nothing in the green column.

Go to cell D22 and make a headingRedand in cell E22 make a headingGreen. In cell D23 to D34 put the following formula:

=IF(A23,B23,NA())

Variance Analysis in Excel - Making better Budget Vs Actual charts - PakAccountants.com (5)

Go cell E23 and put this formula down to cell E34:

=IF(A23,NA(),B23)

Variance Analysis in Excel - Making better Budget Vs Actual charts - PakAccountants.com (6)

Up to this point the core items we needed to make the graph are already in place, but to give the finishing touches in more elegant way we need three more columns. Two columns will help us report cumulative figures if we like to report on chart and third one will be help us give custom data labels to help make the chart easier to understand.

Step 6: We will continue with the same concept as we did with variances to split the figures in two columns. Using same concept we will have to additional columns with the name Over and Under.Both columns will home the actual figures but if actual figure is greater than plan then it will show up in Over column and if lesser than plan then it will show up in Under column.

Go to cell F22 and give heading Overand in cell F23 put this formula and drag the fill handle down to F34:

=IF(A23,NA(),B2)

This formula is checking if Actual value is less than plan value then show nothing otherwise get the value in cell B2.

Go to cell G22 and give heading Underand in cell G23 put this formula and drag it down to cell G34:

=IF(A23,B2,NA())

This formula is doing the opposite as it is fetching the value if actual figure is less than plan then show the value in B2 otherwise show nothing. Following animation shows the step 6:

Variance Analysis in Excel - Making better Budget Vs Actual charts - PakAccountants.com (7)

Step 7: Now to final column which will help us to have custom data labels. Go to cell H22 and put heading Data labels and put this formula in cell H23:

=B2-C2

Drag the fill handle down to cell H34 to get the values for other months as well. Select the figures in cell H23:H34 and hit Ctrl+1 to invoke format cell dialogue box. Make sure number tab is active (which is by default). Click custom from the left list. Now we need to punch in few symbols like arrow pointing up if value is positive and arrow pointing downward if value is negative. To get this down follow these steps:

  1. Press and hold Alt key on the keyboard and on the numpad hit key 3 and 0 and release Alt key. This will insert a arrow pointing upward. Then punch in 0 followed by colon ;. This complete the format for positive numbers.
  2. Press and hold Alt key and then press 3 and 1 on the numpad and let go the Alt key. This will insert arrow pointing downward. Punch in 0 followed and then colon. This complete the format for negative figures.
  3. For zero figures put this: “-” this will show a dash if the result is zero.

Variance Analysis in Excel - Making better Budget Vs Actual charts - PakAccountants.com (8)

Firing up the engine! Getting chart done

Step 1: Select Placeholder, Red, Green, Over and Under columns with figures. Click Insert tab in the ribbon click column button in charts group and select the first chart type under 2D. You will get the chart that looks something like this:

Variance Analysis in Excel - Making better Budget Vs Actual charts - PakAccountants.com (9)

Step 2: Click somewhere in chart to activate (select it) it and lets clear out few things we don’t need by following these steps:

  1. Under chart tools ribbon options click layout and click gridlines > primary horizontal gridlines > select none.
  2. Click legends > select none

Variance Analysis in Excel - Making better Budget Vs Actual charts - PakAccountants.com (10)

Step 3: Right click on chart somewhere empty area and click select data. Click Add button. With the series name box still active click cell C2. Move the cursor to series value input field. Delete anything in it and then select the values in the Plan column. Click OK. This will add another variable in the chart.

Variance Analysis in Excel - Making better Budget Vs Actual charts - PakAccountants.com (11)

Step 4: Time to make major changes that includes not only cosmetic changes but also the way each series is plotted on the graph. So pay very close attention to the treatment on each item:

  1. Plan series
    Position: Click anywhere in chart to activate it and also chart tools. Click format tab under chart tools and from the current selection group select Plan series. Look in the formula bar and look at the digitat the end. Change it 1. In my case it was 6.
    Presentation: With Plan series still selected and under format tab click format selection button under current selection group. Format data series box will open up. Set overlap percentage to 0% and gap width to 40%
    Color: If you like to change color of Plan series, now is the time as it is still selected. I changed the color to grey by changing color from shape fill drop down. Following animation shows all the steps.Variance Analysis in Excel - Making better Budget Vs Actual charts - PakAccountants.com (12)
  2. Placeholder series
    Position: Select the Placeholder series from the selection drop down. Look in the formula bar change the last digit to 2 to make it a second element on the chart. Mine was second luckily.
    Presentation: With series still selected click format selection button. Under plot series in box select secondary axis radio button. Set overlap to 100% and gap width to 150%. Click OK.
    Color: As this series is there just to position the green and red elements therefore we don’t need it to be colored. So I had it transparent by selecting no fill from shape fill drop down.Variance Analysis in Excel - Making better Budget Vs Actual charts - PakAccountants.com (13)
  3. Red series
    Position: It has to be 3
    Presentation: Click format selection button after selecting the series. Just change the axis to secondary andthen adjust the overlap to 100% and gap width to 150%
    Color: Check if it has the correct color. Mine was luckily reddish one. Not exactly red but workable.Variance Analysis in Excel - Making better Budget Vs Actual charts - PakAccountants.com (14)
  4. Green series
    Position: It should be 4.
    Presentation: Same as Red series i.e. to have it plotted on secondary axis and overlap to be 100% with gap at 150%.
    Color: Have it in green shade or any color you like to show for favourable variance.
    Chart type: This is the interesting bit as you will see the whole chart falling into shape instantly. While green series still active/selected click design tab > click change chart type button > select stacked column chart which is second one in the bar chart category.Variance Analysis in Excel - Making better Budget Vs Actual charts - PakAccountants.com (15)
  5. Over series
    Position it 5.
    Chart type: We need to change the chart type for this series. Having the series still selected click design tab under chart tools and click change chart type button and select the line chart button under line category.
    Color: As we don’t need to show it therefore click shape outline drop down and select no outline.Variance Analysis in Excel - Making better Budget Vs Actual charts - PakAccountants.com (16)
  6. Under series
    Have it positioned at 6.
    Chart type: Make the same changes as you did for Over series.
    Color: Again change it to no outline to hide it.Variance Analysis in Excel - Making better Budget Vs Actual charts - PakAccountants.com (17)

This is how the graph should look like after all these six steps:

Variance Analysis in Excel - Making better Budget Vs Actual charts - PakAccountants.com (18)

Correcting X-axis

At the moment our x-axis is showing numbers instead of months. To correct it click anywhere insideempty area of chart and click select data from the menu. Make sure Plan is selected in the left list and click Edit button above the right list. Select the names of the month in column A and click OK to close the dialogue box. We are almost done.

Variance Analysis in Excel - Making better Budget Vs Actual charts - PakAccountants.com (19)

Custom Data labels a.k.a Dynamic data labels

By custom data labels I mean that Excel should pull the data from specific cells to show as data labels instead of series numbers. This way labels are much more flexible and easy to work with as they are depending on the content of specific cell and thus dynamic as well.

Step 1: Have the chart selected and go to format tab and select Over series from the selection drop down. With the series selected click layout tab and then click data labels and select above. This will show the figures of above series above the green bars.

Step 2: Now select the Under series by going to format tab and then selecting it from chart selection group drop down. With the series selected go to layout and then click data labels and then select below to report the figures of Under series.

Step 3: Left click on the first data label once it will select all the data labels from Over series. Left click once again and it will select only the first data label. With that selected click inside formula bar and hit = key on the keyboard and then with the help of mouse select the cell H23. Hit enter and now you will see the variance figure that is not only reporting the variance but also with the help of arrows you can understand if it is favourable or unfavourable. Repeat this step for all the other data labels.

Following animation showsyou how to carry out about steps:

Variance Analysis in Excel - Making better Budget Vs Actual charts - PakAccountants.com (20)

And lastly get rid of primary and secondary vertical axis to clean up the view even more and get exactly what are looking for 🙂 :

Variance Analysis in Excel - Making better Budget Vs Actual charts - PakAccountants.com (21)

One last bit that I will leave for you as an assignment is to show data labels for Plan series. Enabling them would make even more easier for the viewer to understand the planned figures and the variance effect. Just select the plan series and enable the data labels to show inside base. Thats it! Mission accomplished!

Summary

So here you have one tutorial loaded with new idea and have I forgot to mention animation? :D. So lets have a quick review of things we learnt in this tutorial:

  1. Preparing the data for excel charts and you can clearly see how much goes before you even start making charts sometimes.
  2. Using NA() function in IF() function to help prepare data forconditional charts.To be precise there is no such thing as conditional charts in excel and this is just a workaround. Check out another example of conditional charts.
  3. Using custom number format to force symbols in positive and negative figures for better presentation
  4. Creating charts
  5. Adding a series in chart once graph is already created
  6. Formatting charts
  7. Using primary and secondary axis to plot different series on one graph. Here we used it to format them differently.
  8. Using more than one chart type and how to do it. In this tutorial if you have noticed we have used three different types of charts namely, clustered columncharts, stacked columncharts, simple line charts.
  9. Correcting x-axis values by changing category values
  10. Using custom data labels or also known as dynamic data labels

Finally, I would like to thank HiChert.comfor the inspiration.

Download Fully Worked Excel file

Don’t have time to go through the whole tutorial? You can now download the file for a little premium instantly and can read the tutorial later too!Buy Now

Got a question? Contact details are here

Variance Analysis in Excel - Making better Budget Vs Actual charts - PakAccountants.com (2024)

FAQs

How to calculate budget vs actual 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.

How can variance analysis help plan a budget? ›

The purpose of variance analysis is to help businesses improve their budget management by comparing how much they have spent in relation to how much they expected to spend in their budget.

What is the difference between budget vs actual variance analysis 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 will you do to Analyse the variance between the actual and budgeted finances? ›

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. A positive variance indicates the actual spent was lower than the budgeted amount.

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

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.

How do you monitor the variance between actual and budgeted performance? ›

By using budget variance analysis, you can monitor spending to identify where the actual results deviate in your business budget and analyze those deviations to reveal valuable insights.

What are the disadvantages of budget variance analysis? ›

One of the main disadvantages of variance analysis is that it can be misleading or inaccurate if the budget is unrealistic, outdated, or based on faulty assumptions. It can also be affected by the choice of the level of detail, the frequency of reporting, and the allocation of responsibility for the variances.

How to do variance analysis in Excel? ›

Use the following steps for calculating a sample variance in Excel:
  1. Select a population sample. Using the VAR. ...
  2. Arrange the data in your spreadsheet. Sort the sample data into the spreadsheet using appropriate columns, cells and labels. ...
  3. Select a separate cell for the formula. ...
  4. Enter the VAR. ...
  5. Evaluate the sample variance.
Oct 16, 2023

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 to compare actual vs budget? ›

Percentage variance formula is calculated as (Actual sales or expenditures ÷ Budgeted sales or expenditures) –1. The result of this calculation is a percentage. For instance, if a company's budgeted sales amount is $120,000 and its actual revenues turn out to be $100,000, the variance will be -16.67%.

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 .

Is variance a measure of the actual difference between results and the budget? ›

A budget variance is an accounting term that describes instances where actual costs are either higher or lower than the standard or projected costs. An unfavorable, or negative, budget variance is indicative of a budget shortfall, which may occur because revenues miss or costs come in higher than anticipated.

How to calculate variance between budget and actual 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 prepare a budget variance analysis? ›

The typical process comprises these five basic steps for performing variance analysis.
  1. Step 1: Gather Data. Before beginning, gather and aggregate all relevant data in one centralized location. ...
  2. Step 2: Calculate Variances. ...
  3. Step 3: Analyze Variances. ...
  4. Step 4: Compile Management Reports. ...
  5. Step 5: Adjust Forecasts.
3 days ago

What three activities should you undertake in budget variances analysis? ›

1- Variance Identification: Quantify differences between budgeted and actual figures. 2- Root Cause Analysis: Investigate reasons behind variances to understand their sources. 3- Impact Assessment: Evaluate how variances affect overall financial performance and objectives.

How do you calculate budget percentage or actual variance? ›

The variance percentage is calculated by dividing the variance amount by the budgeted amount and multiplying by 100. A positive percentage indicates a favorable variance, while a negative percentage indicates an unfavorable variance.

How do you compare actuals and budgets? ›

Percentage variance formula is calculated as (Actual sales or expenditures ÷ Budgeted sales or expenditures) –1. The result of this calculation is a percentage. For instance, if a company's budgeted sales amount is $120,000 and its actual revenues turn out to be $100,000, the variance will be -16.67%.

How do you calculate plan vs actual percentage in Excel? ›

Calculating Percent Change from Plan (Actual to Budget variance) In cell G7, the formula for calculating change from the plan is almost the same: “Actual” divided by “Plan” then subtract 1. We'll also include the robustness of error-checking using the IFERROR function. You can simply copy the previous formula.

How to use Excel to calculate variance? ›

Using the syntax "=VAR. S(cell:cell)," enter the command function for the cells you're evaluating. In the municipality example, if the age data ranges from cells B2 through B2202, your formula might read "=VAR. S(B2:B2202)."It's also possible to combine data from a range of columns in this function.

Top Articles
Everything You Need to Know About Online Banking | Uswitch
Investing In The Sandbox (SAND) - Everything You Need to Know - Securities.io
Katie Pavlich Bikini Photos
Gamevault Agent
Hocus Pocus Showtimes Near Harkins Theatres Yuma Palms 14
Free Atm For Emerald Card Near Me
Craigslist Mexico Cancun
Hendersonville (Tennessee) – Travel guide at Wikivoyage
Doby's Funeral Home Obituaries
Vardis Olive Garden (Georgioupolis, Kreta) ✈️ inkl. Flug buchen
Select Truck Greensboro
Things To Do In Atlanta Tomorrow Night
How To Cut Eelgrass Grounded
Pac Man Deviantart
Alexander Funeral Home Gallatin Obituaries
Craigslist In Flagstaff
Shasta County Most Wanted 2022
Energy Healing Conference Utah
Testberichte zu E-Bikes & Fahrrädern von PROPHETE.
Aaa Saugus Ma Appointment
Geometry Review Quiz 5 Answer Key
Walgreens Alma School And Dynamite
Bible Gateway passage: Revelation 3 - New Living Translation
Yisd Home Access Center
Home
Shadbase Get Out Of Jail
Gina Wilson Angle Addition Postulate
Celina Powell Lil Meech Video: A Controversial Encounter Shakes Social Media - Video Reddit Trend
Walmart Pharmacy Near Me Open
Dmv In Anoka
A Christmas Horse - Alison Senxation
Ou Football Brainiacs
Access a Shared Resource | Computing for Arts + Sciences
Pixel Combat Unblocked
Cvs Sport Physicals
Mercedes W204 Belt Diagram
Rogold Extension
'Conan Exiles' 3.0 Guide: How To Unlock Spells And Sorcery
Teenbeautyfitness
Weekly Math Review Q4 3
Facebook Marketplace Marrero La
Nobodyhome.tv Reddit
Topos De Bolos Engraçados
Gregory (Five Nights at Freddy's)
Grand Valley State University Library Hours
Holzer Athena Portal
Hampton In And Suites Near Me
Stoughton Commuter Rail Schedule
Bedbathandbeyond Flemington Nj
Free Carnival-themed Google Slides & PowerPoint templates
Otter Bustr
Selly Medaline
Latest Posts
Article information

Author: Barbera Armstrong

Last Updated:

Views: 6364

Rating: 4.9 / 5 (79 voted)

Reviews: 86% of readers found this page helpful

Author information

Name: Barbera Armstrong

Birthday: 1992-09-12

Address: Suite 993 99852 Daugherty Causeway, Ritchiehaven, VT 49630

Phone: +5026838435397

Job: National Engineer

Hobby: Listening to music, Board games, Photography, Ice skating, LARPing, Kite flying, Rugby

Introduction: My name is Barbera Armstrong, I am a lovely, delightful, cooperative, funny, enchanting, vivacious, tender person who loves writing and wants to share my knowledge and understanding with you.