I have an excel document.
My problem is: every time I create a new document, I need to move data. but also summarize the data automatically. Sheet 1 is my summaries.
Let's say I have a column named "sum", and in sheet2 I have a column price. If I set the price A1 = 1(int) in sheet 2, it shall be sent to the column sum in Sheet 1 (Summary). If I then copy sheet 2 and create sheet 3 and insert value 1 in the price of sheets 3 it will end up in Sheet 1 (Summary). the sum shuld then be 2 in sheet 1. is there any way to do this?