【发布时间】:2019-11-02 14:42:34
【问题描述】:
我的工作表上有数据。现在,如果 sheet1 列 A 值与 sheet2 列 A 匹配,我想从 sheet1 获取数据到 sheet2 我想复制表 2 中的 B 列。
Sheet one
Column A | | Column B
=================================
Hello | | 1
World! | | 2
Foo | | 3
Bar | | 4
我现在拥有的
Sheet two
Column A | | Column B
=================================
Hello | |
World! | |
Bar | |
我想要什么
Sheet two
Column A | | Column B
=================================
Hello | | 1
World! | | 2
Bar | | 4
【问题讨论】:
标签: google-sheets google-sheets-formula array-formulas gs-vlookup