JCHuysamer
New Member
- Joined
- Nov 3, 2015
- Messages
- 43
Hi Guys
Thanks for all the help - But now I sit with my most DIFFICULT problem yet and I don't even know where to start:
I have 2 workbooks (Active Projects, VMC Display)
WB - Active Projects
[TABLE="class: grid, width: 500, align: left"]
<tbody>[TR]
[TD]Date
[/TD]
[TD]Project Number
[/TD]
[TD]Audit
[/TD]
[TD]JTO
[/TD]
[TD]PTO
[/TD]
[/TR]
[TR]
[TD]15/01/16
[/TD]
[TD]P-6200123
[/TD]
[TD]1
[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]15/01/16
[/TD]
[TD]P-6200555
[/TD]
[TD][/TD]
[TD]1
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]16/01/16
[/TD]
[TD]P-6200123
[/TD]
[TD][/TD]
[TD]1
[/TD]
[TD]1
[/TD]
[/TR]
[TR]
[TD]18/01/16
[/TD]
[TD]P-6200612
[/TD]
[TD]4
[/TD]
[TD][/TD]
[TD]1
[/TD]
[/TR]
[TR]
[TD]19/01/16
[/TD]
[TD]P-6200123
[/TD]
[TD]1
[/TD]
[TD][/TD]
[TD]1
[/TD]
[/TR]
</tbody>[/TABLE]
I need to filter the WB "Active Projects" first by date(to specify a specific period - either a week, day or month - this part I can do) and then I need to combine rows with matching Project Numbers (column B)(Combine all duplicates - as per below in red - Dates does not have to display ) and display them on WB "VMC Display" (only displaying the selected criteria/date range on WB "Active Projects")
WB - VMC Display
[TABLE="class: grid, width: 500, align: left"]
<tbody>[TR]
[TD]Date
[/TD]
[TD]Project Number
[/TD]
[TD]Audit
[/TD]
[TD]JTO
[/TD]
[TD]PTO
[/TD]
[/TR]
[TR]
[TD]
[/TD]
[TD]P-6200123
[/TD]
[TD]2
[/TD]
[TD]1
[/TD]
[TD]2
[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]P-6200555
[/TD]
[TD][/TD]
[TD]1
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD]P-6200612<strike></strike>
[/TD]
[TD]4
[/TD]
[TD][/TD]
[TD]1
[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]-----.......
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Is this at all POSSIBLE????????
Thanks for all the help - But now I sit with my most DIFFICULT problem yet and I don't even know where to start:
I have 2 workbooks (Active Projects, VMC Display)
WB - Active Projects
[TABLE="class: grid, width: 500, align: left"]
<tbody>[TR]
[TD]Date
[/TD]
[TD]Project Number
[/TD]
[TD]Audit
[/TD]
[TD]JTO
[/TD]
[TD]PTO
[/TD]
[/TR]
[TR]
[TD]15/01/16
[/TD]
[TD]P-6200123
[/TD]
[TD]1
[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]15/01/16
[/TD]
[TD]P-6200555
[/TD]
[TD][/TD]
[TD]1
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]16/01/16
[/TD]
[TD]P-6200123
[/TD]
[TD][/TD]
[TD]1
[/TD]
[TD]1
[/TD]
[/TR]
[TR]
[TD]18/01/16
[/TD]
[TD]P-6200612
[/TD]
[TD]4
[/TD]
[TD][/TD]
[TD]1
[/TD]
[/TR]
[TR]
[TD]19/01/16
[/TD]
[TD]P-6200123
[/TD]
[TD]1
[/TD]
[TD][/TD]
[TD]1
[/TD]
[/TR]
</tbody>[/TABLE]
I need to filter the WB "Active Projects" first by date(to specify a specific period - either a week, day or month - this part I can do) and then I need to combine rows with matching Project Numbers (column B)(Combine all duplicates - as per below in red - Dates does not have to display ) and display them on WB "VMC Display" (only displaying the selected criteria/date range on WB "Active Projects")
WB - VMC Display
[TABLE="class: grid, width: 500, align: left"]
<tbody>[TR]
[TD]Date
[/TD]
[TD]Project Number
[/TD]
[TD]Audit
[/TD]
[TD]JTO
[/TD]
[TD]PTO
[/TD]
[/TR]
[TR]
[TD]
[/TD]
[TD]P-6200123
[/TD]
[TD]2
[/TD]
[TD]1
[/TD]
[TD]2
[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]P-6200555
[/TD]
[TD][/TD]
[TD]1
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD]P-6200612<strike></strike>
[/TD]
[TD]4
[/TD]
[TD][/TD]
[TD]1
[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]-----.......
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Is this at all POSSIBLE????????