Hi @iostapuk,
that won’t work, sheets which I’m trying compare have large data, so comparing cell by cell wont work,I’m trying to compare row by row in both the sheets.
As you can see in the image, i used for each loop to go through all the rows in both the sheets, but as a result I’m not getting only unmatched rows but also other rows.it is because the bot is taking first row of the first sheet and comparing with all the rows in second sheet, so obviously i get all the rows from second sheet in the output file .
I want compare first row of the first sheet with the first row of the second sheet, if any difference in data, it should copy that row to the third sheet, same thing should repeat for all the rows in both the sheet, it should compare each rows with each other.