G Guest Jun 7, 2005 #1 In Excel, what is the formula to calculate the difference or change in numbers (delta) between cells?
In Excel, what is the formula to calculate the difference or change in numbers (delta) between cells?
G Guest Jun 7, 2005 #3 If you are looking for just the difference, use =A1-B1. If you want the absolute difference, use =ABS(A1-B1)
If you are looking for just the difference, use =A1-B1. If you want the absolute difference, use =ABS(A1-B1)