Hi, I want to compare two excel files and generate a new excel file containing some info from both excel files with a column that gives a remark based on the value in comparison
I used read range to read the two files and then proceeded to use a nested for each row to compare the files with an if statement to compare them using an initial value and another set of if statements in the then box of the initial if statement but I’m not getting the desired output in the else box.
Here’s the workflow for clarification.Test.xaml (20.4 KB)
Hi @Lakshay_Verma If i want the details(Name, ID, Actual and Remark) of the datatable dtsent to show below the one with remark ‘Wrong Oracle Number’ with a different remark ‘No Ded’, Please how do i achieve that?