I am trying to compare 2 excel files that have entries with same ID number. If the ID number is a match I want to subtract the Amount 2 (1st sheet from example) from Amount 2 (2nd Sheet in example). The 2nd sheet has the ID numbers but it has a name after that,
Thank you for the response. I am new to UiPath and not completely sure how it will continue to subtract the Amount2 row1 from Amount 2 row2 and write it in a new excel file with row2 ID
I’ve attached the workflow and excel files.
I am trying to compare those 2 excels
if Clear Value from workbook matches any value from “Entity Name” (First numbers), not in order, then
Subtract “Adjusted Balance” Workbook1 from “Market Value Pledged” Workbook2 and write it in a separate New excel with “Entity Name” on Workbook2.
If Clear Value Can’t be found then it can give a message
Thank you very much that works but the end result is not correct. Seems like because the “Adjusted Balance” has a comma (,) in the number to Sum is not correct.