I am new to Alteryx, so struggling to find a solution elsewhere on the message board. I have two columns "Category" and "Ledger Name" with anywhere from 5 - 15 distinct values in them.
Example below:
Category Ledger Name
PPE US Ledger
PPE US Ledger
PPE Canada Ledger
Prepaid China Ledger
Prepaid Germany Ledger
Goodwill US Ledger
I want an output that finds all the unique values in both columns and then creates two columns in the following format below:
Category Ledger Name Closing Balance
PPE US Ledger A sumifs formula based on both Category / Ledger name on another tab output
PPE Canada Ledger A sumifs formula based on both Category / Ledger name on another tab output
PPE China Ledger A sumifs formula based on both Category / Ledger name on another tab output
PPE Germany Ledger A sumifs formula based on both Category / Ledger name on another tab output
Prepaid US Ledger A sumifs formula based on both Category / Ledger name on another tab output
Prepaid Canada Ledger A sumifs formula based on both Category / Ledger name on another tab output
Prepaid China Ledger A sumifs formula based on both Category / Ledger name on another tab output
Prepaid Germany Ledger A sumifs formula based on both Category / Ledger name on another tab output
I have tried cross-tab and the unique tools, but was not able to determine which was correct or what combination will get me here.