Hello,
I have an excel file like below and I would like to enter data in Jan-Mar fields using Alteryx .
Customer Name | Category | Jan | Feb | Mar |
Service1 | ||||
Service1 | ||||
Service1 | ||||
Service2 | ||||
Service2 | ||||
Service2 | ||||
Service3 | ||||
Service3 | ||||
Service3 | ||||
Service4 | ||||
Service4 | ||||
Service4 |
However my output from Alteryx workflow is somewhat like below:
Customer Name | Category | Jan | Feb | Mar |
Service1 | 173 | 184 | 188 | |
Service2 | 195 | 140 | 132 | |
Service3 | 185 | 140 | 198 | |
Service4 | 123 | 121 | 191 | |
Service1 | 126 | 115 | 106 | |
Service2 | 113 | 114 | 183 | |
Service3 | 181 | 200 | 108 | |
Service4 | 125 | 192 | 178 | |
Service1 | 106 | 156 | 116 | |
Service2 | 184 | 163 | 181 | |
Service3 | 142 | 102 | 114 | |
Service4 | 142 | 152 | 163 |
The customer name and Category fields are not in same order always, is there any way I can output the values by matching the customer name and category fields?
Solved! Go to Solution.
Hi,
If this got you the answer, please mark as the solution.
Thank You,
Tim
User | Count |
---|---|
52 | |
27 | |
25 | |
24 | |
21 |