Hi Folks,
Looking for some help and advice, please. Difficult one to explain, Essentially I have 2 worksheets. For simplistic sense, let's call one Raw Data that gets updated daily and the other live reporting.
Raw data contains lots of information and is updated with new people every day.
Live reporting takes the data from certain cells consistently of the rows in the raw data and uses it.
As each day goes by new people are added to raw data, that contains various different information that stays consistent in the live report worksheet. This data cant be overwritten or moved to a different location.
My question is how can this be done.
Raw Data day 1
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Name[/TD]
[TD]location[/TD]
[TD]start date[/TD]
[/TR]
[TR]
[TD]smith, bob[/TD]
[TD]Smithfield[/TD]
[TD]21/5/18[/TD]
[/TR]
[TR]
[TD]jones, alias[/TD]
[TD]Jonesland[/TD]
[TD]15/5/18
[/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Name[/TD]
[TD]location[/TD]
[TD]Start Date[/TD]
[/TR]
[TR]
[TD]smith, bob[/TD]
[TD]Smithfield[/TD]
[TD]18/5/18[/TD]
[/TR]
[TR]
[TD]jones, alias[/TD]
[TD]Jonesland[/TD]
[TD]15/5/18[/TD]
[/TR]
[TR]
[TD]bloggs, Joe[/TD]
[TD]bloggsphere[/TD]
[TD]22/5/18[/TD]
[/TR]
</tbody>[/TABLE]
****** id="cke_pastebin" style="position: absolute; top: 433.333px; width: 1px; height: 1px; overflow: hidden; left: -1000px;">[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]15/5/18[/TD]
[/TR]
</tbody>[/TABLE]
</body>Live Reporting worksheet
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Name[/TD]
[TD]Start Date[/TD]
[TD]Comments[/TD]
[/TR]
[TR]
[TD]Smith, bob[/TD]
[TD]18/5/18[/TD]
[TD]updated with relevant comment[/TD]
[/TR]
[TR]
[TD]Jones, Alias[/TD]
[TD]15/5/18[/TD]
[TD]updated with relevant comment[/TD]
[/TR]
</tbody>[/TABLE]
I want to be able to take the data from the raw data and populate the live working data sheet without losing what is in the comments section. I am happy if it writes all new starts at the end but it cant take same value or add a new one and overwrite an existing cell on live reporting worksheet if that makes sense. The other key point is I won't be taking the entire row but only parts of the row say name and start date from raw data and not location.
thanks in advance
Looking for some help and advice, please. Difficult one to explain, Essentially I have 2 worksheets. For simplistic sense, let's call one Raw Data that gets updated daily and the other live reporting.
Raw data contains lots of information and is updated with new people every day.
Live reporting takes the data from certain cells consistently of the rows in the raw data and uses it.
As each day goes by new people are added to raw data, that contains various different information that stays consistent in the live report worksheet. This data cant be overwritten or moved to a different location.
My question is how can this be done.
Raw Data day 1
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Name[/TD]
[TD]location[/TD]
[TD]start date[/TD]
[/TR]
[TR]
[TD]smith, bob[/TD]
[TD]Smithfield[/TD]
[TD]21/5/18[/TD]
[/TR]
[TR]
[TD]jones, alias[/TD]
[TD]Jonesland[/TD]
[TD]15/5/18
[/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Name[/TD]
[TD]location[/TD]
[TD]Start Date[/TD]
[/TR]
[TR]
[TD]smith, bob[/TD]
[TD]Smithfield[/TD]
[TD]18/5/18[/TD]
[/TR]
[TR]
[TD]jones, alias[/TD]
[TD]Jonesland[/TD]
[TD]15/5/18[/TD]
[/TR]
[TR]
[TD]bloggs, Joe[/TD]
[TD]bloggsphere[/TD]
[TD]22/5/18[/TD]
[/TR]
</tbody>[/TABLE]
****** id="cke_pastebin" style="position: absolute; top: 433.333px; width: 1px; height: 1px; overflow: hidden; left: -1000px;">[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]15/5/18[/TD]
[/TR]
</tbody>[/TABLE]
</body>Live Reporting worksheet
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Name[/TD]
[TD]Start Date[/TD]
[TD]Comments[/TD]
[/TR]
[TR]
[TD]Smith, bob[/TD]
[TD]18/5/18[/TD]
[TD]updated with relevant comment[/TD]
[/TR]
[TR]
[TD]Jones, Alias[/TD]
[TD]15/5/18[/TD]
[TD]updated with relevant comment[/TD]
[/TR]
</tbody>[/TABLE]
I want to be able to take the data from the raw data and populate the live working data sheet without losing what is in the comments section. I am happy if it writes all new starts at the end but it cant take same value or add a new one and overwrite an existing cell on live reporting worksheet if that makes sense. The other key point is I won't be taking the entire row but only parts of the row say name and start date from raw data and not location.
thanks in advance