Sorry for the vagueness - rough day at the office.
so i start with sheet1, with a template that i can't really change (i've tried, always have to go back to original format):
[TABLE="class: grid, width: 500, align: left"]
<tbody>[TR]
[TD][TABLE="width: 131"]
<tbody>[TR]
[TD="class: xl79, width: 131"]Bill code[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][TABLE="width: 202"]
<tbody>[TR]
[TD="class: xl80, width: 202"]Product Name[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][TABLE="width: 76"]
<tbody>[TR]
[TD="class: xl79, width: 76"]Cust ID[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][TABLE="width: 261"]
<tbody>[TR]
[TD="class: xl80, width: 261"]Cust Name[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][TABLE="width: 73"]
<tbody>[TR]
[TD="class: xl80, width: 73"]Invoice No[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][TABLE="width: 78"]
<tbody>[TR]
[TD="class: xl80, width: 78"]Order date[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][TABLE="width: 78"]
<tbody>[TR]
[TD="class: xl80, width: 78"]P/U date[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][TABLE="width: 238"]
<tbody>[TR]
[TD="class: xl80, width: 238"] Salesman [/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][TABLE="width: 45"]
<tbody>[TR]
[TD="class: xl80, width: 45"]Qty[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][TABLE="width: 143"]
<tbody>[TR]
[TD="class: xl80, width: 143"] Payment [/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
To populate the table/sheet illustrated, i have to sort from the raw data on sheet 2 which contains a lot more than i really need. however, i only want a particular bill code to populate - example any lineitems that have bill code N15, i need to import that info into the cells on the sheet above.
[TABLE="class: grid, width: 500, align: left"]
<tbody>[TR]
[TD][TABLE="width: 148"]
<tbody>[TR]
[TD="width: 148"]Fulfillment store[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][TABLE="width: 108"]
<tbody>[TR]
[TD="class: xl77, width: 108"]Order Date[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][TABLE="width: 108"]
<tbody>[TR]
[TD="width: 108"]Originating store[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][TABLE="width: 108"]
<tbody>[TR]
[TD="width: 108"]Store number[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][TABLE="width: 108"]
<tbody>[TR]
[TD="width: 108"]Delivery location[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][TABLE="width: 108"]
<tbody>[TR]
[TD="width: 108"]Selling location[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][TABLE="width: 108"]
<tbody>[TR]
[TD="class: xl77, width: 108"]PU date[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][TABLE="width: 108"]
<tbody>[TR]
[TD="width: 108"]bill code[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][TABLE="width: 108"]
<tbody>[TR]
[TD="width: 108"]Product name[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][TABLE="width: 108"]
<tbody>[TR]
[TD="width: 108"]SKU[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][TABLE="width: 108"]
<tbody>[TR]
[TD="class: xl77, width: 108"]Salesman[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][TABLE="width: 108"]
<tbody>[TR]
[TD="width: 108"]Cost[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][TABLE="width: 108"]
<tbody>[TR]
[TD="width: 108"]Cust No.[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][TABLE="width: 108"]
<tbody>[TR]
[TD="width: 108"]Cust Name[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][TABLE="width: 108"]
<tbody>[TR]
[TD="class: xl77, width: 108"]Invoice No[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
[TR]
[TD]North - 28th[/TD]
[TD]4/28/14[/TD]
[TD]Central - Main st[/TD]
[TD]2[/TD]
[TD]28[/TD]
[TD]28[/TD]
[TD]5/1/14[/TD]
[TD]N15[/TD]
[TD]18" Saw[/TD]
[TD]345221[/TD]
[TD]Steve Jackson[/TD]
[TD]$18.97[/TD]
[TD]9652[/TD]
[TD]John Blevins[/TD]
[TD]85412-1[/TD]
[/TR]
[TR]
[TD]South - Crawford[/TD]
[TD]4/14/14[/TD]
[TD]South - Crawford[/TD]
[TD]11[/TD]
[TD]11[/TD]
[TD]11[/TD]
[TD]4/20/14[/TD]
[TD]N10[/TD]
[TD]2 ton Floor Jack[/TD]
[TD]524100[/TD]
[TD]George Hopkins[/TD]
[TD]$34.85[/TD]
[TD]841115[/TD]
[TD]Mack Holiday[/TD]
[TD]941632-2[/TD]
[/TR]
</tbody>[/TABLE]
The raw data (above) is dropped on a network share from corp. IT - so i would have to manipulate it many times to put summaries where they need to go (by using the VLOOKUP or HLOOKUP). I totally appreciate any coaching!