Hockeynow70
New Member
- Joined
- Nov 14, 2013
- Messages
- 4
Greetings all,
I hope you can help me. I have a case where I have a list of part numbers grouped in one cell. In the cell next to that is list of revisions, grouped in the same respective order as the part numbers. Each part number and respective revision are separated by the delimiter, "|". There are an indefinite number of rows, each with an indefinite number of groupings. For example:
[TABLE="class: grid, width: 500, align: left"]
<tbody>[TR]
[TD]Part Number[/TD]
[TD]Revision[/TD]
[/TR]
[TR]
[TD]LF001535_PORT1|00001534-10|00079273 W|00079274[/TD]
[TD]00|C|--|D[/TD]
[/TR]
[TR]
[TD]0029079|000778625[/TD]
[TD]01|A[/TD]
[/TR]
</tbody>[/TABLE]
The color coding indicates the Part Number / Revision association.
I would like to convert this into a table that lists and part number in a cell, next to its respective revision, in a vertical array as shown below:
[TABLE="class: grid, width: 500, align: left"]
<tbody>[TR]
[TD]Part Number[/TD]
[TD]Revision[/TD]
[/TR]
[TR]
[TD]LF001535_PORT1[/TD]
[TD]00[/TD]
[/TR]
[TR]
[TD]00001534-10[/TD]
[TD]C[/TD]
[/TR]
[TR]
[TD]00079273 W[/TD]
[TD]--[/TD]
[/TR]
[TR]
[TD]00079274[/TD]
[TD]D[/TD]
[/TR]
[TR]
[TD]0029079[/TD]
[TD]01[/TD]
[/TR]
[TR]
[TD]000778625[/TD]
[TD]A[/TD]
[/TR]
</tbody>[/TABLE]
Note that there may be any combination of alphanumeric and special characters. Additionally, I need to preserve the format at TEXT so that any leading zeros are preserved, as the number of characters is significant.
If you can solve this riddle for me I would greatly appreciate it! Thank you in advance for your help.
Warm regards,
Chris
I hope you can help me. I have a case where I have a list of part numbers grouped in one cell. In the cell next to that is list of revisions, grouped in the same respective order as the part numbers. Each part number and respective revision are separated by the delimiter, "|". There are an indefinite number of rows, each with an indefinite number of groupings. For example:
[TABLE="class: grid, width: 500, align: left"]
<tbody>[TR]
[TD]Part Number[/TD]
[TD]Revision[/TD]
[/TR]
[TR]
[TD]LF001535_PORT1|00001534-10|00079273 W|00079274[/TD]
[TD]00|C|--|D[/TD]
[/TR]
[TR]
[TD]0029079|000778625[/TD]
[TD]01|A[/TD]
[/TR]
</tbody>[/TABLE]
The color coding indicates the Part Number / Revision association.
I would like to convert this into a table that lists and part number in a cell, next to its respective revision, in a vertical array as shown below:
[TABLE="class: grid, width: 500, align: left"]
<tbody>[TR]
[TD]Part Number[/TD]
[TD]Revision[/TD]
[/TR]
[TR]
[TD]LF001535_PORT1[/TD]
[TD]00[/TD]
[/TR]
[TR]
[TD]00001534-10[/TD]
[TD]C[/TD]
[/TR]
[TR]
[TD]00079273 W[/TD]
[TD]--[/TD]
[/TR]
[TR]
[TD]00079274[/TD]
[TD]D[/TD]
[/TR]
[TR]
[TD]0029079[/TD]
[TD]01[/TD]
[/TR]
[TR]
[TD]000778625[/TD]
[TD]A[/TD]
[/TR]
</tbody>[/TABLE]
Note that there may be any combination of alphanumeric and special characters. Additionally, I need to preserve the format at TEXT so that any leading zeros are preserved, as the number of characters is significant.
If you can solve this riddle for me I would greatly appreciate it! Thank you in advance for your help.
Warm regards,
Chris
Last edited: