Percentage difference between two numbers

  • Thread starter Thread starter Michelle
  • Start date Start date
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
 
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.
 
Back
Top