google spreadsheet index match multiple column of same data? -


i have sheet has childname1, childname2, parentemail

and hoping use index-match? or @ separate sheet.

which has childname , parentemail

sheet1 (survey returns me information):

cname1, cname2,   email1  danny,  andy,     hel@g.com  andrew, daniel,   asd@g.com 

sheet2 (have create parentemail column)

time, childname parentemail  1,    danny,    hel@g.com  3,    andy,     hel@g.com  4,    andrew,   asd@g.com  9,    daniel,   asd@g.com 

any suggestions? tried looking everywhere, , when use

=index(sheet1!c:c,match(b1, sheet1!a:a,0),match(b1, sheet1!b:b,0)) 

i error

paste formula in sheet2:

={{sheet1!a2:a3;sheet1!b2:b3},{sheet1!c2:c3;sheet1!c2:c3}} 

test in this workbook.

to add time column need define first in sheet1.


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -