Hi,
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-3
one data11 data12
two data21 date22
three data31 data32
five date45 data69
Col-1 Col-2 Col-3
one data11 data12
two data21 date22
three data31 data36
five date45 data69
So the end result should be matching rows i.e as below
Col-1 Col-2 Col-3
one data11 data12
two data21 date22
Bookmarks