Pandab2002
IS-IT--Management
I have a spreadsheed that tracks a weekly inventory. I am trying to find a formula that I can put in another cell that shows the difference between the number from one week to the next. Currently, I simply use something like =SUM(B2-A2). It works okay, but I have 100 rows of data, some data will increase from one week to the next, resulting in a positive number and some data will decrease resulting in a negative number. When I total all of the results the positive and negatives do not give me an actual answer. For example if the result of =SUM(B1-A1) is -5 and the result of =SUM(B2-A2) is 5, I want to show that the total difference is 10 by adding 5+5, instead of it being 0 by adding -5+5. Any suggestions are greatly appreciated.