StaceyB2013
New Member
- Joined
- Jul 22, 2013
- Messages
- 2
I have a spreadsheet that contains order numbers and line items on each order. What I need to do is transpose and concatenate the column with the line item positions.
Example:
Column A Column B
order # pos #
10256 10
10256 20
10256 30
10256 40
10335 190
10335 200
10335 300
10410 10
10410 20
10560 10
10560 20
10560 50
10560 60
What I need it to look like:
10256 10, 20, 30, 40
10335 190, 200, 300
10410 10, 20
10560 10, 20, 50, 60
I know how to transpose and concatenate; and how to do a combination of the two but there are over 3400 rows on this sheet and to try to manually transpose each set is not feasible.
Can anyone help me learn how to transpose and concatenate for each series of order numbers?
... and I'm working in Excel 2003
Thank you very much
Example:
Column A Column B
order # pos #
10256 10
10256 20
10256 30
10256 40
10335 190
10335 200
10335 300
10410 10
10410 20
10560 10
10560 20
10560 50
10560 60
What I need it to look like:
10256 10, 20, 30, 40
10335 190, 200, 300
10410 10, 20
10560 10, 20, 50, 60
I know how to transpose and concatenate; and how to do a combination of the two but there are over 3400 rows on this sheet and to try to manually transpose each set is not feasible.
Can anyone help me learn how to transpose and concatenate for each series of order numbers?
... and I'm working in Excel 2003
Thank you very much