Hi,
I have an Input Data set like below
Letter Digit
A 1
B 2
C 3
I want to repeat the values under Letter Column for every unique value in Digit Column. For example below is the Output, I would like to see.
Letter Digit
A 1
A 2
A 3
B 1
B 2
B 3
C 1
C 2
C 3
Can someone please help me in getting the desired output.
Thanks
Solved! Go to Solution.
Hi @Aakash1
Append tool is perfect for this. Here is how you can do it.
Workflow:
Hope this helps : )
User | Count |
---|---|
107 | |
85 | |
76 | |
54 | |
40 |