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:
<colgroup><col><col><col><col><col></colgroup><tbody>
</tbody>
The Newcastle sheet consists of just headings, see below:
<tbody>
</tbody>
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:
PartNumber | QTA | B3_Free | B3_Locn | Branch |
BC2020 | 2 | 0 | 0 | Birmingham_Branch |
BC2051R | 1 | 43 | 201C2,53A | Newcastle_Branch |
BC2056 | 1 | 0 | 0 | Birmingham_Branch |
BC2056R | 1 | 0 | 0 | Birmingham_Branch |
BC2063 | 1 | 0 | 17D | Builds |
BC2063R | 1 | 0 | 17D | Birmingham_Branch |
BC2065 | 1 | 28 | 201A2 | Newcastle_Branch |
BC2065R | 1 | 46 | 13M5 | Newcastle_Branch |
<colgroup><col><col><col><col><col></colgroup><tbody>
</tbody>
The Newcastle sheet consists of just headings, see below:
PART | ORDER QTY | STK | LOCN |
<tbody>
</tbody>
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