Hi ,
I have two sheets with one common column.Now i need to read value from one column and search that value in 2nd sheet and if i get it ,copy the respective row and paste in first sheet in respective columns
SHeet 2
id name college
1 x xyz
2 y zzyc
sheet 1
id name college
3 [to be filled based on id match in sheet 1]
2 [to be filled based on id match in sheet 1]
Any leads would help
I don’t wanna use any for each loop coz its a huge data.wanna if there is any simple way to avoid overhead to excel