I have a excel file which has two sheets and below is the first sheet and second sheet. I want to compare the two sheets (ex: each row of first sheet with with all the rows of second sheet ) and then get all the common/matching rows.( all the column values should be same in both rows). Please help me in figuring this out
Col-1 Col-2 Col-3one data11 data12two data21 date22three data31 data32five date49 data69Col-1 Col-2 Col-3one data11 data12two data21 date22three data31 data36five date45 data69
So the end result should be matching rows i.e as below
Col-1 Col-2 Col-3one data11 data12two data21 date22