Excel is a common and versatile tool for organizing and analyzing data, and one of its most useful features is the ability to perform calculations with percentages. Whether you’re working with budget data, sales figures, or any other type of numerical data, understanding how to work with percentages in Excel is an essential skill. In this blog post, we’ll cover the basics of using Excel to calculate percentages, including the formula for percentages in Excel, how to calculate percentage increase in Excel, how to average percentages in Excel and others.
The Formula for Percentages in Excel
To understand how to work with percentages in Excel, it’s important to start with the basic formula for calculating a percentage. In Excel, the formula for calculating a percentage is:
(part/whole) * 100
Where “part” is the value that you want to express as a percentage of the “whole.” For example, if you want to calculate what 25% of 100 is, you would use the following formula:
(25/100) * 100 = 25
It’s important to note that the result of this calculation will be a decimal, not a percentage. To display the result as a percentage, you can either format the cell as a percentage or multiply the result by 100 and add the % symbol.

Percentage Increase in Excel Formula
To calculate the percentage increase between two numbers, you can use the following formula:
(new value – Original Value) / Original Value * 100
For example, if the Original Value was 100 and the new value is 125, you would use the following formula:
(125 – 100) / 100 * 100 = 25%
This formula shows that there has been a 25% increase between the Original Value and the new value.
Percentage Formula in Excel for Multiple Cells
In many cases, you may need to calculate the percentage for multiple cells. To do this, you can use the SUM function in Excel to add up the values within a cell range and then use the formula for calculating a percentage to express the sum as a percentage of the total.
For example, let’s say you have a column of sales figures and you want to calculate the total sales as a percentage of the target sales. You would first add up the sales figures using the SUM function:
=SUM(A1:A10)
Next, you would divide the total sales by the target sales and multiply by 100 to express the result as a percentage:
=(SUM(A1:A10) / target sales) * 100
Adding Percentages in Excel
In addition to calculating percentages, Excel also allows you to add and subtract percentages. To add percentages in Excel, simply add the values as you would with any other type of data. For example, if you have two values, one that represents 50% and another that represents 25%, you can add them together to get a result of 75%:
50% + 25% = 75%
To subtract percentages, simply subtract the values as you would with any other type of data. For example, if you have two values, one that represents 50% and another that represents 25%, you can subtract 25% from 50% to get a result of 25%:
50% – 25% = 25%
Averaging Percentages in Excel
To average percentages in Excel, you can use the AVERAGE function. The AVERAGE function is useful to calculate the average of a range of values by adding up the the count of values and dividing by total count of values in the given range. To use the AVERAGE function with percentages, simply include the range of cells containing the percentages in the formula. For example, if you have a range of cells from A1 to A10 that contain percentages, you can use the subsequent formula to calculate the average of those percentages:
=AVERAGE(A1:A10)
It’s important to note that when averaging percentages, the result will be a decimal and not a percentage. To display the result as a percentage, you can either format the cell as a percentage or multiply the result by 100 and add the % symbol.

How to calculate the percent difference in Excel
Calculating the percent difference in Excel is a useful tool that helps you compare the difference between two values as a percentage of one of the values. The formula to calculate percent difference in Excel is:
=((New Value – Original Value) / Original Value) * 100
Where “New Value” represents the recent value, and “Original Value” represents the older value.
For example, if you have an Original Value of 100 in cell A1 and a new value of 120 in cell A2, you can calculate the percent difference in cell A3 using the following formula:
= ((A2 – A1) / A1) * 100
This will give you a result of 20%, which means that the new value is 20% higher than the Original Value. If the result is negative, this indicates that the new value is lower than the Original Value.
Excel also offers the “Percentage Change” function as a built-in function to calculate the percent difference. To use the “Percentage Change” function you can use this formula:
= (New Value – Original Value) / Original Value
For example, if you have an Original Value of 100 in cell A1 and a new value of 120 in cell A2, you can calculate the percent change in cell A3 using the following formula:
= (A2 – A1) / A1
The result will be expressed as a decimal, which you can then format as a percentage by selecting the cell and then selecting the percentage format from the ribbon.
How to convert a number into percent and vice versa in Excel
Converting a percent to a decimal number in Excel and vice versa is simple. In order to makea conversion from a percent to a decimal, divide the percent by 100. For example, if you have 50% in cell A1, you can convert it to a decimal by using the formula =A1/100, which will give you 0.5.
To convert a decimal to a percentage, you need to multiply the decimal by 100 and add the percent sign. For example, if you have 0.5 in cell A1, you can convert it to a percent by using the formula =A1*100 & “%”, which will give you 50%. You can also format the cell as a percent by right-clicking the cell, selecting “Format Cells”, and choosing the percent format under “Number”.
Finding 5 percent in Excel
Finding the top 5 percent in Excel can be a useful tool for analyzing and sorting data. There are more than one methods you can use to find the top 5 percent in Excel, including conditional formatting, ranking functions, and pivot tables. In this blog post, we’ll look at each of these methods in detail and provide examples to help you understand how to find the top 5 percent in Excel.
Method 1: Conditional formatting is a built-in feature in Excel that allows you to format cells based on specific conditions. To find the top 5 percent using conditional formatting, follow these steps:
- Select the cells you want to format.
- Navigate to the “Home” tab and select “Conditional Formatting” from the “Styles” group.
- Select “Top 10%” from the drop-down menu.
- In the “Top 10%” dialog box, change the value to 5 and select the color you want to apply to the top 5 percent of cells.
- Click “OK” to apply the conditional formatting.
The cells with the highest values will now be highlighted in the color you selected, indicating that they are in the top 5 percent.

Method 2: Ranking Functions Another way to find the top 5 percent in Excel is to use ranking functions such as the RANK, RANK.EQ, or RANK.AVG functions. These functions allow you to rank the values in a list and determine the rank of a specific value. To find the top 5 percent using a ranking function, follow these steps:
- Click on an empty cell to the right of the data you want to rank.
- Enter the following formula: =RANK.EQ(A1,$A$1:$A$100,0)
- Replace A1 with the cell containing the value you want to rank, and replace $A$1:$A$100 with the range of cells containing your data.
- Copy the formula down for each value in the list.
- Sort the list in descending (decreasing) order by the ranked values.
- Select the cells with the top 5 ranked values and format them as desired.
Method 3: Pivot Tables A pivot table is a useful function in Excel that allows you to summarize, analyze, and sort data. To find the top 5 percent using a pivot table, follow these steps:
- Select the data you want to use in the pivot table.
- Navigate to the “Insert” tab and select “Pivot Table” from the “Tables” group.
- In the “Create PivotTable” dialog box, you then select the data range and choose a location for the pivot table.
- In the “PivotTable Fields” pane, drag the field you want to rank to the “Values” area.
- Right-click the value field and select “Sort Descending”.
- In the “Value Field Settings” dialog box, select “Top 10” from the “Show Value As” drop-down menu.
- In the “Top 10 AutoFilter” dialog box, change the value to 5 and select the desired format.
- Click “OK” to apply the top 5 percent format to the pivot table.
How to calculate 20% of a number in Excel
In Excel, calculating 20% of a number is quite straightforward. You can use either the formula =number * 20% or the formula =number * 0.2, where “number” is the value that you want to find 20% of. These are a few examples to help explain this concept:
Example 1: To find 20% of 250, you would use the formula =250 * 20%. The result would be 50.
Example 2: To find 20% of 500, you would use the formula =500 * 0.2. The result would be 100.
Example 3: To find 20% of a value in a specific cell, let’s say cell A1 contains the value 1000. To find 20% of this value, you would use the formula =A1 * 20%. The result would be 200.
These formulas can be used in any cell in Excel, and you can easily copy and paste the formula to other cells to apply the calculation to multiple values. With these formulas, you’ll be able to quickly and easily calculate 20% of any number in Excel.
How to Rank Percentages in Excel
To rank percentages in Excel, you can use the “RANK” function. This function generates the rank of a number within a set of numbers, with the option to specify whether you want to rank in ascending or descending order. Here’s how you can use the RANK function to rank percentages:
- First, enter the percentages that you want to rank into a column in Excel.
- Next, in a separate column, enter the RANK formula for each percentage. The formula will be as follows: =RANK(cell reference, range of percentages, [order]).
- Replace “cell reference” with the cell that contains the percentage you want to rank. Replace “range of percentages” with the range of cells that contains all the percentages you want to rank. And, if you want to rank in descending order, replace [order] with 0; if you want to rank in ascending order, replace [order] with 1.
Example: To rank the percentage in cell A1 in a range of percentages in cells A1 to A5 in descending order, the formula would be =RANK(A1, A1:A5, 0).
- Press Enter to see the rank of the percentage. Repeat the formula for the remaining percentages in the range.
Note: If there are ties (i.e. multiple percentages with the same value), the RANK function will assign the same rank to all tied values and skip the next rank. For example, if two percentages both have a rank of 1, the next highest percentage will be assigned a rank of 3.
Working with percentages in Excel is a fundamental skill that can be used in a variety of applications, from budgeting to sales analysis. Whether you’re calculating the percentage increase between two values, averaging percentages, or expressing values as percentages of a whole, understanding how to use the formula for percentages in Excel is essential. By following the explanations in this blog post, you’ll be able to use Excel to perform a wide range of calculations with percentages and make the most of your data. For more useful numebers, percenatages, fractions and conversion information visit our homepage at visualfractions.com.