I'll let you the scenario more precisely.
. I have two excel files.
One is

and one is

- both files will have same sequence of row.Now the case is, if 1st field of running number coloum of 1st excel file is equal to 1st field of running number coloum of second excel file then it should add 'matched' value in first field of running number column of 3rd excel file and if un equal then should add unmatched

and if one of the value is blank in any of the field then it should skip that value and should not add matched or unmatch..! The 3rd excel file contains all the coloums which contains in first 2 excel files.
The above scenario should be applied for each and every column.
In this type we have to match each and every value of both excel files.