While working in Microsoft Excel sometimes you might need to find the percentage of two numbers in Excel. This is often determined to calculate the difference between two values by using the division formula. Today in this article, I am sharing with you how to find the percentage of two numbers in Excel. Stay tuned!
Download Practice Workbook
Download this practice workbook to exercise while you are reading this article.
3 Easy Methods to Find the Percentage of Two Numbers in Excel
In the following, I have shared 3 simple and easy methods to find the percentage of two numbers in Excel.
Suppose we have a dataset of some Products, Sales in the First Quarter, and Sales in the Second Quarter. Now we will calculate the percentage of those two numbers in our Excel worksheet.
1. Formula to Find the Percentage of Two Numbers
If you are looking for a simple solution to calculate the percentage between two numbers in Excel, then you are at the right place. Using a simple division formula you can find the percentage within a moment. Follow the steps below-
Steps:
- First, choose a cell (E5) and apply the following formula-
=(C5-D5)/D5
- Second, Hit ENTER and drag the “Fill Handle” down to fill all the cells.
- Now, you will see the output is in decimal format. Let’s change them to percent style by choosing cells (E5:E12) and clicking the “Percent Style” icon from the Home
- That’s it. We have successfully found the percentage of two numbers in Excel within a glimpse of an eye.
Read More: How to Calculate Percentage of a Number in Excel (5 Easy Ways)
2. Keyboard Shortcut to Find the Percentage of Two Numbers
We always hunt for shortcuts to reach our destination quickly. Here, I am describing a keyboard shortcut to find the percentage of two numbers in Excel.
Steps:
- In the same fashion, choose a cell (E5) and write the formula down-
=(C5-D5)/D5
- Next, click ENTER and pull the “FillHandle” down.
- While the output cells (E5:E12) are selected press CTRL+SHIFT+% from the keyboard.
- In summary, our result is ready in our hands with a simple shortcut.
Read More: How to Show One Number as a Percentage of Another in Excel
Similar Readings
- How to Calculate Revenue Growth Rate in Excel (3 Methods)
- How to Calculate Weight Loss Percentage in Excel (5 Methods)
- Calculate Forecast Accuracy Percentage in Excel (4 Easy Methods)
- How to Calculate Remaining Shelf Life Percentage in Excel
- How to Create a Percentage Polygon in Excel (2 Handy Ways)
3. Finding the Percentage of Two Numbers in Different Rows
Sometimes you might need to find the percentage of two numbers placed in the same column but in a different row. In that case, you can follow the below instructions.
Suppose we have a dataset of some Yearwise Population Increased numeric Value. Now we will find the increased percentage yearly.
Steps:
- To start with, select a cell (D5) and put the below formula down-
=(C6-C5)/C5
- Gently, hit ENTER and drag down the “Fill Handle” to fill all the cells with the proper output.
- Thereafter, selecting cells (D5:D12) change the style to “Percent Style” by hitting the “Percent” icon from the top ribbon.
- Finally, we have found the percentage of two numbers for different rows.
Read More: How to Calculate Percentage for Multiple Rows in Excel
Finding Updated (Increment or Decrement) Numbers from Percentage in Excel
Often we need to determine the updated increased or decreased numbers from percentage values. Here, I will explain both numbers from percentages in an Excel worksheet.
Imagine we have a dataset of some Products, Unit Prices, and VAT. Now we will calculate the Final Price using the percentage value in our workbook.
Steps:
- Presently, choose a cell (E5) and apply the following formula-
=C5*(1+D5)
- Similarly, hit ENTER and drag down the “Fill Handle”.
- Hence, we got our increment output from the percentage value.
- Thereafter, to find the updated decreased value with percentage, we will choose a cell (F5) and write the formula inside the cell-
=C5*(1-D5)
- In the same order, click ENTER and fill down the cells by dragging the “Fill Handle”.
- Finally, we have our decreased output in our hands.
Read More: How to Subtract a Percentage from a Price (4 Methods)
Use Format Cells Feature to Mark Percentages of Two Numbers
For calculation advantage, you can mark the percentages the way you want by utilizing the format cells feature.
Suppose we have a dataset of some Products, Sales in the First Quarter, and Sales in the Second Quarter. Now we will calculate the Change of Sales and mark them according to our choice.
Steps:
- First, choose a cell (E5) and apply the following formula-
=(C5-D5)/D5
- Finish by, pressing ENTER and dragging the “Fill Handle” down.
- While the output is selected click the “Percent Style” icon from the top ribbon.
- As you can see, we have got our output in percentages.
- Hence, choosing all output results press CTRL+1to go to the “Format Cells” window.
- In the new window, choose “Custom” and type “00%;[Red]-0.00%”.
- Thereafter, press OK.
- In conclusion, we have successfully marked all the negative percentage values in red. This is the simplest way to mark percentages. Simple isn’t it?
Read More: How to Calculate Sales Growth Percentage in Excel
Conclusion
In this article, I have tried to cover all the methods to find the percentages of two numbers in Excel. Take a tour of the practice workbook and download the file to practice by yourself. I hope you find it helpful. Please inform us in the comment section about your experience. We, the Exceldemy team, are always responsive to your queries. Stay tuned and keep learning.
Related Articles
- How to Use the Exponential Growth Formula in Excel (2 Methods)
- How to Calculate Monthly Growth Rate in Excel (2 Methods)
- Calculate Percentage in Excel VBA (Involving Macro, UDF, and UserForm)
- How to Add 10 Percent to a Number in Excel (2 Easy Methods)
- How to Add 20 Percent to a Price in Excel (2 Quick Methods)
- Calculate Percentage Using Absolute Cell Reference in Excel (4 Methods)