我有一张包含ChildName1,Childname2,parentemail
的工作表我希望使用索引匹配?或者在另一张纸上的东西。
有childname和parentemail
sheet1 (将这些信息返回给我的调查):
CName1, CName2, email1
danny, andy, hel@g.com
andrew, daniel, asd@g.com
sheet2 (必须创建parentemail列)
time, childname parentemail
1, danny, hel@g.com
3, andy, hel@g.com
4, andrew, asd@g.com
9, daniel, asd@g.com
有什么建议吗?我试着到处寻找,当我使用
时=index(Sheet1!C:C,match(B1,
Sheet1!A:A,0),match(B1,
Sheet1!B:B,0))
我收到错误
答案 0 :(得分:0)
在Sheet2中粘贴此公式:
={{Sheet1!A2:A3;Sheet1!B2:B3},{Sheet1!C2:C3;Sheet1!C2:C3}}
在this workbook中进行测试。
要添加时间列,您需要先在Sheet1中定义它。