Struggling to Calculate Percentage in Excel? Here’s How to Do It!
Updated on Jul 03, 2025 | 14 min read | 13.88K+ views
Share:
For working professionals
For fresh graduates
More
Updated on Jul 03, 2025 | 14 min read | 13.88K+ views
Share:
Did you know? Excel can now grab images straight from your phone! Since April 2025, Copilot can analyze those photos and turn them into editable data in your spreadsheet within seconds. |
To calculate percentage in Excel, start by dividing the part value by the total value and then multiply by 100. For example, if you have a score of 50 out of 200, enter =50/200*100 to get the percentage. Many people get stuck on using the right formula or formatting the results correctly.
This guide will walk you through easy steps to calculate percentage in Excel and help you make your results clear and accurate every time.
Excel is a powerful tool packed with formulas and functions that make calculations and data analysis straightforward. One key skill is knowing how to calculate percentage in Excel, which comes up often in sales reports, grades, and financial data.
Calculating a percentage means finding what portion one number is of another and expressing it as a fraction of 100. In Excel, this is done by dividing the numerator (part) by the denominator (total) using a simple formula like =Numerator/Denominator. You don’t always need to multiply by 100 if you format the result as a percentage. By learning how to calculate percentage in Excel, you can save time and ensure accuracy in your data analysis.
Here’s how to enter this formula smoothly:
This approach ensures your percentages update automatically when your data changes, and your worksheet stays clean and easy to manage. Avoid hardcoding numbers in formulas and always double-check your cell references to prevent errors.
Handling percentages in Excel isn’t just about plugging numbers into formulas. You need to know how to manage, calculate, and interpret those percentages correctly to make your data meaningful across different scenarios.
Calculating percentages in Excel is easier than it sounds. At its core, finding a percentage means figuring out what part one number is of another. In Excel, this is done by dividing the part by the total. Once you enter the formula, you just need to format the result to show it as a percentage. Knowing how to calculate percentage in Excel helps optimize your work and ensures accuracy in your calculations.
This simple process helps you quickly turn raw numbers into meaningful insights, whether you’re working on sales data, grades, or budgets.
Step 1: Understand the Formula
The basic formula to calculate a percentage is:
=Part / Total
This formula divides the part by the total to get a decimal number. For example, if you want to find what percentage 5 is of 20, you write =5/20. This gives you 0.25.
Step 2: Enter Your Data in Excel
To calculate percentage in Excel, the first thing you need to do is enter your data. Here’s how to do it step by step:
Step 3: Write the Percentage Formula
Now that you've entered your data, it's time to write the formula to calculate percentage in Excel. Follow these steps to get your result:
Step 4: Format the Result as a Percentage
Once you've written the formula and obtained the decimal result, the next step is to format it as a percentage. Follow these steps to calculate a percentage in Excel and convert the decimal into an easy-to-read percentage:
Step 5: Adjust Decimal Places (Optional)
With cell C1 still selected, click the Increase Decimal or Decrease Decimal buttons next to the % button to show more or fewer decimal places (e.g., 25.00%).
Summary Example:
Cell |
Value |
Explanation |
A1 | 5 | Part (e.g., days spent) |
B1 | 20 | Total (e.g., total days) |
C1 | =A1/B1 | Formula to calculate % |
C1 (formatted) | 25% | Percentage result |
That’s it! You’ve calculated a percentage in Excel using the simple =Part/Total formula and formatted the result as a percentage.
Also Read: 60 Advanced Excel Formulas – A Must Know For All Professionals
When you want to figure out how much two values change from one another in relation to the starting value, calculating the percentage of variation is an important step. This is particularly useful in scenarios like comparing sales growth, price changes, or performance metrics. Here's a step-by-step guide to calculate the percentage of variation in Excel:
Step 1: Open Excel
Open the Excel application on your computer and select a blank worksheet to begin.
Step 2: Enter the Starting Value
In cell A1, enter the starting value. For example, let’s say you want to compare the initial value of 100 with a later value of 150. Enter 100 in cell A1.
Step 3: Enter the Result Value
In cell B1, enter the result value that you want to compare with the starting value. For instance, if the final value is 150, enter 150 in cell B1.
Step 4: Enter the Percentage Formula
In cell C1, enter the following formula to calculate the percentage change (variation) between the two values:
=((B1-A1)/A1)*100
This formula calculates the difference between the result value (cell B1) and the starting value (cell A1), divides that difference by the starting value, and then multiplies it by 100 to get the percentage.
Step 5: Press Enter
Once you've entered the formula in cell C1, press Enter. Excel will perform the calculation based on the values in cells A1 and B1.
Step 6: View the Result
After pressing Enter, cell C1 will display the outcome of the calculation. In this case, the result will be 50, indicating a 50% increase from the starting value of 100 to the final value of 150.
Also Read: Ribbon in Excel: A Comprehensive Guide to Explore in 2025
Sometimes, you need to find out how much a value has gone up or down compared to its original amount. Excel helps you calculate this easily using simple formulas for percentage increase and decrease. Understanding these calculations is useful for tracking growth, losses, or changes in data like sales, prices, or scores.
(New - Old) / Old
This tells you how much the number has grown compared to where it started.
(Old - New) / Old
This shows how much the number has fallen from its original amount.
After entering these formulas in Excel, format the result cell as a percentage to see the increase or decrease clearly.
Increasing or Decreasing a Number by a Percentage
Sometimes you need to add or subtract a certain percentage from a number. For example, calculating a price after a discount or a salary increase. Excel makes this easy with simple formulas.
To increase a number by a percentage:
1. Suppose the original number is in cell A1 (e.g., 200).
2. The percentage increase is in cell B1 (enter it as a decimal or percentage, for example, 10% or 0.1).
In cell C1, enter the formula:
=A1 * (1 + B1)
3. Press Enter. Excel will show the increased value (for 200 increased by 10%, the result will be 220).
To decrease a number by a percentage:
1. Original number in A1 (e.g., 200).
2. Percentage decrease in B1 (e.g., 15% or 0.15).
In C1, enter:
=A1 * (1 - B1)
3. Press Enter. Excel will calculate the decreased value (for 200 decreased by 15%, the result will be 170).
Note:
This formula keeps your calculations clear and lets you quickly adjust numbers based on percentages.
Also Read: 30 Data Science Project Ideas for Beginners in 2025
Now that you know how to calculate percentages in Excel, let's explore some formatting tips to ensure your results look clean and professional.
Once you calculate percentages in Excel, how they appear on your screen makes a big difference. Proper formatting helps you read and interpret your data quickly and accurately. Excel offers simple tools to display numbers as percentages without needing to change your formulas.
Use Excel’s Percentage Format:
Once you’ve entered your formula, such as =A1/B1, follow these steps to format the result as a percentage:
Using the Percent Style button is preferable to manually multiplying by 100 in your formula. It optimizes your calculations and ensures that your results are consistently formatted as percentages, reducing the chances of errors and keeping your formulas clean.
Adjust Decimal Places:
Occasionally, you may want to adjust how many digits appear after the decimal point in your percentage result. Here’s how you can do it:
This feature helps you fine-tune the level of detail in your percentage display, giving you control over its appearance.
Avoid Common Formatting Mistakes:
To ensure your percentage calculations are accurate and your data is properly formatted, follow these tips:
Use Cell Styles for Consistency:
When working with multiple percentage cells, it’s essential to maintain a consistent format across your worksheet. Here’s how to streamline the process:
Properly formatting percentages makes your data easier to understand and your spreadsheets look polished. It’s a small step that can prevent big misunderstandings in your analysis.
Try applying these formulas to your own data sets. Practice with real numbers like sales figures, test scores, or budgets to get comfortable. Remember to always format your results as percentages to avoid confusion.
Keep your formulas simple and double-check cell references when copying them across rows or columns. This will help you avoid errors and make your spreadsheets more reliable.
Also Read: Top 15 Ways to Improve Excel Skills [Actionable Tips]
Now that you've learned how to format percentages in Excel, it's time to take your Excel skills to the next level with upGrad.
Calculating percentage in Excel starts with dividing the part by the total and formatting the result as a percentage. This blog covered basic formulas, how to enter them, percentage increase and decrease calculations, adjusting values by percentages, and tips for formatting and avoiding common mistakes.
Despite these straightforward steps, many still struggle with applying these formulas correctly and interpreting results in their data sets. This is where upGrad can help with its detailed courses.
Here are some recommended free courses as well to get started:
To help bridge this gap, upGrad’s personalized career guidance can help you explore the right learning path based on your goals. You can also visit your nearest upGrad center and start hands-on training today!
Enhance your expertise with our Popular MBA Courses. Explore the programs below to find your ideal fit.
Expand your knowledge with our Popular Articles Related to MBA. Browse the programs below to discover your ideal match.
References:
https://www.guvi.in/blog/full-stack-development-trends/
240 articles published
Keerthi Shivakumar with strong and innovative strategies to promote the business brand and services globally.
Get Free Consultation
By submitting, I accept the T&C and
Privacy Policy
Top Resources