Understanding Percent Change in Excel

Percent change is a valuable metric to analyze and compare data, especially when dealing with financial reports, sales trends, or any situation where tracking growth or decline is essential. In this blog post, we will explore the various methods to calculate and display percent change in Microsoft Excel, a widely used spreadsheet software. By the end of this guide, you’ll be equipped with the skills to confidently present and interpret percent change data.
Calculating Percent Change in Excel

Before we delve into the visual representation of percent change, let’s quickly review how to calculate it in Excel. The formula for percent change is straightforward:
Percent Change = ((New Value - Old Value) / Old Value) * 100
For example, if the old value is 50 and the new value is 70, the percent change would be:
Percent Change = ((70 - 50) / 50) * 100 = 40%
Method 1: Using Conditional Formatting

Conditional formatting is a powerful tool in Excel that allows you to visually highlight cells based on specific criteria. Here’s how you can use it to display percent change:
- Select the cells containing the old and new values.
- Go to the “Home” tab and click on “Conditional Formatting.”
- Choose “Highlight Cells Rules” and then select “More Rules.”
- In the “New Formatting Rule” dialog box:
- Set the “Format values where this formula is true” to: =(B2-A2)/A2*100
- Replace A2 and B2 with the appropriate cell references.
- Choose a formatting style for positive and negative percent changes.
- Click “OK” to apply the conditional formatting.
Method 2: Creating a Percent Change Column

Another approach is to create a separate column specifically for percent change. This method provides more flexibility and allows you to perform additional calculations if needed.
- In an empty column next to your data, enter the formula: =(New Value - Old Value) / Old Value * 100
- Replace “New Value” and “Old Value” with the appropriate cell references.
- Copy the formula down the column to calculate percent change for all rows.
Method 3: Using Excel’s Percentage Formatting

If you simply want to display the percent change without any visual differentiation, you can apply Excel’s built-in percentage formatting:
- Select the cells containing the percent change values.
- Right-click and choose “Format Cells” or press Ctrl + 1.
- In the “Format Cells” dialog box, go to the “Number” tab.
- Under “Category,” select “Percentage” and choose the desired number of decimal places.
- Click “OK” to apply the percentage formatting.
Method 4: Creating a Bar Chart with Percent Change

Bar charts are an excellent way to visually represent percent change, especially when comparing multiple data sets. Here’s a step-by-step guide:
- Select the data range, including the old and new values, as well as any labels or categories.
- Go to the “Insert” tab and choose “Bar Chart.”
- Select the desired bar chart type, such as a clustered bar chart or a stacked bar chart.
- Excel will create a basic bar chart. To customize it:
- Right-click on the chart and select “Select Data.”
- In the “Select Data Source” dialog box, click “Edit” for the “Series” you want to represent percent change.
- Enter the formula: =(New Value - Old Value) / Old Value * 100 for the “Series values.”
- Adjust the chart title, axis labels, and any other desired customizations.
- Your bar chart will now display the percent change for each data point.
Method 5: Creating a Line Chart with Percent Change

Line charts are another effective way to visualize percent change over time. Follow these steps:
- Select the data range, including time or date values, old values, and new values.
- Go to the “Insert” tab and choose “Line Chart.”
- Select the desired line chart type, such as a line chart with markers or a stacked line chart.
- Excel will create a basic line chart. To customize it:
- Right-click on the chart and select “Select Data.”
- In the “Select Data Source” dialog box, click “Edit” for the “Series” you want to represent percent change.
- Enter the formula: =(New Value - Old Value) / Old Value * 100 for the “Series values.”
- Ensure the “X Values” are set to your time or date values.
- Adjust the chart title, axis labels, and any other desired customizations.
- Your line chart will now display the percent change over time.
Notes:

- When using conditional formatting, be cautious with cell references to ensure accurate calculations.
- For more complex data analysis, consider using Excel’s pivot tables to summarize and calculate percent change.
- Always review your formulas and calculations to avoid errors, especially when dealing with large datasets.
Wrapping Up

By following these methods, you can effectively calculate and display percent change in Excel. Whether you choose conditional formatting, create a dedicated column, or visualize the data with charts, Excel provides the tools to present your analysis in a clear and impactful manner. Remember to choose the method that best suits your data and the story you want to tell.
FAQ:

Can I use conditional formatting to highlight only positive or negative percent changes?

+
Yes, you can! In the “New Formatting Rule” dialog box, under “Format values where this formula is true,” you can use separate formulas for positive and negative percent changes. For example, you can use “>0” for positive changes and “<0" for negative changes.
Is it possible to create a dynamic percent change calculation that updates automatically when the data changes?

+
Absolutely! You can use Excel’s data validation feature to create a dropdown list of options for the old and new values. Then, you can create a formula that references these cells to calculate the percent change. This way, when you change the values in the dropdowns, the percent change will update automatically.
How can I display the percent change as a whole number instead of a percentage?

+
To display the percent change as a whole number, you can multiply the result by 100 and then apply the General number format. This will remove the percentage sign and display the value as a whole number.