【发布时间】:2015-02-17 17:00:12
【问题描述】:
我看了看,没有找到任何答案。我有 2 个电子表格。一个有 7,000 个项目,另一个有 2,000 个。我需要将第二个电子表格中列出的部分的描述从第一个复制到第二个。下面是一个例子。
Item Description *other-field* *other-field* *other-field*
#8402 example des. example text example text example text
#0383 example des. example text example text example text
#8932 example des. example text example text example text
#9275 example des. example text example text example text
#8735 example des. example text example text example text
and 7,000 more under
所以这将是第一张。我需要一个公式来描述表二中列出的项目(下面的示例)并将它们从表 1 复制到表 2。
Item Description *other-field* *other-field*
#0383 no des. example text example text
#8735 no des. example text example text
#9275 no des. example text example text
and many more
所以我需要一个公式,从 sheet1 中的 sheet2 中搜索第 1 列,并复制它找到匹配的描述。并将描述转移到 sheet2 中的项目
编辑:
一个问题:我的第二张工作表位于不同的文件中,有没有办法永久传输此信息?因为如果我删除 7,000 列表,我的 2,000 上的描述就会消失。再次感谢。
【问题讨论】:
标签: excel excel-formula copy spreadsheet