【发布时间】:2021-04-18 23:29:59
【问题描述】:
什么数组公式将返回不出现在另一个列表中的值?
示例:
名为ShortList 的单元格包含(每个单元格一个单词):
How recent neuroscience research points the way towards defeating adversarial examples and achieving a more resilient consistent and flexible form of artificial intelligence
而名为LongList 的单元格包含:
a about above across and how however i instead more neither never nevertheless next no of second several shall she the towards
这是公式的预期输出:
recent neuroscience research points way defeating adversarial examples achieving resilient consistent flexible form artificial intelligence
我认为它可能涉及、match、xmatch、lookup 或 xlookup。
【问题讨论】: