I have an excel file (A) which contains Payment ID and Payment Amount. The Payment ID column contains multiple duplicate IDs (multiple purchases). I want to be able to calculate the total Payment Amount for a Payment ID.
Afterwards, I need to compare the Payment ID and the Payment Amount to the row data in another excel file (B).
The other excel file normally contains the aggregated Payment ID and Payment Amount.
I can’t upload an example excel file as UiPath Forum won’t allow me to (I’m a new user)
Example Excel A:
Payment ID Payment Amount
1234 $5
5555 $15
1234 $10
6666 $8
6666 $8
Example Excel B:
Payment ID Payment Amount
1234 $15
5555 $15
6666 $16