当键搜索是 URL 时,VLOOKUP 函数出现问题
Problem with VLOOKUP Function when key search is an URL
我需要应用一个 Vlookup 函数来查看每个 ID url:
https://docs.google.com/spreadsheets/d/1vntqY3yJA56dOUVHwrsyeHHamCQD0IiKGLy-a6kVkeM/edit?usp=sharing
没用!!当键搜索是 URl 时,似乎 Vlookup 不执行,任何人都有想法??!
在单元格 Match!A2
中试试这个(删除下面的所有内容):
=arrayformula(iferror(vlookup(B2:B;{List!B:B\List!A:A};2;0);))
我需要应用一个 Vlookup 函数来查看每个 ID url:
https://docs.google.com/spreadsheets/d/1vntqY3yJA56dOUVHwrsyeHHamCQD0IiKGLy-a6kVkeM/edit?usp=sharing
没用!!当键搜索是 URl 时,似乎 Vlookup 不执行,任何人都有想法??!
在单元格 Match!A2
中试试这个(删除下面的所有内容):
=arrayformula(iferror(vlookup(B2:B;{List!B:B\List!A:A};2;0);))