Hi All,
I have an excel workbook with 2 sheets named "Info" and the other "Newcastle".
Info sheet consists of 100's of rows of data, see below:
[TABLE="width: 1038"]
<colgroup><col><col><col><col><col></colgroup><tbody>[TR]
[TD]PartNumber[/TD]
[TD]QTA[/TD]
[TD]B3_Free[/TD]
[TD]B3_Locn[/TD]
[TD]Branch[/TD]
[/TR]
[TR]
[TD]BC2020[/TD]
[TD]2[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]Birmingham_Branch[/TD]
[/TR]
[TR]
[TD]BC2051R[/TD]
[TD]1[/TD]
[TD]43[/TD]
[TD]201C2,53A[/TD]
[TD]Newcastle_Branch[/TD]
[/TR]
[TR]
[TD]BC2056[/TD]
[TD]1[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]Birmingham_Branch[/TD]
[/TR]
[TR]
[TD]BC2056R[/TD]
[TD]1[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]Birmingham_Branch[/TD]
[/TR]
[TR]
[TD]BC2063[/TD]
[TD]1[/TD]
[TD]0[/TD]
[TD]17D[/TD]
[TD]Builds[/TD]
[/TR]
[TR]
[TD]BC2063R[/TD]
[TD]1[/TD]
[TD]0[/TD]
[TD]17D[/TD]
[TD]Birmingham_Branch[/TD]
[/TR]
[TR]
[TD]BC2065[/TD]
[TD]1[/TD]
[TD]28[/TD]
[TD]201A2[/TD]
[TD]Newcastle_Branch[/TD]
[/TR]
[TR]
[TD]BC2065R[/TD]
[TD]1[/TD]
[TD]46[/TD]
[TD]13M5[/TD]
[TD]Newcastle_Branch[/TD]
[/TR]
</tbody>[/TABLE]
The Newcastle sheet consists of just headings, see below:
[TABLE="width: 445"]
<tbody>[TR]
[TD="width: 103"]PART[/TD]
[TD="width: 92"]ORDER QTY[/TD]
[TD="width: 111"]STK[/TD]
[TD="width: 139"]LOCN
[/TD]
[/TR]
</tbody>[/TABLE]
What i need to be able to do is list all data in the Newcastle sheet where branch = Newcastle_Branch in the Info sheet..
Thank you in advance
Rovert
I have an excel workbook with 2 sheets named "Info" and the other "Newcastle".
Info sheet consists of 100's of rows of data, see below:
[TABLE="width: 1038"]
<colgroup><col><col><col><col><col></colgroup><tbody>[TR]
[TD]PartNumber[/TD]
[TD]QTA[/TD]
[TD]B3_Free[/TD]
[TD]B3_Locn[/TD]
[TD]Branch[/TD]
[/TR]
[TR]
[TD]BC2020[/TD]
[TD]2[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]Birmingham_Branch[/TD]
[/TR]
[TR]
[TD]BC2051R[/TD]
[TD]1[/TD]
[TD]43[/TD]
[TD]201C2,53A[/TD]
[TD]Newcastle_Branch[/TD]
[/TR]
[TR]
[TD]BC2056[/TD]
[TD]1[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]Birmingham_Branch[/TD]
[/TR]
[TR]
[TD]BC2056R[/TD]
[TD]1[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]Birmingham_Branch[/TD]
[/TR]
[TR]
[TD]BC2063[/TD]
[TD]1[/TD]
[TD]0[/TD]
[TD]17D[/TD]
[TD]Builds[/TD]
[/TR]
[TR]
[TD]BC2063R[/TD]
[TD]1[/TD]
[TD]0[/TD]
[TD]17D[/TD]
[TD]Birmingham_Branch[/TD]
[/TR]
[TR]
[TD]BC2065[/TD]
[TD]1[/TD]
[TD]28[/TD]
[TD]201A2[/TD]
[TD]Newcastle_Branch[/TD]
[/TR]
[TR]
[TD]BC2065R[/TD]
[TD]1[/TD]
[TD]46[/TD]
[TD]13M5[/TD]
[TD]Newcastle_Branch[/TD]
[/TR]
</tbody>[/TABLE]
The Newcastle sheet consists of just headings, see below:
[TABLE="width: 445"]
<tbody>[TR]
[TD="width: 103"]PART[/TD]
[TD="width: 92"]ORDER QTY[/TD]
[TD="width: 111"]STK[/TD]
[TD="width: 139"]LOCN
[/TD]
[/TR]
</tbody>[/TABLE]
What i need to be able to do is list all data in the Newcastle sheet where branch = Newcastle_Branch in the Info sheet..
Thank you in advance
Rovert