Hi board,
I'm having trouble doing the following, and I haven't been able to come up with a good enough search term to find a solved version of my problem.
I have about 7000 line items, but I'll simplify it to explain what I'm trying to do. Basically, I have a large table of item data that I want reduced to new table sets based on certain criteria that can be inputted into certain cells.
Sheet 1: Part Data
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Part[/TD]
[TD]Length[/TD]
[TD]Width[/TD]
[TD]Height[/TD]
[TD]Weight[/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[/TR]
[TR]
[TD]1
[/TD]
[TD]5[/TD]
[TD]6[/TD]
[TD]4[/TD]
[TD]10[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]3[/TD]
[TD]5[/TD]
[TD]3[/TD]
[TD]8[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]14[/TD]
[TD]9[/TD]
[TD]19[/TD]
[TD]36[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]6[/TD]
[TD]2[/TD]
[TD]8[/TD]
[TD]38[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]1[/TD]
[TD]20[/TD]
[TD]4[/TD]
[TD]5[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
A B and C represent additional columns that I want to preserve in the new table, but wont be used for narrowing down items.
Sheet 2: Criteria and new (dynamic) Part table
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Min Length[/TD]
[TD]2[/TD]
[/TR]
[TR]
[TD]Max Length[/TD]
[TD]10[/TD]
[/TR]
[TR]
[TD]Min Width[/TD]
[TD]4[/TD]
[/TR]
[TR]
[TD]Max Width[/TD]
[TD]10[/TD]
[/TR]
[TR]
[TD]Min Height[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]Max Height[/TD]
[TD]14[/TD]
[/TR]
[TR]
[TD]Min Weight[/TD]
[TD]5[/TD]
[/TR]
[TR]
[TD]Max Weight[/TD]
[TD]20[/TD]
[/TR]
</tbody>[/TABLE]
For each of these criteria, I would like to be able to change the numbers, and have a table populate next to it with all the parts from sheet 1 that fit the criteria.
Let me know if any more clarification is needed. Any help would be greatly appreciated.
I'm having trouble doing the following, and I haven't been able to come up with a good enough search term to find a solved version of my problem.
I have about 7000 line items, but I'll simplify it to explain what I'm trying to do. Basically, I have a large table of item data that I want reduced to new table sets based on certain criteria that can be inputted into certain cells.
Sheet 1: Part Data
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Part[/TD]
[TD]Length[/TD]
[TD]Width[/TD]
[TD]Height[/TD]
[TD]Weight[/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[/TR]
[TR]
[TD]1
[/TD]
[TD]5[/TD]
[TD]6[/TD]
[TD]4[/TD]
[TD]10[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]3[/TD]
[TD]5[/TD]
[TD]3[/TD]
[TD]8[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]14[/TD]
[TD]9[/TD]
[TD]19[/TD]
[TD]36[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]6[/TD]
[TD]2[/TD]
[TD]8[/TD]
[TD]38[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]1[/TD]
[TD]20[/TD]
[TD]4[/TD]
[TD]5[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
A B and C represent additional columns that I want to preserve in the new table, but wont be used for narrowing down items.
Sheet 2: Criteria and new (dynamic) Part table
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Min Length[/TD]
[TD]2[/TD]
[/TR]
[TR]
[TD]Max Length[/TD]
[TD]10[/TD]
[/TR]
[TR]
[TD]Min Width[/TD]
[TD]4[/TD]
[/TR]
[TR]
[TD]Max Width[/TD]
[TD]10[/TD]
[/TR]
[TR]
[TD]Min Height[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]Max Height[/TD]
[TD]14[/TD]
[/TR]
[TR]
[TD]Min Weight[/TD]
[TD]5[/TD]
[/TR]
[TR]
[TD]Max Weight[/TD]
[TD]20[/TD]
[/TR]
</tbody>[/TABLE]
For each of these criteria, I would like to be able to change the numbers, and have a table populate next to it with all the parts from sheet 1 that fit the criteria.
Let me know if any more clarification is needed. Any help would be greatly appreciated.