How to Figure Percentage Difference of Two Numbers?

Subtract one number from the other

Take the absolute value of the result

Add the two numbers together

Divide the absolute difference by the average of the two numbers

Multiply by 100

Formula: Percentage difference = |A – B| / ((A + B) / 2) × 100

Suggested for You

Trending Today