answersLogoWhite

0


Best Answer

For percentage increase or decrease, take the absolute value of the difference and then divide that difference by the first number. I assume you are using Excel, since you gave cell references, so here is what you do: In the cell where you want the answer, type =(ABS(A1-A2)/A2)*100. The reason it is multiplied by 100 is because the answer would just be a decimal and not a percent otherwise.

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you calculate the percentage increase from a A2 to A1?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Basic Math

How do you find the percentage on Excel?

You find percentages with excel the same why you would with any other method. Multiply the number times the decimal equivalent of the percent. If you want to find 12% of $132.56, use this formula: =132.56*.12If you store the number in cell A1 and the percent in A2, you can use the following formula to calculate the results: =A1*A2


How do you calculate a percentage change in excel if one number is negative?

To find the percentage change, you divide the change from initial to final by the absolute value of the initial value and then multiply by 100%. As an example: if the initial value is in cell A1 and the final value is in cell A2, the formula for percent change would be: =(A2-A1)/ABS(A1). You can EITHER multiply that value by 100 to get the percentage OR format the cell to display the number as a percentage. If the original number is negative and the final number is less (even more negative) - this makes the percentage change negative. If the original number is negative and the final number still negative but greater (closer to zero) then this would be an increase even though it would be less negative so the percent change would be positive. If the original number is negative and the final number zero or positive, this would still constitute an increase so the percentage change would be positive. If the initial number was positive and the final number negative, then this would be a pretty obvious decrease and the percentage change would be negative.


What is -1.7 repeating as a fraction?

-1.7 repeating as a fraction = -16/9 a1= 0.7 a2 = 0.07 r = a2/a1 = 0.07/0.7 = 0.1 fraction: = -(1 + a1/1-r) = -(1 + 0.7/1- 0.1) = -(1 + 0.7/0.9) * (10/10) = -(1 + 7/9) = -(9 + 7)/9 = -16/9


What is the greatest common factor of 24 72and 132?

gcd(a,b) = greatest common divisor (or factor, whatever) of a and b. For any set of number, a1, a2, a3, ..., you can use the Euclidean algorithm (http://en.wikipedia.org/wiki/Euclidean_algorithm) to get the gcd(a1, a2), and then again to get gcd(gcd(a1, a2), a3), etc. Often, though, you can eyeball it. So 24*3 = 72. Therefore, gcd(24, 72)=24. 24 does not divide 132, but 12 does (the next biggest factor of 24), so gcd(24, 72, 132)=12.


Why can't we add complex number in polar form?

You can, but the process is slightly complicated, because addition in the Complex field is like vector addition. If z1 = (r1, a1), and If z2 = (r2, a2) Then, if z = (r, a) r = sqrt(r12 + r22) and a = arctan[(r1sina1 + r2sina2)/(r1cosa1 + r2cosa2)]

Related questions

How to calculate the percentage change between two numbers in excel?

Enter 1st number in A1 Enter 2nd number in A2 In A3 enter =(1-A2/A1)*100 Or you can enter in A3 =(1-A2/A1) and format cell as number percentage


What is the correct formula for adding the values in cells A1 A2 A3?

The simplest and best way is: =A1+A2 You could also do it any of the following ways: =SUM(A1:A2) =SUM(A1,A2) =SUM(A1+A2) =SUBTOTAL(9,A1,A2)


What is the formula for joining two data in Excel?

numbers: =A1+A2 text: =A1&A2 or =A1&" "&A2


What is the formula to find the sum of cells a1 a2 and a3 in excel?

Excel formulas that will find the average of cells A1, A2, and A4 are: =AVERAGE(A1 ,A2, A4) or =AVERAGE(A1:A2, A4)


Formula for sum of cells A1 to A5?

While there are many ways of doing it, the simplest way is to use the SUM function and a range in it like this: =SUM(A1:A5)


What is the formula to find sum of cells a1 a2 and a3?

There following two options should work:=sum(A1:A3) or=A1+A2+A3


Is A1 A2 orA4 bigger?

A2 is the biggest then A4 then A1


What is the difference between an infinite sequence and an infinite series?

A series is a special case of a sequence where the n'th term is the sum of n numbers a1, a2, ..., an. In other words, it is a sequence in the form S1 = a1 S2 = a1 + a2 S3 = a1 + a2 + a3 ... Sn = a1 + a2 + ... + an


How do you find the percentage on Excel?

You find percentages with excel the same why you would with any other method. Multiply the number times the decimal equivalent of the percent. If you want to find 12% of $132.56, use this formula: =132.56*.12If you store the number in cell A1 and the percent in A2, you can use the following formula to calculate the results: =A1*A2


How do you calculate salary in Excel sheet?

Put the hourly rate in cell A1 and the number of hours in cell A2. Put the following formula in cell A3 [=A1*A2]. You will see the total of Rate X Hours in cell A3.


What formula do you use to get a percentage of 2 numbers?

If you have two numbers and want to find what percentage they are of each other, you can do some division. So for example, if you want to find out what percentage of 96 is 75, then you would divide 75 by 96 and format the result as a percentage. So if 75 is in cell A1 and 96 is in cell A2, then in another cell you would put the following formula: =A1/A2 It will be 78%. If you want to find what percentage of 75 is 96, then the formula would be: =A2/A1 It will be 128%. The numerical difference between 75 and 96 is 19. If you want to find what percentage of 75 or 96 19 is, then you divide the 19 by the 75 or by the 96. You could have a formula in a cell A3 which finds the difference between the two numbers first as follows: =A2-A1 That will be 19. Then to find what percentage of 75 19 is in another blank cell you would have the formula: =A3/A1 To find what percentage of 96 19 is in another blank cell you would have the formula: =A3/A2


Where is A1?

next to a2