Hi All,
I have a spreadsheet of currency values, each row has a value and a transaction ID.
Where one or more lines has a matching ID, I need to add the currency values together.
For example:
1111 $10
1111 $2
1111 $5
1112 $100
1112 $25
From that data set, I would like to get back:
1111 $17
1112 $125
Is this possible with Zapier?