Hi Alteryx Community,
I’m working on a project where I need to merge rows with similar descriptions into a single row, while combining their numerical values. For example, I have rows like:
- "Allowances for impairment losses on financing"
- "and advances, net"
I want to combine these rows into one, so the resulting row will include both descriptions and the summed numerical values from each row.
I’ve been considering using regex to identify and group similar descriptions, but I’m struggling to get it right.
Could anyone provide guidance or suggest an approach to achieve this? I’m open to ideas on how to effectively use regex or any other methods in Alteryx to accomplish this task.
Thank you!
Attached is the input and expected output