How can I add a column B in alteryx where each cell value is the average of column A
Solved! Go to Solution.
Hi @s92ma
Here is how you can do it.
Workflow:
1. Use summarize to get avg
2. Use append tool to add column to the data
Hope this helps : )