JustOneQuestion
New Member
- Joined
- Jul 5, 2016
- Messages
- 19
Hi all,
I am looking to separate a list based off the value in one cell.
I have a 'master' list that has all lots of items on it, and I want to be able to a number, or letter, in a cell off the side of the quantity/description/notes that will mirror the selection in a smaller list.
Here is a made up example of a shortened 'master' list.
[TABLE="width: 406"]
<colgroup><col span="2"><col><col><col></colgroup><tbody>[TR]
[TD]Product[/TD]
[TD]Size[/TD]
[TD]Quantity[/TD]
[TD]Notes[/TD]
[TD]List[/TD]
[/TR]
[TR]
[TD]shirt[/TD]
[TD]lg[/TD]
[TD="align: center"]20[/TD]
[TD]black [/TD]
[TD] 1[/TD]
[/TR]
[TR]
[TD]pants[/TD]
[TD]xl[/TD]
[TD="align: center"]12[/TD]
[TD]white[/TD]
[TD] 2[/TD]
[/TR]
[TR]
[TD]gloves[/TD]
[TD]med[/TD]
[TD="align: center"]6[/TD]
[TD]blue[/TD]
[TD] 2[/TD]
[/TR]
</tbody>[/TABLE]
I want to have another section, for example list 1, that takes all of the items (the product, size, quantity, notes) and puts it in a separate list. without the other items.
So in this example list 1 would only show
[TABLE="width: 406"]
<colgroup><col span="2"><col><col><col></colgroup><tbody>[TR]
[TD]Product[/TD]
[TD]Size[/TD]
[TD]Quantity[/TD]
[TD]Notes[/TD]
[TD]List[/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="width: 406"]
<tbody>[TR]
[TD]shirt[/TD]
[TD]lg[/TD]
[TD="align: center"]20[/TD]
[TD]black [/TD]
[TD] 1[/TD]
[/TR]
</tbody>[/TABLE]
and list 2 would only show:
[TABLE="width: 406"]
<colgroup><col span="2"><col><col><col></colgroup><tbody>[TR]
[TD]Product[/TD]
[TD]Size[/TD]
[TD]Quantity[/TD]
[TD]Notes[/TD]
[TD]List
[/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="width: 406"]
<tbody>[TR]
[TD]pants[/TD]
[TD]xl[/TD]
[TD="align: center"]12[/TD]
[TD]white[/TD]
[TD] 2[/TD]
[/TR]
[TR]
[TD]gloves[/TD]
[TD]med[/TD]
[TD="align: center"]6[/TD]
[TD]blue[/TD]
[TD] 2[/TD]
[/TR]
</tbody>[/TABLE]
Is this possible?
The items and lists will change a lot, that is what I do not simply have list 1 and 2 with those specific items.
Thank you!
-JOQ
I am looking to separate a list based off the value in one cell.
I have a 'master' list that has all lots of items on it, and I want to be able to a number, or letter, in a cell off the side of the quantity/description/notes that will mirror the selection in a smaller list.
Here is a made up example of a shortened 'master' list.
[TABLE="width: 406"]
<colgroup><col span="2"><col><col><col></colgroup><tbody>[TR]
[TD]Product[/TD]
[TD]Size[/TD]
[TD]Quantity[/TD]
[TD]Notes[/TD]
[TD]List[/TD]
[/TR]
[TR]
[TD]shirt[/TD]
[TD]lg[/TD]
[TD="align: center"]20[/TD]
[TD]black [/TD]
[TD] 1[/TD]
[/TR]
[TR]
[TD]pants[/TD]
[TD]xl[/TD]
[TD="align: center"]12[/TD]
[TD]white[/TD]
[TD] 2[/TD]
[/TR]
[TR]
[TD]gloves[/TD]
[TD]med[/TD]
[TD="align: center"]6[/TD]
[TD]blue[/TD]
[TD] 2[/TD]
[/TR]
</tbody>[/TABLE]
I want to have another section, for example list 1, that takes all of the items (the product, size, quantity, notes) and puts it in a separate list. without the other items.
So in this example list 1 would only show
[TABLE="width: 406"]
<colgroup><col span="2"><col><col><col></colgroup><tbody>[TR]
[TD]Product[/TD]
[TD]Size[/TD]
[TD]Quantity[/TD]
[TD]Notes[/TD]
[TD]List[/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="width: 406"]
<tbody>[TR]
[TD]shirt[/TD]
[TD]lg[/TD]
[TD="align: center"]20[/TD]
[TD]black [/TD]
[TD] 1[/TD]
[/TR]
</tbody>[/TABLE]
and list 2 would only show:
[TABLE="width: 406"]
<colgroup><col span="2"><col><col><col></colgroup><tbody>[TR]
[TD]Product[/TD]
[TD]Size[/TD]
[TD]Quantity[/TD]
[TD]Notes[/TD]
[TD]List
[/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="width: 406"]
<tbody>[TR]
[TD]pants[/TD]
[TD]xl[/TD]
[TD="align: center"]12[/TD]
[TD]white[/TD]
[TD] 2[/TD]
[/TR]
[TR]
[TD]gloves[/TD]
[TD]med[/TD]
[TD="align: center"]6[/TD]
[TD]blue[/TD]
[TD] 2[/TD]
[/TR]
</tbody>[/TABLE]
Is this possible?
The items and lists will change a lot, that is what I do not simply have list 1 and 2 with those specific items.
Thank you!
-JOQ