joshuadalrymple
New Member
- Joined
- Sep 22, 2015
- Messages
- 4
Hello everyone,
I have a spreadsheet at work that requires me to put the same information into two separate tables on two separate sheets. The master list containing all of the information unfiltered is on sheet name Raw and is shown below.
Each "Name" has their own sheet with an identical table that has the same information on it, just specifically the information corresponding to that name.
As of right now I must enter the information manually on the master table as well as the specific tables for each name. This is quite cumbersome.
What I would like to do is have the tables on the specific "name" worksheets auto fill from the information on the master table.
Unfortunately due to workplace, IT, and other restrictions, Power Query, Pivot Tables, and SQL will not work.
Some extra info:
Sheet Name: Raw
Table Name: Ledger
[TABLE="width: 1099"]
<colgroup><col><col><col><col><col><col><col><col></colgroup><tbody>[TR]
[TD]Trans #[/TD]
[TD]Name[/TD]
[TD]ID #[/TD]
[TD]Minutes[/TD]
[TD]1st Change[/TD]
[TD]Subsequent Changes[/TD]
[TD]Seconds[/TD]
[TD]Outlier[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]John Smith[/TD]
[TD]66247465[/TD]
[TD]0.3[/TD]
[TD]y[/TD]
[TD] [/TD]
[TD]18[/TD]
[TD]N[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]Jane Doe[/TD]
[TD]65446416[/TD]
[TD]0.6[/TD]
[TD]n[/TD]
[TD]2[/TD]
[TD]18[/TD]
[TD]N[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]Jack Green[/TD]
[TD]67451678[/TD]
[TD]1[/TD]
[TD]y[/TD]
[TD] [/TD]
[TD]60[/TD]
[TD]N[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]Jill Brown[/TD]
[TD]46764876[/TD]
[TD]2[/TD]
[TD]y[/TD]
[TD] [/TD]
[TD]120[/TD]
[TD]N[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]John Smith[/TD]
[TD]74161687[/TD]
[TD]2[/TD]
[TD]y[/TD]
[TD] [/TD]
[TD]120[/TD]
[TD]N[/TD]
[/TR]
[TR]
[TD]6[/TD]
[TD]Jane Doe[/TD]
[TD]46872419[/TD]
[TD]2[/TD]
[TD]y[/TD]
[TD] [/TD]
[TD]120[/TD]
[TD]N[/TD]
[/TR]
[TR]
[TD]7[/TD]
[TD]Jack Green[/TD]
[TD]68468761[/TD]
[TD]2[/TD]
[TD]y[/TD]
[TD] [/TD]
[TD]120[/TD]
[TD]N[/TD]
[/TR]
[TR]
[TD]8[/TD]
[TD]Jill Brown[/TD]
[TD]76876417[/TD]
[TD]1[/TD]
[TD]n[/TD]
[TD]1[/TD]
[TD]60[/TD]
[TD]N[/TD]
[/TR]
[TR]
[TD]9[/TD]
[TD]John Smith[/TD]
[TD]68768712[/TD]
[TD]1[/TD]
[TD]n[/TD]
[TD]1[/TD]
[TD]60[/TD]
[TD]N
[/TD]
[/TR]
</tbody>[/TABLE]
Thank you for whatever help you can offer!
I have a spreadsheet at work that requires me to put the same information into two separate tables on two separate sheets. The master list containing all of the information unfiltered is on sheet name Raw and is shown below.
Each "Name" has their own sheet with an identical table that has the same information on it, just specifically the information corresponding to that name.
As of right now I must enter the information manually on the master table as well as the specific tables for each name. This is quite cumbersome.
What I would like to do is have the tables on the specific "name" worksheets auto fill from the information on the master table.
Unfortunately due to workplace, IT, and other restrictions, Power Query, Pivot Tables, and SQL will not work.
Some extra info:
- Trans # is the only unique number as each "name" will have many entries and ID# (although unlikely) could repeat.
- The table names on each of the specific "name" sheets will be the same as the "name".
- The specific "name" sheets have other information on them, so they can't be removed.
- At this time I cannot upload a copy of the spreadsheet. Later, I may be able to upload an example copy if that's needed.
Sheet Name: Raw
Table Name: Ledger
[TABLE="width: 1099"]
<colgroup><col><col><col><col><col><col><col><col></colgroup><tbody>[TR]
[TD]Trans #[/TD]
[TD]Name[/TD]
[TD]ID #[/TD]
[TD]Minutes[/TD]
[TD]1st Change[/TD]
[TD]Subsequent Changes[/TD]
[TD]Seconds[/TD]
[TD]Outlier[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]John Smith[/TD]
[TD]66247465[/TD]
[TD]0.3[/TD]
[TD]y[/TD]
[TD] [/TD]
[TD]18[/TD]
[TD]N[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]Jane Doe[/TD]
[TD]65446416[/TD]
[TD]0.6[/TD]
[TD]n[/TD]
[TD]2[/TD]
[TD]18[/TD]
[TD]N[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]Jack Green[/TD]
[TD]67451678[/TD]
[TD]1[/TD]
[TD]y[/TD]
[TD] [/TD]
[TD]60[/TD]
[TD]N[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]Jill Brown[/TD]
[TD]46764876[/TD]
[TD]2[/TD]
[TD]y[/TD]
[TD] [/TD]
[TD]120[/TD]
[TD]N[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]John Smith[/TD]
[TD]74161687[/TD]
[TD]2[/TD]
[TD]y[/TD]
[TD] [/TD]
[TD]120[/TD]
[TD]N[/TD]
[/TR]
[TR]
[TD]6[/TD]
[TD]Jane Doe[/TD]
[TD]46872419[/TD]
[TD]2[/TD]
[TD]y[/TD]
[TD] [/TD]
[TD]120[/TD]
[TD]N[/TD]
[/TR]
[TR]
[TD]7[/TD]
[TD]Jack Green[/TD]
[TD]68468761[/TD]
[TD]2[/TD]
[TD]y[/TD]
[TD] [/TD]
[TD]120[/TD]
[TD]N[/TD]
[/TR]
[TR]
[TD]8[/TD]
[TD]Jill Brown[/TD]
[TD]76876417[/TD]
[TD]1[/TD]
[TD]n[/TD]
[TD]1[/TD]
[TD]60[/TD]
[TD]N[/TD]
[/TR]
[TR]
[TD]9[/TD]
[TD]John Smith[/TD]
[TD]68768712[/TD]
[TD]1[/TD]
[TD]n[/TD]
[TD]1[/TD]
[TD]60[/TD]
[TD]N
[/TD]
[/TR]
</tbody>[/TABLE]
Thank you for whatever help you can offer!