Hi all!
I've been researching this for days and cannot seem to find the proper way of doing what I need! I feel like it's pretty simple.....
I have a master sheet where data is entered as such:
[TABLE="class: cms_table_grid, width: 500"]
<tbody>[TR]
[TD]Date[/TD]
[TD]Log #[/TD]
[TD]Building[/TD]
[TD]Rep[/TD]
[/TR]
[TR]
[TD]12/31/16[/TD]
[TD]123456[/TD]
[TD]5[/TD]
[TD]Jane Doe[/TD]
[/TR]
[TR]
[TD]1/4/17[/TD]
[TD]789012[/TD]
[TD]10[/TD]
[TD]Jane Doe[/TD]
[/TR]
[TR]
[TD]1/9/17[/TD]
[TD]345678[/TD]
[TD]15[/TD]
[TD]Jane Doe[/TD]
[/TR]
[TR]
[TD]1/16/17[/TD]
[TD]901234[/TD]
[TD]20[/TD]
[TD]Jane Doe[/TD]
[/TR]
</tbody>[/TABLE]
Then I have a worksheet for each log # (there could be several) and I need the data from those line items from the master sheet to feed to specific cells on the other worksheets. How can I get the info that I enter on the master sheet to automatically feed to the other worksheets cells? Can it be a formula or does it need to be a macro? There are no forumlas within the data I want transferred.
Thank you in advance for your help! Any info is much appreciated.
I've been researching this for days and cannot seem to find the proper way of doing what I need! I feel like it's pretty simple.....
I have a master sheet where data is entered as such:
[TABLE="class: cms_table_grid, width: 500"]
<tbody>[TR]
[TD]Date[/TD]
[TD]Log #[/TD]
[TD]Building[/TD]
[TD]Rep[/TD]
[/TR]
[TR]
[TD]12/31/16[/TD]
[TD]123456[/TD]
[TD]5[/TD]
[TD]Jane Doe[/TD]
[/TR]
[TR]
[TD]1/4/17[/TD]
[TD]789012[/TD]
[TD]10[/TD]
[TD]Jane Doe[/TD]
[/TR]
[TR]
[TD]1/9/17[/TD]
[TD]345678[/TD]
[TD]15[/TD]
[TD]Jane Doe[/TD]
[/TR]
[TR]
[TD]1/16/17[/TD]
[TD]901234[/TD]
[TD]20[/TD]
[TD]Jane Doe[/TD]
[/TR]
</tbody>[/TABLE]
Then I have a worksheet for each log # (there could be several) and I need the data from those line items from the master sheet to feed to specific cells on the other worksheets. How can I get the info that I enter on the master sheet to automatically feed to the other worksheets cells? Can it be a formula or does it need to be a macro? There are no forumlas within the data I want transferred.
Thank you in advance for your help! Any info is much appreciated.