Hi everyone,
I have a questions regarding copying the data between the sheets.
I have a sheet, lets call sheet1, and I want to create a new sheet sheet2, which gets partial data from sheet1 and also updates itself based on the updates on sheet1.
For instance, lets say I have the data in B2:O1100 in sheet 1. Firstly, the sheet2 should get the data from C2:I1100 and M2:O1100 by also keeping the formatting. Then, at any point, if I make any changes in sheet1, this should be captured in sheet2 as well, i.e. if I add a new row to row457 in sheet1, this row should be added to row457 in sheet 2 as well and the data in the new row of sheet1 from cells C.D,E,F,G,H,I,M,N,O should be copied to the new row in sheet2 or if I change the data in the cells of sheet1, this should change in sheet2, too.
I tried a couple of options from online resources and tried to manage it by using macros but I have very limited knowledge on this. Any help would be much appreciated!
Thanks a lot in advance.
I have a questions regarding copying the data between the sheets.
I have a sheet, lets call sheet1, and I want to create a new sheet sheet2, which gets partial data from sheet1 and also updates itself based on the updates on sheet1.
For instance, lets say I have the data in B2:O1100 in sheet 1. Firstly, the sheet2 should get the data from C2:I1100 and M2:O1100 by also keeping the formatting. Then, at any point, if I make any changes in sheet1, this should be captured in sheet2 as well, i.e. if I add a new row to row457 in sheet1, this row should be added to row457 in sheet 2 as well and the data in the new row of sheet1 from cells C.D,E,F,G,H,I,M,N,O should be copied to the new row in sheet2 or if I change the data in the cells of sheet1, this should change in sheet2, too.
I tried a couple of options from online resources and tried to manage it by using macros but I have very limited knowledge on this. Any help would be much appreciated!
Thanks a lot in advance.