nakita_dog
New Member
- Joined
- Jun 19, 2014
- Messages
- 2
I am looking to setup a filter within Excel that will show me all the rows within one worksheet that contain full words from another worksheet.
For example:
This is in Worksheet A:
[TABLE="width: 164"]
<tbody>[TR]
[TD]Word List A[/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="width: 164"]
<tbody>[TR]
[TD]email software[/TD]
[/TR]
[TR]
[TD]free email client[/TD]
[/TR]
[TR]
[TD]free email programs[/TD]
[/TR]
[TR]
[TD]free email service[/TD]
[/TR]
[TR]
[TD]freeware email software[/TD]
[/TR]
[TR]
[TD]mac email programs[/TD]
[/TR]
[TR]
[TD]macosx email programs[/TD]
[/TR]
[TR]
[TD]mail blast[/TD]
[/TR]
</tbody>[/TABLE]
This is in Worksheet B:
Word List B
free
mac
mail
When I run this filter, I want to find all the words that are in list A that contain words from list B.
That should result in just these words:
[TABLE="width: 134"]
<tbody>[TR]
[TD]free email client[/TD]
[/TR]
[TR]
[TD]free email programs[/TD]
[/TR]
[TR]
[TD]free email service[/TD]
[/TR]
[TR]
[TD]mac email programs[/TD]
[/TR]
[TR]
[TD]mail blast
[/TD]
[/TR]
</tbody>[/TABLE]
How can I set that up?
Thanks
For example:
This is in Worksheet A:
[TABLE="width: 164"]
<tbody>[TR]
[TD]Word List A[/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="width: 164"]
<tbody>[TR]
[TD]email software[/TD]
[/TR]
[TR]
[TD]free email client[/TD]
[/TR]
[TR]
[TD]free email programs[/TD]
[/TR]
[TR]
[TD]free email service[/TD]
[/TR]
[TR]
[TD]freeware email software[/TD]
[/TR]
[TR]
[TD]mac email programs[/TD]
[/TR]
[TR]
[TD]macosx email programs[/TD]
[/TR]
[TR]
[TD]mail blast[/TD]
[/TR]
</tbody>[/TABLE]
This is in Worksheet B:
Word List B
free
mac
When I run this filter, I want to find all the words that are in list A that contain words from list B.
That should result in just these words:
[TABLE="width: 134"]
<tbody>[TR]
[TD]free email client[/TD]
[/TR]
[TR]
[TD]free email programs[/TD]
[/TR]
[TR]
[TD]free email service[/TD]
[/TR]
[TR]
[TD]mac email programs[/TD]
[/TR]
[TR]
[TD]mail blast
[/TD]
[/TR]
</tbody>[/TABLE]
How can I set that up?
Thanks