【发布时间】:2020-10-31 17:01:27
【问题描述】:
我在工作表中使用了 vlook up 公式。我需要应用数组公式而不是那个。请帮我将此公式转换为数组公式。
=IFERROR(VLOOKUP(A2,FILTER('Individual'!$C$3:E,'Individual'!$C$3:$C=A2),3,1))
这个给出了代码的最新值
【问题讨论】:
标签: arrays google-sheets google-sheets-formula vlookup array-formulas