I have an excel sheet where we write down the costs of food shopping and want to see the difference between the last two months, even after adding a new month
A = person that shops
B = amount for January
C = amount for February
D = Difference
In the D column I will add the formula =sum(B2-C2) This will give me the difference between those months. But what if I want to add a new month (March) What would be the best way to see the difference between those months without changing the formula?
I tried to do it the other way
A = person that shops
B = difference
C = amount for February
D = Amount for January
with the formula in B =sum($B$2-$C$2) which works but when I add a new column between B and C for the month March... the formula will automatically change to =sum($C$2-$D$2).
I hope I made myself a bit clear ... How can I keep the formula the same?
Bookmarks