Hi, I am beginner in Alteryx Designer.
I'm working on a spreadsheet with name on column A and amount on column B.
How do I get Alteryx do the following:
Look up column A and sum up column B.
example of raw data sheet
output
Thanks in advance.
Hi @LukeCa ,
Use a summarize tool (Transform tool palette) and Group By Column A and Sum Column B
Cheers,
Angelos
Hi @LukeCa
Here is a resource on summarize tool which summarizes data for you like a pivot table : https://community.alteryx.com/t5/Interactive-Lessons/Summarizing-Data/ta-p/424417#done
Hope this helps 🙂
thank you for answer. I got it to work now.
just an additional question.
if have 2 files and I need to compare it. how do I go about doing it.
file 1 - Source A
file 2 - Source B
Output