我在列A中有一个id号列表。在B,C,D,E等列中,我有属于每个id的值。
我还没有找到相反的方法:
对于列B,C,D,E中找到的每个值,我如何还原报告,以获得以下输出:
输入:
id B C D E
1 value1 value2 value3 value4
输出报告:
value1 found in the following ids 1, 14, 15, 17,...
value2 found in the following ids 1, 4, 5, 7,...
....
我无法用vlookup或索引匹配,你怎么建议我对待它?