Excel Formula for Percent Increase or Decrease - Intro
Welcome to Excel Formula Hub - your go-to space for mastering Excel Formulas in practical, beginner-friendly ways. If you've ever wondered how to calculate a percentage increase or decrease in Excel or searched for the exact Excel formula for percent change, this guide is designed just for you.
Percentages are everywhere - from calculating sales growth to tracking expense reductions. Whether you are a student, business owner, or data analyst, knowing how to quickly calculate percentage increase or decrease in Excel can save hours of manual work.
Excel Formula for Percent...
In this article, we'll walk you through everything you need to know about Excel formulas for percent calculations, including real-life examples, step-by-step explanations, and answers to common questions.

Why Percentages Matter in Everyday Excel Work
Before jumping into formulas, let's understand why percentages are so crucial in data analysis:
- Business Growth: Companies measure revenue, profits, and expenses in percentage terms.
- Marketing Performance: Marketers track campaign success rates and engagement growth.
- Finance: Investors rely on the percent increase or decrease to measure stock changes.
- Education: Teachers calculate student grade improvements in percentages.
- Personal Life: From calculating discounts while shopping to budgeting monthly expenses.
In all of these cases, Excel is the tool that turns raw numbers into meaningful insights.
The Basics of Percentage in Excel
A percentage is simply a fraction of 100. For example:
- 50% = 0.50 (half of something)
- 25% = 0.25 (a quarter of something)
- 100% = 1 (the whole)
In Excel:
- Percentages are stored as decimal numbers.
- Typing 0.25 and formatting it as percentage will show 25%.
- Multiplying numbers by percentages is straightforward: =200*10% gives 20.
Understanding this conversion between decimals and percentages is the foundation of all Excel percent formulas.
Tips for Working with Percentage Formulas
- Use absolute references ($A$2) when needed so formulas don't shift.
- Format cells properly - sometimes results look wrong because they're not formatted as percentages.
- Check for division by zero - Excel will return an error if the old value is 0.
- Use conditional formatting to highlight increases (green) and decreases (red).

🔑 Quick Reference: Common Percent Formulas in Excel
Task | Formula | Example | Result |
---|---|---|---|
Percentage of total | =Part/Total | =30/120 | 25% |
Percent Increase/Decrease | =(New-Old)/Old | =(6500-5000)/5000 | 30% |
Increase by % | =Number*(1+X%) | =200*1.1 | 220 |
Decrease by % | =Number*(1-X%) | =200*0.9 | 180 |
Find X% of a number | =Number*X% | =500*30% | 150 |
Absolute Percent Difference | =ABS(New-Old)/Old | =ABS(90-70)/70 | 28.57% |
✅ With these formulas, you can calculate everything from sales growth and discounts to salary increments and grade improvements.
You may also like:-
Advanced Applications of Percent Formulas in Excel
Once you master the basics, you can apply percent formulas in advanced ways:
- Conditional Formatting: Highlight cells with more than 10% growth.
- Pivot Tables: Show percentage difference automatically.
- What-If Analysis: Project growth or decline scenarios.
- Financial Models: Forecast revenues, expenses, or investments.
FAQ - Excel Formula for Percent Increase or Decrease
When it comes to working with percentages in Excel, beginners often face confusion. Below are the most commonly asked questions, answered in a way that blends clarity, practicality, and examples.
What is a percentage formula?
A percentage formula calculates a portion of a total in terms of 100. In Excel, the basic formula is:
=Part/Total
Example: If you scored 45 out of 60:
=45/60 → 0.75 → 75%
How do I get Excel to calculate percentages?
You can calculate percentages by dividing a part by the total, then formatting the result as a percentage.
- Enter numbers in cells (e.g., A1 = part, B1 = total)
- Formula:
=A1/B1
- Press Enter
- Format as Percentage using the % button
Example: =30/120 → 25%
What is the formula used to calculate percentage in Excel?
The formula depends on the scenario:
- General Percentage:
=Part/Total
- Percent Change:
=(New Value – Old Value)/Old Value
- Absolute Difference:
=ABS(New-Old)/Old
Example: =(6000-5000)/5000 → 20%
How do you calculate percentages in Excel?
Here are the most common methods:
- Find % of total:
=Part/Total
- Increase by %:
=Number*(1+Percent)
- Decrease by %:
=Number*(1-Percent)
- % Change:
=(New-Old)/Old
Example: =5/20 → 25%
How to calculate 5% of an amount in Excel?
If the amount is in cell A1, use:
=A1*5%
Example: If A1=500 → Result = 25
How to find 20% of a cell in Excel?
If the number is in B1, use:
=B1*20%
Example: If B1=250 → Result = 50
How to calculate a negative percentage (-%)?
A negative percentage shows a decrease. It happens when the new value is less than the old value.
=(New Value – Old Value) / Old Value
Example:
=(90-120)/120 → -25%
=(3000-4000)/4000 → -25%
Tip: Use conditional formatting to highlight negative results in red.
How do I calculate 30% of a number in Excel?
Multiply the number by 30% directly.
=Number*30%
Example:
=500*30% → 150
=250*30% → 75
Excel Formula for Percent Increase or Decrease – Video Tutorial
To make learning easier and more interactive, we’ve included a step-by-step YouTube video tutorial on how to calculate percent increase or decrease in Excel. In this video, you’ll not only see the formulas in action but also understand how to apply them in real-life scenarios, making your Excel skills more practical and effective.
Our Final Thoughts On Excel Formula for Percent Increase or Decrease
Mastering the Excel formula for percent increase or decrease is a must-have skill for anyone who works with numbers. From business to education to personal finance, percentages help you measure progress, growth, and change.
At Excel Formula Hub, we're committed to making Excel formulas simple, practical, and useful in real-world scenarios. Practice these formulas with your own data, experiment with variations, and you'll soon find that percentages in Excel are not just numbers-they're insights waiting to be discovered.
✅ Action Step: Try creating your own percent calculator in Excel today and test it with sales, grades, or budget data. You'll quickly see the power of percentages in action.