I have a sheet that looks something like this:
A B
1 15
1 10
1 5
2 1
2 3
2 0
I want my result to look like:
A B C D
1 15 1 20
1 10 2 9
1 5
2 1
2 3
2 0
I do not know how many distinct values will be in column A and for each distinct value I do not know how many records will exist.
Any assistance will be greatly appreciated. I am trying scrub and balance some sheets within my group. This is the last step and while it seems simple I am not really sure how to approach it.
Thanks in advance
A B
1 15
1 10
1 5
2 1
2 3
2 0
I want my result to look like:
A B C D
1 15 1 20
1 10 2 9
1 5
2 1
2 3
2 0
I do not know how many distinct values will be in column A and for each distinct value I do not know how many records will exist.
Any assistance will be greatly appreciated. I am trying scrub and balance some sheets within my group. This is the last step and while it seems simple I am not really sure how to approach it.
Thanks in advance