How to Calculate Percentage Increase or Decrease in Excel (2024)

How-To

How to Calculate Percentage Increase or Decrease in Excel (1)

Updated

How to Calculate Percentage Increase or Decrease in Excel (2)

If you’re struggling with calculating percentage increases or decreases in Microsoft Excel, this guide will talk you through the process.

Microsoft Excel is great for basic and complicated calculations alike, including percentage differences. If you’re struggling to calculate percentage increases or decreases on paper, Excel can do it for you.

If you remember your school math, the process for calculating percentages in Excel is pretty similar. Here’s how to use Excel to calculate percentage increases and decreases. And perform other percentage calculations like percentages of a number.

Calculating Percentage Increase in Excel

Percentage increases involve two numbers. The basic mathematical approach for calculating a percentage increase is subtracting the second number from the first number. Using the sum of this figure, divide this remaining figure by the original number.

To give you an example, the cost of a household bill costs $100 in September, but $125 in October. To calculate this difference, you could use the excel formula =SUM(NEW-OLD)/OLD or, for this example, =SUM(125-100)/100in Excel.

If your figures are in separate cells, you can replace numbers for cell references in your formula. For example, if September’s bill amount is in cell B4 and October’s bill amount is in cellB5, your alternative Excel formula would be =SUM(B5-B4)/B4.

How to Calculate Percentage Increase or Decrease in Excel (3)

The percentage increase between September and October is 25%, with this figure shown as a decimal number (0.25) by default in Excel using the formula above.

If you want to display this figure as a percentage in Excel, you’ll need to replace the formatting for your cell. Select your cell, then click the Percentage Style button in the Home tab, under the Number category.

How to Calculate Percentage Increase or Decrease in Excel (4)

You can also right-click your cell, clickFormat Cells, then select Percentages from the Category > Number menu to achieve the same effect.

Calculating Percentage Decrease in Excel

To calculate the percentage decrease between two numbers, you’ll use an identical calculation to the percentage increase. You subtract the second number from the first, then divide it by the first number. The only difference is that the first number will be smaller than the second number.

Continuing the above example, if a household bill is $125 in October, but it returns to $100 in November, you would use the excel formula =SUM(NEW-OLD)/OLD or, in this example, =SUM(100-125)/125.

Using cell references, if October’s bill amount of $125 is in cell B4 and November’s bill amount of$100 is in cell B5, your Excel formula for a percentage decrease would be =SUM(B5-B4)/B4.

How to Calculate Percentage Increase or Decrease in Excel (5)

The difference between October and November’s figures is 20%. Excel displays this as a negative decimal number (-0.2) in cells B7 and B8 above.

Setting the cell number type to Percentages using the Home > Percentage Styles button will change the decimal figure (-0.2) to a percentage (-20%).

How to Calculate Percentage Increase or Decrease in Excel (6)

Calculating a Percentage as a Proportion of a Number

Excel can also help you calculate a percentage as a proportion. This is the difference between one number, as your complete figure, and a smaller number. This requires an even simpler mathematical calculation than a percentage change.

To give you an example, if you have a debt of $100, and you’ve already paid $50, then the proportion of the debt you’ve paid (and coincidentally still owe) is 50%. To calculate this, you divide 50 by 100.

In Excel, the formula to calculate this example would be=50/100. Using cell references, where$100 is in cellB3and $50 is in cell B4, the excel formula required is =B4/B3.

How to Calculate Percentage Increase or Decrease in Excel (7)

This uses only a basic division operator to give you the decimal number (0.5).

Converting this cell number type toPercentages by clicking Home > Percentage Style button will show the correct percentage figure of 50%.

How to Calculate Percentage Increase or Decrease in Excel (8)

How to Calculate Percentages of a Number

Calculating the percentage of a number is something that you’ll encounter in day-to-day life. A good example would be an item for sale, where a discount of 20% is being applied to the original price of $200. A store employee would need to know what 20% of $200 was. They could then subtract this number from the original price to provide the discounted price.

This requires another simple mathematical calculation in Excel. Only the multiplication operator (*) and percentage sign (%) are used here. To calculate what 20%of the original$200 price is, you can use either =20%*200 or=0.2*200 to calculate in Excel.

To use cell references, where20% is in cellB4 andthe original price of$200 is in cellB5, you could use the formula =B4*B5 instead.

How to Calculate Percentage Increase or Decrease in Excel (9)

The result is the same, whether you use20%, 0.2, or separate cell references in your formula.20% of $200 equals$40, as shown in cellsB6 to B8above.

Using Excel for Complex Calculations

As this guide shows, Excel is great for simple calculations, but it handles more complex ones, too. Calculations using functions like the VLOOKUP function are made easy, thanks to the built-in function search tool.

If you’re new to Excel, take advantage of some Excel tips every user should know to improve your productivity further.

Was this article helpful?

Awesome, share it:

ShareTweetRedditLinkedInEmail

Thanks!

Thanks for getting in touch with us.

Not enough detailsOutdated informationHard to understandOther

How to Calculate Percentage Increase or Decrease in Excel (10)

Greetings, Excel enthusiasts! I'm here to share my expertise on the intricacies of calculating percentages in Microsoft Excel. Over the years, I've delved deeply into the functionalities of Excel, exploring its capabilities for both basic and advanced calculations. My practical experience and in-depth knowledge make me confident in guiding you through the process of calculating percentage increases, decreases, and other related concepts in Excel.

Now, let's dissect the key concepts discussed in the article:

1. Calculating Percentage Increase in Excel:

  • The article rightly emphasizes that percentage increases involve subtracting the second number from the first and then dividing the result by the original number.
  • It introduces the Excel formula =SUM(NEW-OLD)/OLD for this calculation, where cell references can be used for greater flexibility.

2. Formatting Percentage Results:

  • The article highlights the importance of formatting cells to display percentage results accurately.
  • It demonstrates two methods: using the Percentage Style button in the Home tab or right-clicking the cell, selecting Format Cells, and choosing Percentages from the Category > Number menu.

3. Calculating Percentage Decrease in Excel:

  • Similar to percentage increases, percentage decreases involve subtracting the second number from the first and then dividing by the first number.
  • The formula =SUM(NEW-OLD)/OLD is reiterated, with the distinction that the first number is smaller than the second in this case.

4. Percentage as a Proportion of a Number:

  • The article introduces a simpler calculation for determining the proportion of one number to another.
  • Using a debt repayment example, it illustrates the formula =B4/B3 in Excel, where cell references enhance flexibility.

5. Calculating Percentages of a Number:

  • The concept of calculating a percentage of a number is explored, exemplified by determining the discounted price of an item.
  • The multiplication operator () and percentage sign (%) are introduced in formulas like `=20%200or=0.2*200`, with the flexibility to use cell references.

6. Excel for Complex Calculations:

  • The article concludes by acknowledging Excel's proficiency not only in simple calculations but also in handling more complex ones.
  • A nod is given to functions like VLOOKUP, and readers are encouraged to explore additional Excel tips for enhanced productivity.

Excel, as demonstrated in this article, proves to be a versatile tool for various mathematical calculations, from basic percentages to more advanced functions. If you're new to Excel, consider incorporating the recommended tips for a more seamless experience. Happy calculating!

How to Calculate Percentage Increase or Decrease in Excel (2024)
Top Articles
Latest Posts
Article information

Author: Moshe Kshlerin

Last Updated:

Views: 5817

Rating: 4.7 / 5 (57 voted)

Reviews: 88% of readers found this page helpful

Author information

Name: Moshe Kshlerin

Birthday: 1994-01-25

Address: Suite 609 315 Lupita Unions, Ronnieburgh, MI 62697

Phone: +2424755286529

Job: District Education Designer

Hobby: Yoga, Gunsmithing, Singing, 3D printing, Nordic skating, Soapmaking, Juggling

Introduction: My name is Moshe Kshlerin, I am a gleaming, attractive, outstanding, pleasant, delightful, outstanding, famous person who loves writing and wants to share my knowledge and understanding with you.