spiderjolly
Board Regular
- Joined
- Oct 20, 2009
- Messages
- 58
HI guys
I am no expert on VBA and could really do with some help. I have data in a table on one worksheet and want to click on the result in a cell that is the performance of the bucket in the worksheet Overview and then for it to take me to the second worksheet, action tracker and alllow me to only see the cell range that I have asked for . For instance if i click on CH - Bespoke cell, where 1.2% is the intersection of the two, I want to view the range of rows that have issues in the action tracker. I hope this is clear enough for you to help, thanks in advance. Brgds Sean
Overview of performance Sheet name "Overview"
[TABLE="width: 679"]
<tbody>[TR]
[TD][/TD]
[TD]Target[/TD]
[TD]Performance[/TD]
[TD]Discipline[/TD]
[TD]Time / Resource[/TD]
[TD]Bespoke[/TD]
[TD]Equipment[/TD]
[TD]Unallocated[/TD]
[/TR]
[TR]
[TD]Country[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]AT[/TD]
[TD]95.5%[/TD]
[TD]93.8%[/TD]
[TD]0.0%[/TD]
[TD]0.8%[/TD]
[TD]0.0%[/TD]
[TD]0.4%[/TD]
[TD]5.0%[/TD]
[/TR]
[TR]
[TD]BE[/TD]
[TD]86.0%[/TD]
[TD]82.0%[/TD]
[TD]0.0%[/TD]
[TD]0.0%[/TD]
[TD]0.0%[/TD]
[TD]0.0%[/TD]
[TD]18.0%[/TD]
[/TR]
[TR]
[TD]BG[/TD]
[TD]96.2%[/TD]
[TD]96.0%[/TD]
[TD]2.0%[/TD]
[TD]0.0%[/TD]
[TD]0.0%[/TD]
[TD]0.0%[/TD]
[TD]2.0%[/TD]
[/TR]
[TR]
[TD]CH[/TD]
[TD]97.7%[/TD]
[TD]96.4%[/TD]
[TD]0.0%[/TD]
[TD]0.0%[/TD]
[TD]1.2%[/TD]
[TD]0.5%[/TD]
[TD]1.9%[/TD]
[/TR]
[TR]
[TD]CZ[/TD]
[TD]76.8%[/TD]
[TD]59.9%[/TD]
[TD]0.0%[/TD]
[TD]0.0%[/TD]
[TD]4.0%[/TD]
[TD]10.0%[/TD]
[TD]26.1%[/TD]
[/TR]
[TR]
[TD]DE[/TD]
[TD]84.9%[/TD]
[TD]79.0%[/TD]
[TD]0.0%[/TD]
[TD]0.5%[/TD]
[TD]0.0%[/TD]
[TD]5.4%[/TD]
[TD]15.1%[/TD]
[/TR]
</tbody>[/TABLE]
Action Tracker Sheet the same.
[TABLE="width: 1143"]
<tbody>[TR]
[TD]ID[/TD]
[TD]Meeting[/TD]
[TD]Issue Date[/TD]
[TD]Description[/TD]
[TD]Performance bucket[/TD]
[TD]Country[/TD]
[TD]Depot[/TD]
[TD]Status[/TD]
[TD]Priority[/TD]
[TD]Due Date[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]11/27/2017[/TD]
[TD][/TD]
[TD]Direct feeder EPCOS[/TD]
[TD]Bespoke processes[/TD]
[TD]AT[/TD]
[TD]GRZ[/TD]
[TD]In progress[/TD]
[TD]H[/TD]
[TD]1/15/2018[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]11/27/2017[/TD]
[TD][/TD]
[TD]very short time window between arrival and processing to connect on-time of dedicated truck ex customer Palfinger[/TD]
[TD]Time/Resource issues[/TD]
[TD]AT[/TD]
[TD]SZG[/TD]
[TD]In progress[/TD]
[TD]M[/TD]
[TD]1/15/2018[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]11/27/2017[/TD]
[TD][/TD]
[TD]issue with data transmission[/TD]
[TD]Equipment issues[/TD]
[TD]AT[/TD]
[TD]VIE[/TD]
[TD]In progress[/TD]
[TD]L[/TD]
[TD]1/15/2018[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]11/27/2017[/TD]
[TD][/TD]
[TD]Mettler Toledo non convey measuring arm is broken[/TD]
[TD]Equipment issues[/TD]
[TD]AT[/TD]
[TD]LNZ[/TD]
[TD]In progress[/TD]
[TD]L[/TD]
[TD]1/15/2018[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]11/27/2017[/TD]
[TD][/TD]
[TD]Several times CWC V Tronic was used on Inbound mode, due to this many export cons leave without RPP. Shipments coming with own printed labels from the sender did not pass any RPP at all before export.[/TD]
[TD]Discipline[/TD]
[TD]BG[/TD]
[TD]SOF[/TD]
[TD]In progress[/TD]
[TD]M[/TD]
[TD]1/15/2018[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]11/27/2017[/TD]
[TD][/TD]
[TD]Sender Account Nr. 000212240 (TNT Swiss Post SA) needs to exclude from the report as this
account nr. will only used in case of return shipments for the LGI / Bally / Jimmy Choo customers.[/TD]
[TD]Bespoke processes[/TD]
[TD]CH[/TD]
[TD]LUG[/TD]
[TD]In progress[/TD]
[TD]M[/TD]
[TD]1/15/2018[/TD]
[/TR]
</tbody>[/TABLE]
I am no expert on VBA and could really do with some help. I have data in a table on one worksheet and want to click on the result in a cell that is the performance of the bucket in the worksheet Overview and then for it to take me to the second worksheet, action tracker and alllow me to only see the cell range that I have asked for . For instance if i click on CH - Bespoke cell, where 1.2% is the intersection of the two, I want to view the range of rows that have issues in the action tracker. I hope this is clear enough for you to help, thanks in advance. Brgds Sean
Overview of performance Sheet name "Overview"
[TABLE="width: 679"]
<tbody>[TR]
[TD][/TD]
[TD]Target[/TD]
[TD]Performance[/TD]
[TD]Discipline[/TD]
[TD]Time / Resource[/TD]
[TD]Bespoke[/TD]
[TD]Equipment[/TD]
[TD]Unallocated[/TD]
[/TR]
[TR]
[TD]Country[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]AT[/TD]
[TD]95.5%[/TD]
[TD]93.8%[/TD]
[TD]0.0%[/TD]
[TD]0.8%[/TD]
[TD]0.0%[/TD]
[TD]0.4%[/TD]
[TD]5.0%[/TD]
[/TR]
[TR]
[TD]BE[/TD]
[TD]86.0%[/TD]
[TD]82.0%[/TD]
[TD]0.0%[/TD]
[TD]0.0%[/TD]
[TD]0.0%[/TD]
[TD]0.0%[/TD]
[TD]18.0%[/TD]
[/TR]
[TR]
[TD]BG[/TD]
[TD]96.2%[/TD]
[TD]96.0%[/TD]
[TD]2.0%[/TD]
[TD]0.0%[/TD]
[TD]0.0%[/TD]
[TD]0.0%[/TD]
[TD]2.0%[/TD]
[/TR]
[TR]
[TD]CH[/TD]
[TD]97.7%[/TD]
[TD]96.4%[/TD]
[TD]0.0%[/TD]
[TD]0.0%[/TD]
[TD]1.2%[/TD]
[TD]0.5%[/TD]
[TD]1.9%[/TD]
[/TR]
[TR]
[TD]CZ[/TD]
[TD]76.8%[/TD]
[TD]59.9%[/TD]
[TD]0.0%[/TD]
[TD]0.0%[/TD]
[TD]4.0%[/TD]
[TD]10.0%[/TD]
[TD]26.1%[/TD]
[/TR]
[TR]
[TD]DE[/TD]
[TD]84.9%[/TD]
[TD]79.0%[/TD]
[TD]0.0%[/TD]
[TD]0.5%[/TD]
[TD]0.0%[/TD]
[TD]5.4%[/TD]
[TD]15.1%[/TD]
[/TR]
</tbody>[/TABLE]
Action Tracker Sheet the same.
[TABLE="width: 1143"]
<tbody>[TR]
[TD]ID[/TD]
[TD]Meeting[/TD]
[TD]Issue Date[/TD]
[TD]Description[/TD]
[TD]Performance bucket[/TD]
[TD]Country[/TD]
[TD]Depot[/TD]
[TD]Status[/TD]
[TD]Priority[/TD]
[TD]Due Date[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]11/27/2017[/TD]
[TD][/TD]
[TD]Direct feeder EPCOS[/TD]
[TD]Bespoke processes[/TD]
[TD]AT[/TD]
[TD]GRZ[/TD]
[TD]In progress[/TD]
[TD]H[/TD]
[TD]1/15/2018[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]11/27/2017[/TD]
[TD][/TD]
[TD]very short time window between arrival and processing to connect on-time of dedicated truck ex customer Palfinger[/TD]
[TD]Time/Resource issues[/TD]
[TD]AT[/TD]
[TD]SZG[/TD]
[TD]In progress[/TD]
[TD]M[/TD]
[TD]1/15/2018[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]11/27/2017[/TD]
[TD][/TD]
[TD]issue with data transmission[/TD]
[TD]Equipment issues[/TD]
[TD]AT[/TD]
[TD]VIE[/TD]
[TD]In progress[/TD]
[TD]L[/TD]
[TD]1/15/2018[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]11/27/2017[/TD]
[TD][/TD]
[TD]Mettler Toledo non convey measuring arm is broken[/TD]
[TD]Equipment issues[/TD]
[TD]AT[/TD]
[TD]LNZ[/TD]
[TD]In progress[/TD]
[TD]L[/TD]
[TD]1/15/2018[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]11/27/2017[/TD]
[TD][/TD]
[TD]Several times CWC V Tronic was used on Inbound mode, due to this many export cons leave without RPP. Shipments coming with own printed labels from the sender did not pass any RPP at all before export.[/TD]
[TD]Discipline[/TD]
[TD]BG[/TD]
[TD]SOF[/TD]
[TD]In progress[/TD]
[TD]M[/TD]
[TD]1/15/2018[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]11/27/2017[/TD]
[TD][/TD]
[TD]Sender Account Nr. 000212240 (TNT Swiss Post SA) needs to exclude from the report as this
account nr. will only used in case of return shipments for the LGI / Bally / Jimmy Choo customers.[/TD]
[TD]Bespoke processes[/TD]
[TD]CH[/TD]
[TD]LUG[/TD]
[TD]In progress[/TD]
[TD]M[/TD]
[TD]1/15/2018[/TD]
[/TR]
</tbody>[/TABLE]