Formulas

J

Janelle

In Excel, what is the formula to calculate the difference or change in
numbers (delta) between cells?
 
S

SVC

If you are looking for just the difference, use =A1-B1.
If you want the absolute difference, use =ABS(A1-B1)
 
Top