Hello everyone,
I very much appreciate how the community was helpful in answering my questions. I have a dataset that looks as below.

I want to see if Alteryx would be able to add values separated by commas and give the sum in that cell.
For example,
company B for Apr-20, I want 900+1200 = 2100 (sum only) instead of 900,1200 and
company A for Jul-20, I want 2000+1000 = 3000 (sum only) instead of 2000,1000
At the end of the workflow, I want something that looks like this where all the values that got separated by a comma(,) added up and everything else stays intact:

Any help in this is much appreciated.
Thank you!