I
IamN2Deep
Hi all,
I'm hoping that someone can help me with this problem.
I have two cloumns of data. In column A I have a 7 digit number. The
first 5 digits are a code number and the last two digits are a counter
that corresponds to the data in column B. Column B contains
descriptions of the codes in column A. When there is more than one
line of description then the counter digits are incremented in column
A.
I need to concatenate all the discription lines for a given 5 digit
code.
Column A Column B
1111101 Description Line 1
1111102 Description Line 2
1111103 Description Line 3
1111104 Description Line 4
2222201 Description Line 1
3333301 Description Line 1
3333302 Description Line 2
There may be as many as 10 description lines for each 5 digit code.
Any ideas? Anyone? Help!
I'm hoping that someone can help me with this problem.
I have two cloumns of data. In column A I have a 7 digit number. The
first 5 digits are a code number and the last two digits are a counter
that corresponds to the data in column B. Column B contains
descriptions of the codes in column A. When there is more than one
line of description then the counter digits are incremented in column
A.
I need to concatenate all the discription lines for a given 5 digit
code.
Column A Column B
1111101 Description Line 1
1111102 Description Line 2
1111103 Description Line 3
1111104 Description Line 4
2222201 Description Line 1
3333301 Description Line 1
3333302 Description Line 2
There may be as many as 10 description lines for each 5 digit code.
Any ideas? Anyone? Help!