Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想检查第一张表中的用户名与另一张表中的所有用户名。对于那些相同的,复制电子邮件(我只有在 sheet2 中)
假如说:
sheet2 右侧有一列名称 是相应的电子地址 ,此数据已被指定为 LRange 的命名范围, 您在第一张表中的数据是从 A1 开始的列
然后在第一张表的第一行并复制下来以适应这种公式可能是您需要的:
=IFERROR(VLOOKUP(A1,book5!lRange,2,0),"")