【发布时间】:2013-09-30 16:41:54
【问题描述】:
我有一长串字符串:
"apple is red"
"apple is big"
"apple tastes yummy"
"lemon is yellow"
"lemon is big"
"lemon tastes sour"
"orange is rotten"
"watermelon is red"
现在我想创建一个过滤词的简短列表(不仅仅是 2 个),例如:
"red"
"big"
我需要一个 Excel 过滤器,它可以返回没有来自过滤器的单词的行或记录。结果应该是:
"apple tastes yummy"
"lemon is yellow"
"lemon tastes sour"
"orange is rotten"
非常感谢您的想法!我希望我可以在不使用 VBA 的情况下做到这一点。
【问题讨论】: