标签: excel excel-formula countif sumproduct
我有一个大数组(1600行x 26列),我想从“搜索列表”(1400行)中搜索一个单词,因为它会在数组的任何单元格中。我有SumProduct(countif())返回了True / False,但是如何在找到的行中返回找到的单词呢?
SumProduct(countif())
True
False
我希望输出是“搜索数组”中“搜索列表”中的单词,该单词导致sumproduct(countif())返回为TRUE。
sumproduct(countif())
TRUE