franswa3434
Board Regular
- Joined
- Sep 16, 2014
- Messages
- 73
- Office Version
- 365
- Platform
- Windows
Hi,
I am trying to create a dynamic list that automatically lists only both removes duplicates, as well as filters only by what is in the column next to it.
With my example below, I want all the blue and green items (blue as labeled in Column B) in Column A to be put into a list in Column E, and also remove all duplicates. This list also needs to be dynamic as more items are added to filter through and add only the "blue and green" items to the list.
Thank you anyone and everyone who is willing to help!
[TABLE="width: 329"]
<TBODY>[TR]
[TD]A</SPAN>
[/TD]
[TD]B</SPAN>
[/TD]
[TD]C</SPAN>
[/TD]
[TD]D</SPAN>
[/TD]
[TD]E</SPAN>
[/TD]
[/TR]
[TR]
[TD]Item</SPAN>
[/TD]
[TD]Color</SPAN>
[/TD]
[TD][/TD]
[TD][/TD]
[TD]Blue and Green Items</SPAN>
[/TD]
[/TR]
[TR]
[TD]Grass</SPAN>
[/TD]
[TD]Green</SPAN>
[/TD]
[TD][/TD]
[TD][/TD]
[TD]Grass
[/TD]
[/TR]
[TR]
[TD]Water</SPAN>
[/TD]
[TD]Blue</SPAN>
[/TD]
[TD][/TD]
[TD][/TD]
[TD]Water
[/TD]
[/TR]
[TR]
[TD]Fire</SPAN>
[/TD]
[TD]Red</SPAN>
[/TD]
[TD][/TD]
[TD][/TD]
[TD]Sky
[/TD]
[/TR]
[TR]
[TD]Dirt</SPAN>
[/TD]
[TD]Brown</SPAN>
[/TD]
[TD][/TD]
[TD][/TD]
[TD]Go Light
[/TD]
[/TR]
[TR]
[TD]Sky</SPAN>
[/TD]
[TD]Blue</SPAN>
[/TD]
[TD][/TD]
[TD][/TD]
[TD]Car
[/TD]
[/TR]
[TR]
[TD]Go Light
[/TD]
[TD]Green
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Car</SPAN>
[/TD]
[TD]Blue</SPAN>
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]water</SPAN>
[/TD]
[TD]Blue</SPAN>
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</TBODY>[/TABLE]
I am trying to create a dynamic list that automatically lists only both removes duplicates, as well as filters only by what is in the column next to it.
With my example below, I want all the blue and green items (blue as labeled in Column B) in Column A to be put into a list in Column E, and also remove all duplicates. This list also needs to be dynamic as more items are added to filter through and add only the "blue and green" items to the list.
Thank you anyone and everyone who is willing to help!
[TABLE="width: 329"]
<TBODY>[TR]
[TD]A</SPAN>
[/TD]
[TD]B</SPAN>
[/TD]
[TD]C</SPAN>
[/TD]
[TD]D</SPAN>
[/TD]
[TD]E</SPAN>
[/TD]
[/TR]
[TR]
[TD]Item</SPAN>
[/TD]
[TD]Color</SPAN>
[/TD]
[TD][/TD]
[TD][/TD]
[TD]Blue and Green Items</SPAN>
[/TD]
[/TR]
[TR]
[TD]Grass</SPAN>
[/TD]
[TD]Green</SPAN>
[/TD]
[TD][/TD]
[TD][/TD]
[TD]Grass
[/TD]
[/TR]
[TR]
[TD]Water</SPAN>
[/TD]
[TD]Blue</SPAN>
[/TD]
[TD][/TD]
[TD][/TD]
[TD]Water
[/TD]
[/TR]
[TR]
[TD]Fire</SPAN>
[/TD]
[TD]Red</SPAN>
[/TD]
[TD][/TD]
[TD][/TD]
[TD]Sky
[/TD]
[/TR]
[TR]
[TD]Dirt</SPAN>
[/TD]
[TD]Brown</SPAN>
[/TD]
[TD][/TD]
[TD][/TD]
[TD]Go Light
[/TD]
[/TR]
[TR]
[TD]Sky</SPAN>
[/TD]
[TD]Blue</SPAN>
[/TD]
[TD][/TD]
[TD][/TD]
[TD]Car
[/TD]
[/TR]
[TR]
[TD]Go Light
[/TD]
[TD]Green
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Car</SPAN>
[/TD]
[TD]Blue</SPAN>
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]water</SPAN>
[/TD]
[TD]Blue</SPAN>
[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</TBODY>[/TABLE]
Last edited: