标签: google-docs
这是我在Google工作表中的功能:
=IF(NOT(ISBLANK(H2)),vlookup(H2,Tags!A2:B64,2,FALSE),'')并且那给了我错误:Formula parse error.
=IF(NOT(ISBLANK(H2)),vlookup(H2,Tags!A2:B64,2,FALSE),'')
Formula parse error.
函数vlookup(H2,Tags!A2:B64,2,FALSE)可以自行运行并返回正确的值
vlookup(H2,Tags!A2:B64,2,FALSE)
我确定语法正确但我无法弄清楚错误。
答案 0 :(得分:0)
错误发生在'''将它们改为""工作。 正确的查询是: {{1}}