比较 A 列工作表 1 并比较 B 列工作表 2,如果发现重复,则从 C 列工作表 2 复制并返回 B 列工作表 1 上的值?
我正在寻找一个公式 -
比较 A 列工作表 1 并比较 B 列工作表 2,如果发现重复,则从 C 列工作表 2 复制并返回 B 列工作表 1 上的值?
希望这是有道理的。
感谢是提前的。
I am looking for a formula -
Compare column A sheet 1 and compare column B sheet 2 and if duplicate found, copy and return value on column B sheet 1 from column C sheet 2?
Hope that make sense.
Thanks is advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
经典的索引/匹配
在例如
Sheet1
的单元格B2
中使用:并向下复制。
它实际上与劣势相同:
可能你想将其限制为类似的东西
A Classic INDEX/MATCH
In e.g. cell
B2
ofSheet1
use:and copy down.
It is actually the same as the inferior:
Possibly you want to restrict it to something like