Hi,
Can anyone help with the following?
I have, for instance, a cell (A1) on sheet 1 which draws the SUM of data values from sheet 2 within a certain row (row 3) (=SUM(Sheet2!3:3)). This row 3 in sheet 2 is the SUM of cells a1:a2, b1:b2, c1:c2, etc (=SUM(A1:A2)).
Everything works fine as I add values to cells a1:a2, b1:b2, c1:c2, etc in sheet 2 as this updates row 3 (=SUM(A1:A2)) and thus the cell A1 in sheet 1 updates.
However I would like to make a copy of sheet 2 in the same workbook as sheet 3 for example but now have the formula in A1 of sheet 1 to automatically update this copied sheet 3, rather doing it manually as there's many sheets I would be adding.
i.e. automatically cell A1 in sheet 1 from (=SUM(Sheet2!3:3)) to (=SUM(Sheet2!3:3)+SUM(Sheet3!3:3)).
I hope this makes sense. Is this possible? Thanks
eg1.png
eg2.png
eg3.png
eg4.png
Bookmarks