Searching excel data from one file to another file

Hi guys,

I am new in UiPath and please help me out from new task. Here i have two excel file, firstly i have to fetch row data from sheet1 of excel1 file and then search from excel2 file. if row data of excel1 is available in excel2 then proceed otherwise terminate. if possible please attach a project as well. Thanks in advance!

1 Like

Hi @vishalk1,
1.First read range the two excel sheets and you will get 2 DT’s.
2.Then check for values by using 2 for each row loops (inner loop).
Then you can continue the next process.
Cheers.
Vashisht.