Excel Percentage Formula Calculator | What Formula Do I Use to Calculate Percentage in Excel


Excel Percentage Formula Calculator

Your instant tool for any percentage calculation in Excel.




This is the smaller number or the portion of the total.


This is the whole amount that the part is a fraction of.


Visual representation of the percentage calculation.

What is the Formula to Calculate Percentage in Excel?

Knowing what formula to use to calculate a percentage in Excel is a fundamental skill for anyone working with data. Percentages help contextualize numbers, showing proportion, growth, or decline in a universally understood format. Whether you’re a business analyst tracking sales performance, a student calculating grades, or a project manager monitoring task completion, Excel provides simple yet powerful formulas to get the job done. This guide breaks down the most common scenarios and provides a versatile calculator to assist you.

Core Excel Percentage Formulas and Explanations

There isn’t a single percentage formula, but rather three core types of calculations you’ll frequently use. Understanding each is key to mastering percentages in Excel.

1. Finding the Percentage of a Total

This is the most common percentage calculation. It answers the question, “What percentage of the whole does this part represent?”. The formula in Excel is straightforward division.

Excel Formula: =Part/Total

For example, if cell A2 contains the part (e.g., 45 completed tasks) and cell B2 contains the total (e.g., 60 total tasks), the formula is =A2/B2. You must then format the cell as a Percentage (Ctrl+Shift+%) to display the result correctly as 75%.

2. Calculating Percentage Change (Increase or Decrease)

This formula is used to compare a new value against an old value to determine the percentage of increase or decrease. It is essential for tracking growth or decline over time.

Excel Formula: =(New_Value - Old_Value) / Old_Value

If your old revenue is in cell A2 ($10,000) and new revenue is in B2 ($12,500), the formula =(B2-A2)/A2 will return 0.25. Formatted as a percentage, this shows a 25% increase. An alternative formula that yields the same result is =(New_Value / Old_Value) - 1.

3. Calculating an Amount from a Percentage

This is used when you know the total and the percentage, and you want to find the value of that percentage. For instance, calculating a 15% discount on a price.

Excel Formula: =Total_Value * Percentage%

If a product price is in A2 ($200) and you want to find 15% of it, you can use the formula =A2*15% or =A2*0.15. Both will give you the result of $30.

Formula Variables Explained
Variable Meaning Unit Typical Range
Part / New_Value The subset, portion, or new value in a comparison. Unitless, Currency, etc. Any positive number
Total / Old_Value The whole amount or the original value for comparison. Unitless, Currency, etc. Any non-zero number
Percentage The proportion as a fraction of 100. Percent (%) Typically 0-100%, but can be higher.

Practical Examples

Example 1: Percentage of a Project Completed

Imagine a project with 150 tasks in total. So far, 95 tasks have been completed. You want to know the completion percentage.

  • Inputs: Part Value = 95, Total Value = 150
  • Units: Tasks (unitless in formula)
  • Formula: =95/150
  • Result: 63.33%

Example 2: Monthly Website Traffic Increase

Your website had 24,500 visitors last month and 31,200 visitors this month. You want to calculate the percentage increase in traffic.

  • Inputs: Old Value = 24,500, New Value = 31,200
  • Units: Visitors (unitless in formula)
  • Formula: =(31200-24500)/24500
  • Result: 27.35% Increase

How to Use This Percentage Calculator

This calculator is designed to simplify finding the correct what formula do i use to calculate percentage in excel. Follow these steps:

  1. Select Calculation Type: Choose the scenario that matches your needs from the dropdown menu (e.g., Percentage of Total, Percentage Change).
  2. Enter Your Values: Input your numbers into the corresponding fields that appear. The labels guide you on what each field represents (e.g., “Part Value,” “Old Value”).
  3. View Real-Time Results: The calculator automatically updates the result as you type. The primary result is shown prominently, along with the intermediate steps and the equivalent Excel formula.
  4. Analyze the Chart: The dynamic chart provides a visual breakdown of your calculation, making it easier to understand the relationship between the numbers.

Key Factors That Affect Percentage Calculations

  • Cell Formatting: The most common issue is forgetting to format the result cell as a “Percentage” from the Home tab. Without this, your result will appear as a decimal (e.g., 0.25 instead of 25%).
  • Correct Base Value: When calculating percentage change, ensure you divide by the old or original value, not the new one. Dividing by the wrong base is a frequent mistake.
  • Order of Operations: Excel follows standard math rules (PEMDAS/BODMAS). Use parentheses () to control the calculation order, especially for percentage change, to ensure the subtraction happens before the division.
  • Handling Zeros: Dividing by zero results in a #DIV/0! error in Excel. Use an IFERROR function like =IFERROR((A2-B2)/B2, 0) to handle cases where the base value might be zero.
  • Absolute vs. Relative References: When copying formulas down a column, know when to use absolute references (e.g., $B$10) for a fixed total versus relative references (e.g., B2) for changing values.
  • Decimal Places: Use the “Increase/Decrease Decimal” buttons in Excel’s Home tab to show the level of precision you need.

Frequently Asked Questions (FAQ)

1. How do I format a cell to show the percent symbol (%)?
Select the cell(s), go to the Home tab, and click the ‘%’ (Percent Style) button in the Number group. The keyboard shortcut is Ctrl+Shift+%.
2. Why is my percentage showing as a huge number like 1500%?
This happens if you format a whole number (like 15) as a percentage. Excel multiplies the number by 100, so 15 becomes 1500%. Ensure your underlying value is a decimal (like 0.15) before formatting.
3. What’s the formula for a percentage decrease?
It’s the same as percentage increase: =(New_Value - Old_Value) / Old_Value. The result will simply be negative. For example, going from 100 to 75 gives a result of -25%.
4. How can I find the original price after a discount?
If an item costs $15 after a 25% discount, it means $15 is 75% of the original price. The formula is =Discounted_Price / (1 - Discount_Percentage). In Excel: =15 / (1 - 0.25) or =15 / 0.75, which equals $20.
5. Can a percentage be greater than 100%?
Yes. For percentage change, if a value more than doubles, the increase will be over 100%. For percentage of total, a part can be larger than the ‘total’ in some contexts (e.g., comparing actual sales to a lower target), resulting in >100% achievement.
6. What is the difference between percentage change and percent of total?
Percent of total measures proportion (how much of a whole something is). Percentage change measures growth or decline over time between two numbers.
7. How do I apply a percentage formula to a whole column?
Enter the formula in the first cell, then click and drag the small square (fill handle) at the bottom-right corner of the cell down the column. Excel will automatically adjust the cell references.
8. How do I find what percentage a number is of another number?
This is a “Percentage of a Total” calculation. Use the formula =Part / Total and format the cell as a percentage.

Related Tools and Internal Resources

Explore more calculators and resources to enhance your data skills:

© 2026 SEO Calculator Tools. All Rights Reserved.



Leave a Reply

Your email address will not be published. Required fields are marked *