I have a spreadsheet, not a table, of 5 rows and multiple columns. There are no column or row names – just data.
Each column represents a week.
In the final column of the spreadsheet is a calculation that subtracts the current week from the prior week for each row.
For example, if I had two columns or two weeks the formula in the third column would be =SUM(A2–A1),=SUM(B2-B1),…,=SUM(E2-E1) for each row.
If I add a third week or a third column, I would change the formula in the fourth column to =SUM(A3-A2),=SUM(B3-B2),…,=SUM(E3-E2) for each row.
I would like the formula to automatically update for all rows each time I add a new week or column as opposed to manually updating it.
Thank you.
Bookmarks