So I will have a data table in sheet1 which some rows data are missing and I will have a list of those missed data in sheet2.
I wanna check "name" of each rows of sheet1 and if it match the "name" row of sheet2 then copy the next 3 cells from sheet2 into sheet1.
sheet2 data that wanna copy to sheet1
Note that : my real data is about 9,000 rows and the missing data is just about 300 rows. I don't want to do it manually.