Jeffrey Green
Well-known Member
- Joined
- Oct 24, 2007
- Messages
- 1,021
Not sure if my Title is good, but here is what i have.
Two Columns, A and B
Column A is a list 15,000 Rows long, with about 1300 unique values (Entry Numbers)\
Column B is a list of Row Numbers on those entries in Column A.
Sample:
[TABLE="width: 169"]
<colgroup><col><col></colgroup><tbody>[TR]
[TD]ENTRY NUMBER[/TD]
[TD]LINE #[/TD]
[/TR]
[TR]
[TD]30027219236[/TD]
[TD]7[/TD]
[/TR]
[TR]
[TD]30027219236[/TD]
[TD]8[/TD]
[/TR]
[TR]
[TD]30027219236[/TD]
[TD]16[/TD]
[/TR]
[TR]
[TD]30027219236[/TD]
[TD]28[/TD]
[/TR]
[TR]
[TD]30027219236[/TD]
[TD]29[/TD]
[/TR]
[TR]
[TD]30027219236[/TD]
[TD]30[/TD]
[/TR]
</tbody>[/TABLE]
But now they want us to show the data like this:
[TABLE="width: 290"]
<colgroup><col><col><col></colgroup><tbody>[TR]
[TD][/TD]
[TD]Entry [/TD]
[TD]Line[/TD]
[/TR]
[TR]
[TD]Sample output[/TD]
[TD]30027219236 [/TD]
[TD] 7,8,16,28,29,etc[/TD]
[/TR]
</tbody>[/TABLE]
(All on same line) For each of the 1300 entries.
A macro would be nice, but a formula/process i can understand is ok too
Thanks , this is a tough one for me
Two Columns, A and B
Column A is a list 15,000 Rows long, with about 1300 unique values (Entry Numbers)\
Column B is a list of Row Numbers on those entries in Column A.
Sample:
[TABLE="width: 169"]
<colgroup><col><col></colgroup><tbody>[TR]
[TD]ENTRY NUMBER[/TD]
[TD]LINE #[/TD]
[/TR]
[TR]
[TD]30027219236[/TD]
[TD]7[/TD]
[/TR]
[TR]
[TD]30027219236[/TD]
[TD]8[/TD]
[/TR]
[TR]
[TD]30027219236[/TD]
[TD]16[/TD]
[/TR]
[TR]
[TD]30027219236[/TD]
[TD]28[/TD]
[/TR]
[TR]
[TD]30027219236[/TD]
[TD]29[/TD]
[/TR]
[TR]
[TD]30027219236[/TD]
[TD]30[/TD]
[/TR]
</tbody>[/TABLE]
But now they want us to show the data like this:
[TABLE="width: 290"]
<colgroup><col><col><col></colgroup><tbody>[TR]
[TD][/TD]
[TD]Entry [/TD]
[TD]Line[/TD]
[/TR]
[TR]
[TD]Sample output[/TD]
[TD]30027219236 [/TD]
[TD] 7,8,16,28,29,etc[/TD]
[/TR]
</tbody>[/TABLE]
(All on same line) For each of the 1300 entries.
A macro would be nice, but a formula/process i can understand is ok too
Thanks , this is a tough one for me