I would like to take data from one google sheet and use it to fill in the values of another spreadsheet. For example, I have a spreadsheet that contains emails and names. I have another that also contains emails and names but some of the emails are missing. I would like to take the emails from one sheet and insert it into another where the names match. Is it possible to do via sql query?
ie. Sheet 1
Name Email
John Doe [email protected]
Jane Doe
Sheet2
Name Email
John Doe [email protected]
Jane Doe [email protected]
I would like to copy data from sheet2 to sheet1 where the names are equal on google sheets