How to find the difference between two numbers in excel?

1 answer(s)
Answer # 1 #

📊 Calculating Difference Between Two Numbers in Excel

  1. Suppose numbers are in A1 and B1.
  2. Use formula: =A1-B1
  3. Press Enter, and Excel displays the difference.

Tip: Use ABS(A1-B1) if you want a positive difference regardless of order.

[24 Day]