How to Calculate the Variance Percentage in Excel – 3 Methods

 


What Is the Variance Percentage?

The Variance Percentage indicates the percentage of change between two values.

Formula(s) for Variance Percentage:

=(New Value – Old Value) / Old Value * 100%

or,

=(New Value / Old Value-1) * 100%

 

In the dataset below, you want to know the percentage variance between Actual Sales & Estimated Sales for 12 months in 2021.

3 Easy Methods to Calculate Variance Percentage in Excel


Method 1 – Applying a Simplified Formula to Determine the Variance Percentage in Excel

  • Select E5 and enter this formula.
=(D5-C5)/C5

Apply Simplified Formula to Determine Variance Percentage

  • Press Enter.

You’ll see the variance for January.

Apply Simplified Formula to Determine Variance Percentage

  • Go to the Home tab and choose Percentage in Number.

  • E5 will be converted into a percentage and show the Percentage Variance.
  • Drag down the Fill Handle to see the result in the rest of the cells.

  • This is the output.

How to Calculate Variance Percentage in Excel

Read More: How to Calculate Percentage Change with Negative Numbers in Excel


Method 2 – Calculating the Variance Percentage in Excel Using an Alternative Formula

  • Select E5 and enter this formula.
=D5/C5-1

Get Variance Percentage in Excel Using Alternative Formula

  • Press Enter.
  • Convert the value into Percentage.

  • Drag down the Fill Handle to see the result in the rest of the cells.
  • This is the output.


Method 3 – Using the Excel IFERROR Function to Calculate the Variance Percentage

You have to divide the difference between Actual and Estimated Sales by Zero (0). You’ll see an error, as shown below.

Insert Excel IFERROR Function to Calculate Variance Percentage

Click Error Checking. It shows Divide by Zero Error. To correct this error.

  • Select E5 and enter this formula.
=IFERROR(D5/C5-1,0)

  • Press Enter.

You will see the percentage variance for January.

  • Drag down the Fill Handle to see the result in the rest of the cells.

 E11 won’t display an error message.

The IFERROR function is used to avoid the #DIV/0 error. 0 is used in the formula to get an exact match.

How to Calculate the Variance Percentage for Negative Numbers in Excel

Use the ABS Function to enclose the divisor. This function turns a negative value into a positive one.

  • Select E5 and enter this formula.
=(D5-C5)/ABS(C5)

How to Calculate Variance Percentage for Negative Numbers in Excel

  • Press Enter.

The correct value is displayed.

  • Drag down the Fill Handle to see the result in the rest of the cells.

The ABS function returns the absolute value of a percentage variance between C5 and D5.
Note: The ABS function will show misleading results if there are positive and negative values.

Read More: How to Put Negative Percentage Inside Brackets in Excel


Download Practice Workbook

Download the worksheet to practice.


Related Articles


<<Go Back to Calculating Percentages in Excel | How to Calculate in Excel | Learn Excel

Get FREE Advanced Excel Exercises with Solutions!
Nehad Ulfat
Nehad Ulfat

NEHAD ULFAT is an excellent marine engineer who loves working with Excel and diving into VBA programming. For him, programming is like a tool that saves time when dealing with data, files, and the internet. His skills go beyond the basics, including ABACUS, AutoCAD, Rhinoceros, Maxsurf, and Hydromax. He got his B.Sc in Naval Architecture & Marine Engineering from BUET but switched gears, working as a content developer.  In this role, he creates techy content all about Excel... Read Full Bio

We will be happy to hear your thoughts

Leave a reply

Advanced Excel Exercises with Solutions PDF

 

 

ExcelDemy
Logo