Hello Community,
I need your help to reconcile 2 excel files using Power Automate Desktop and output the differences of each file into a 2 new excel files.
First i need to depure "Excel A" (Attached)
- First 9 rows can be deleted
- If column B = "e-Remito" then delete row
- If column B = "Nota de Crédito de e-Factura" then i need to find if there is another row with column B = "e-Factura" with the same "RID"(Column E) & "Cur"(Column F) and "Net""Tax""Total" (Column G,H,I) need to be the same positive number instead of negative. In that case delete both rows.
For example:

Result :

Now i need to reconcile files.
- For each row in "Excel A"
If [Excel A] "Column A" & "Column F" & Column H" & Column i" match with [Excel B] "Column E" & "Column H" & "Column i" & "Column J" then matched rows in both excel files should be deleted.
Now Excel A and Excel B can be saved as new file named "Reconciled Excel A" and "Reconciled Excel B" only with the rows that dont have a match between both files.
Thank you in advice