将SKU数量从1个列表更新为另一个Google表格

时间:2019-12-14 10:37:12

标签: arrays google-sheets google-sheets-formula array-formulas gs-vlookup

我希望一个数量列表用新的数量更新另一个列表。

在更新之前匹配SKU和位置

查看链接 https://docs.google.com/spreadsheets/d/1FyR_uGu3WbV1QcrRUWdyL5qCTjpATjSwc9ZV7IWBh4M/edit?usp=sharing

1 个答案:

答案 0 :(得分:0)

尝试:

=ARRAYFORMULA(IFNA(VLOOKUP(F2:F&G2:G, {A2:A&B2:B, C2:C}, 2, 0)))

0