Hello!
Have two tables to join and sum based on multiple columns:
The first table is:
The second one is:
How to get the results as following?
Thanks in advance!
Solved! Go to Solution.
So the process for this would be to pivot table 1 (Transpose Tool) then join the two tables (Join Tool) and add up the amounts per D-code (Summarize Tool). If you wanted to share the data, I'm sure someone can mock up a solution for you.
Thx
Phil
Hi atcodedog05
Sure, updated the sample file.
I think now it's more clear.
There are two inputs with new codes, which are combining a few old ones.
And the second table has the sums per old code.
The result should be as an output in the sample.
Hope now it's more clear=)
Hi @RT4
Here is a workflow for the task.
Output:
Workflow:
Hope this helps 🙂 Feel to ask if you have any questions
If this post helps you please mark it as solution. And give a like if you dont mind 😀👍
Thanks a lot! Looks great😊
Thanks for the fast help!🙂