If you are looking for how to calculate percentage increase between multiple numbers in Excel, then you are in the right place. We need to calculate percentages in many aspects of our life. For example, when calculating discounts in shops, bank interest rates, rates of inflation, etc., the percentage is very useful. In this article, we’ll try to show you some basic concepts, formulas, and especially methods about how to calculate percentages between multiple numbers in Excel.
Watch Video – Calculate Percentage Between Multiple Numbers in Excel
What Is Percentage?
A percentage is a number or a ratio that is represented as a fraction of a whole number. For example, X person got 90 marks out of 150. If we want to express the marks of X into a percentage, it will be (90/150) =60%.
How to Calculate Percentage Increase Between Three Numbers in Excel: 2 Ways
We can calculate percentages between two numbers or between multiple numbers. In the case of two numbers, we have to calculate based on the two data, and in the case of multiple numbers, we need to calculate based on multiple numbers. In both cases, the formula is quite similar.
Simply, the formula for the percentage change.
=(new value-old value)/old value*100
To show these, we have made a dataset named Dataset of Sales. It has column headers as Stock at January (Unit), Stock at February (Unit), and Stock of March (Unit). The dataset is like this.
We’ll now discuss the ways to calculate percentages.
1. Percentage Change Between Two Numbers
To calculate the percentage change between two numbers, we need to use a simple arithmetic formula. Percentage change can be two types.
- Percentage Increase
- Percentage Decrease
When the second value i.e. the new value is greater than the first value i.e. old value, then the percentage change becomes positive and it is mainly a percentage increase. On the other hand, when the second value is smaller than the first value, the percentage change becomes negative which means a percentage decrease.
In the figure below, we’ll try to calculate the percentage change between two values in column D. The two values are Stock at January and Stock at February.
We just need to follow the steps below.
Steps:
- Type the formula in cell D5Â that we mentioned earlier and it is.
=(new value-old value)/old value
In this case, it is.
=(C5-B5)/B5
Here, C5 and B5 refer to the first value of Stock of January i.e. 10, and Stock of February i.e. 15 respectively.
- Press ENTER to get the output as 0.5.
- Use the Fill Handle by dragging down the cursor while holding the right-bottom corner of the D5 cell like this.
- We’ll get the output like this.
- Select range B5:B11 > Click the Percentage Style (%) sign of the Number group command.
- Finally, we will obtain the following illustration.
In the above figure, especially in the 5th row, we see that the quantity of Stock at February is higher than Stock at January. That’s why we found an increase in the percentage. Similarly, the percentage is increased in the 6th, 7th, and 8th rows. On the contrary, we see that the quantity of Stock at February is lower than that of January in the 9th, 10th, and 11th rows. For this, we found that the percentage has decreased and this situation will happen for every case when the second value is lower than the first value.
Read More: How to Calculate Percentage Change with Negative Numbers in Excel
2. Percentage Change Among Three or Multiple Numbers
We can also calculate percentage change among three or more numbers by using the arithmetic formula. In this case, the formula is slightly different from the formula in the case of two numbers. Here, we’ll bring the consecutive numbers to calculate percentage change in the formula like this.
=(first value-second value)/(third value-second value)
Now, we need to proceed with the following steps:
Steps:
- Write the following formula in cell E5Â like this.
=(B5-C5)/(D5-C5)Â
Here, A2 is the first value, which is 10, B2 is the second value which is 5 and C2 is the third value which is 20.
- Press ENTER and use the Fill Handle to get the output like this.
- Select the range E5:E11 > Click the Percentage Style (%) sign of the Number group command.
- Finally, you will get the percentage increase among the three numbers.
Read More: How to Show Percentage Change in Excel Graph
Conclusion
This is the way we can calculate the percentage increase between multiple numbers in Excel. Even if calculating percentages manually is not your favorite work, you can easily calculate using formulas in Excel from now on. I appreciate you for reading this article and leaving any opinions or comments below.
Hello, How do I calculate count change and percent change with many values given?
The formula for calculating count change is simply final avalue – initial value. But my teacher want me to do it for like 10 different columns the amount of burglaries from 2000-2011. Each year has a value example year 2000 38352, 2001 32763, 2002 31275, 2003 29110, and so on. So if I were to calculate the “count change” with two numbers i know what to do but with all of this numbers I don’t know how, and then after that I have to calculate the “percent change” for all these numbers. Do you know how this is done. Maybe I am just very confused.thank you
Dear Nelly,
Actually, percentage change mostly fits between two numbers. There is no specific formula to calculate percentage change among multiple numbers. Rather, when we face percentage change calculation, it means we are simply asked for the percentage change between the first number and the last number. In this case, the formula is.
=((Final Value – Initial Value)/Initial Value)*100
As your teacher has given you 10 different columns of values, you can calculate percentage change for each 2 individual columns and finally find a mean value of percentage change.
This is like.
=((2nd Value – First Value)/First Value)*100
Then,
=((3rd Value – 2nd Value)/2nd Value)*100
Similarly, following the same formula find all the individual percentage change. For 10 columns you will find 9 individual percentage change.
Finally, to find the mean.
=(Percentage Change of (Step 1 + Step 2 + …….+ Step 9))/ 9
Similarly, this statement is true for calculating count.
Regards,
Towhid
Excel & VBA Content Developer
ExcelDemy