Percentage difference between two numbers

M

Michelle

I have two numbers that I need to calculate the percentage
of difference between them.

Example:
$1.22 increased to $1.30 = I need a formula that will tell
me the percentage of difference
 
P

Paul

Michelle said:
I have two numbers that I need to calculate the percentage
of difference between them.

Example:
$1.22 increased to $1.30 = I need a formula that will tell
me the percentage of difference

Suppose your $1.22 is in A1 and $1.30 in A2.
The formula to calculate the percentage difference is
=A2/A1-1
Format this cell as percentage.
 
Top